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 Uncontrolled Resource Consumption ('Resource Exhaustion') vulnerabilities in an interactive lesson.
Start learningUpgrade apache/httpd
to version 2.4.58 or higher.
Affected versions of this package are vulnerable to Uncontrolled Resource Consumption ('Resource Exhaustion') when an HTTP/2 stream is reset by a client, there is a time window where the request's memory resources are not immediately reclaimed. Instead, de-allocation is deferred to connection close. An attacker can cause the memory footprint to keep on growing by sending new requests and resets, keeping the connection busy and open.
On connection close, all resources are reclaimed, but the process might run out of memory before the connection closes.