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 Missing Release of Memory after Effective Lifetime vulnerabilities in an interactive lesson.
Start learningUpgrade org.eclipse.jetty:jetty-server to version 10.0.23, 11.0.23 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 Missing Release of Memory after Effective Lifetime through the request-body read path in HttpConnection.java. An attacker can exhaust heap memory by sending requests with a body that is repeatedly read as 0 bytes, especially Expect: 100-Continue requests or other slow body uploads. When the endpoint fill operation returns 0, the request buffer is retained instead of being released, so repeated requests accumulate unreclaimed buffers on the server. This lets a remote client drive the server into an out-of-memory condition, causing request handling to stall or fail.