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/dadrus/heimdall/internal/x/urlx to version 0.17.14 or higher.
Affected versions of this package are vulnerable to Interpretation Conflict via inconsistent handling of URL-encoded slashes in the path processing. An attacker can gain unauthorized access or escalate privileges by crafting requests with lowercase percent-encoded slashes that bypass intended access control rules. This is only exploitable if the default rule is configured to allow all access and secure default rule enforcement is explicitly disabled.
This vulnerability can be mitigated by configuring a "deny by default" rule, avoiding the use of --insecure or --insecure-skip-secure-default-rule-enforcement flags, rejecting HTTP paths containing encoded slashes at a proxy layer, or verifying the executed rule ID in downstream services.