Skip to main content

Improper Verification of Cryptographic Signature in org.bouncycastle:bcpkix-fips

CVE-2026-59639

  • org.bouncycastle:bcpkix-fips
  • org.bouncycastle:bcpkix-jdk18on
  • org.bouncycastle:bcpkix-lts8on
Severity High
Score 8.7/10

Summary

In Bouncy Castle for Java prior to 1.85, CMS `verifySignatures` returns true for `SignedData` with zero signers. This issue also affects Bouncy Castle for Java LTS prior to 2.73.12, and Bouncy Castle for Java FIPS (BC-FJA) prior to `bcpkix-fips` 1.0.12 (1.0.X series), 2.0.12 (2.0.X series), and 2.1.12 (2.1.X series).

  • LOW
  • NETWORK
  • HIGH
  • UNCHANGED
  • NONE
  • NONE
  • NONE
  • NONE

CWE-347 - Improper Verification of Cryptographic Signature

A cryptographic protocol is meant to ensure that services are provided in a secure manner. An application with absent or improper verification of cryptographic signatures allows malicious users to feed false messages to valid users or to disclose sensitive data, subverting the goals of the protocol. This can lead to security failures such as false authentication, account hijacking, and privilege escalation.

Advisory Timeline

  • Published