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/zalando/skipper/filters/openpolicyagent to version 0.26.10 or higher.
Affected versions of this package are vulnerable to HTTP Request Smuggling via the ExtractHttpBodyOptionally helper in filters/openpolicyagent/openpolicyagent.go. An attacker can bypass opaAuthorizeRequestWithBody policy checks by sending a chunked HTTP/1.1 request or an HTTP/2 request without Content-Length, causing OPA to evaluate an empty parsed_body while the full body is still forwarded upstream. The policy sees no body content, so deny rules that depend on fields in the request body fail open, and the proxy allows requests that should be blocked. This lets an attacker smuggle forbidden payloads through body-based authorization controls, exposing protected upstream actions to unauthorized access.
Notes
Transfer-Encoding: chunked and HTTP/2 requests that omit Content-Length take the same vulnerable path as any other body-bearing request; the bypass is not limited to a special content type or endpoint, but to unknown-length framing.