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 learningThere is no fixed version for openssl.
Affected versions of this package are vulnerable to Missing Release of Memory after Effective Lifetime through the check_cert_ocsp_resp() function in crypto/x509/x509_vfy.c. An attacker can exhaust memory in a TLS client by supplying a stapled OCSP BasicResponse with no single-response entries while OCSP response checking is enabled. The vulnerable code allocates an owning OCSP_BASICRESP from the peer’s OCSP response and returns early when OCSP_resp_count(bs) < 1, skipping the cleanup path that frees bs. Repeating the handshake against a malicious server leaks attacker-influenced memory on each connection, eventually causing the client application to run out of memory and fail.