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-server to version 12.0.36, 12.1.10 or higher.
org.eclipse.jetty:jetty-server is a lightweight highly scalable java based web server and servlet engine.
Affected versions of this package are vulnerable to Exposure of Data Element to Wrong Session due to the connection-scoped _trailers handling in the HTTP/1.1 request processing path. An attacker can expose stale trailer fields to a later request on the same keep-alive connection by sending a request with trailers and then a follow-on request without them. The server reuses the same HttpConnection state across requests, so application code that reads request.getTrailers() on the second request can see trailer data from the first request. This can cause incorrect request handling and leakage of request metadata between requests handled on the same connection.