Intel

AIKIDO-2026-550297

bcpg-jdk18on is vulnerable to Improper Validation of Integrity Check Value

Improper Validation of Integrity Check ValueCVE-2026-12817 Published 2 days ago

87

High Risk

This Affects:

JAVAbcpg-jdk18on
1.74.0 - 1.84.0
Fixed in 1.85.0
Are you affected? Scan for Free

TL;DR

Bouncy Castle's OpenPGP AEAD decryption omits verification of the final authentication tag when the ciphertext ends on a chunk boundary. A tampered message can have its trailing plaintext chunk silently stripped or altered and still be accepted as authentic. This breaks the AEAD integrity guarantee and can also expose message contents. The fix verifies the final tag unconditionally before signalling end of stream in both the Bc and Jce decryptors.

Who does this affect?

You are affected if you are using a version that falls within the vulnerable range and your application performs OpenPGP AEAD (SEIPDv2/v5) decryption on externally supplied messages.

Background info

bcpg-jdk18on is vulnerable to Improper Validation of Integrity Check Value in versions 1.74.0 - 1.84.0.

How to fix this

Upgrade the org.bouncycastle:bcpg-jdk18on library to the patch version.