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.http4s:http4s-server_2.12 to version 0.23.35 or higher.
org.http4s:http4s-server_2.12 is a base library for building http4s servers.
Affected versions of this package are vulnerable to Missing Release of Memory after Effective Lifetime via the DigestAuth process. An attacker can cause the application to exhaust system memory by repeatedly triggering unauthenticated challenges, leading to unbounded growth of the nonce map and eventual denial of service.
Note: This is only exploitable if the application uses DigestAuth on at least one route.
This vulnerability can be mitigated by fronting the protected routes with a rate limiter to slow the leak or by periodically restarting the service.