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 mbedtls
to version 3.6.4 or higher.
Affected versions of this package are vulnerable to Off-by-one Error via the mbedtls_pem_read_buffer
, mbedtls_pk_parse
and mbedtls_pk_parse_keyfile()
functions when processing untrusted PEM input. An attacker can cause a one-byte heap-based buffer underflow by supplying specially crafted PEM data.
Note:
Applications are only affected if they process untrusted PEM-encrypted material (that is, if they call one of the above functions with a non-NULL password argument and untrusted PEM input).
Applications built with MBEDTLS_PEM_C
disabled are not affected.