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 Missing Cryptographic Step in the AES-OCB provider when an application uses the EVP_Cipher() interface. The handler silently discards the IV, so every message under a given key runs with the all-zero offset state, causing nonce reuse. If EVP_EncryptFinal_ex() is then used to obtain the tag, the deferred IV setup clears the running checksum, so the tag depends only on (key, IV) and verifies against any ciphertext produced under that pair, allowing universal forgery from a single captured message. TLS is unaffected, since AES-OCB is not a TLS cipher suite and libssl does not call EVP_Cipher().