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/rules to version 0.17.14 or higher.
Affected versions of this package are vulnerable to Interpretation Conflict due to case-sensitive handling of the host matching process. An attacker can bypass access control policies by sending requests with hostnames that differ only in letter casing, potentially gaining unauthorized access or escalating privileges. This is only exploitable if the system is configured with an "allow all" default rule or if secure default rule enforcement is explicitly disabled.
This vulnerability can be mitigated by normalizing request hosts to lowercase before processing, avoiding permissive default rules, defining regex host matches as case-insensitive, or validating the expected rule ID in issued JWTs.