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 org.eclipse.jetty:jetty-util to version 12.0.35, 12.1.9 or higher.
org.eclipse.jetty:jetty-util is a Web Container & Clients - supports HTTP/2, HTTP/1.1, HTTP/1.0, websocket, servlets, and more.
Affected versions of this package are vulnerable to Use of Non-Canonical URL Paths for Authorization Decisions due to incorrect handling of ; path-parameter segments in the canonicalization loop. An attacker can bypass path-based security checks or reach protected content by sending a request such as /public;/../admin/secret, which leaves the .. segment unnormalized when the path is matched against constraints like SecurityHandler.PathMapped. When the semicolon segment is followed by / and then . or .., the parser carries forward a stale slash state and returns a non-normalized canonical path. That can let requests intended for a protected prefix such as /admin/* be treated as outside the protected path, resulting in unauthorized access to resources that should require authentication.