The probability is the direct output of the EPSS model, and conveys an overall sense of the threat of exploitation in the wild. The percentile measures the EPSS probability relative to all known EPSS scores. Note: This data is updated daily, relying on the latest available EPSS model version. Check out the EPSS documentation for more details.
In a few clicks we can analyze your entire application and see what components are vulnerable in your application, and suggest you quick fixes.
Test your applicationsUpgrade github.com/temporalio/temporal/chasm/lib/callback to version 1.30.7, 1.31.3 or higher.
Affected versions of this package are vulnerable to Reliance on Untrusted Inputs in a Security Decision through the Nexus callback routing logic in chasm/lib/callback/request.go and components/callbacks/request.go. An attacker can make the History service send a state-changing internal HTTP request as an administrator by supplying a callback URL that matches the allowed callback host and setting a non-empty source header on the callback request. The vulnerable routing path treats that caller-controlled header as proof that the callback is internal and rewrites the request to the local frontend client while preserving the attacker-chosen path, query, and body. In deployments with an internal frontend HTTP API enabled, this lets an authenticated namespace user trigger administrative actions such as terminating workflows, registering namespaces, changing namespace configuration, or deleting namespaces and their workflows in namespaces they do not control.