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 applicationsLearn about Incorrect Authorization vulnerabilities in an interactive lesson.
Start learningUpgrade github.com/openbao/openbao/vault/policy to version 2.6.0 or higher.
Affected versions of this package are vulnerable to Incorrect Authorization through the AllowOperation path-matching logic in vault/policy/acl.go. An attacker can perform an unauthorized LIST request on a more specific trailing-wildcard path by sending a request that matches a broader allowed list rule on a parent path, causing a capabilities = ["deny"] rule on the nested path to be ignored. This affects LIST operations on paths such as foo/metadata/private/* when a parent rule like foo/metadata/* grants list, allowing access to directory listings that the policy operator intended to block. Other operation types are not affected.