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 org.bouncycastle:bcpg-debug-jdk18on to version 1.85 or higher.
Affected versions of this package are vulnerable to Improper Validation of Integrity Check Value in the readBlock() method of PGPAeadInputStream (BcAEADUtil, mirrored in JceAEADUtil), which pre-reads the final 16 bytes but ignores the result and returns EOF without calling doFinal() when the data length is an exact multiple of the chunk size. An attacker can have truncated plaintext accepted as authentic by stripping trailing chunks and the final tag from an AEAD-encrypted message and adjusting the unauthenticated outer packet length. This applies only when the plaintext length is chunk-aligned, and it requires the attacker to modify the transmitted ciphertext and its packet length.