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 openssl to version 3.1.0 or higher.
Affected versions of this package are vulnerable to Improper Validation of Integrity Check Value in the chacha20_poly1305_cipher and aes_ocb_cipher implementations under providers/implementations/ciphers/. An attacker can forge messages by supplying an empty ciphertext and a bad tag, then invoking EVP_Cipher(ctx, out, NULL, 0) so the operation returns success without checking the tag. Applications that treat that successful return as proof of integrity may accept tampered ChaCha20-Poly1305 or AES-OCB messages.