The SentinelOne Annual Threat Report - A Defenders Guide from the FrontlinesThe SentinelOne Annual Threat ReportGet the Report
Experiencing a Breach?Blog
Get StartedContact Us
SentinelOne
  • Platform
    Platform Overview
    • Singularity Platform
      Welcome to Integrated Enterprise Security
    • AI for Security
      Leading the Way in AI-Powered Security Solutions
    • Securing AI
      Accelerate AI Adoption with Secure AI Tools, Apps, and Agents.
    • How It Works
      The Singularity XDR Difference
    • Singularity Marketplace
      One-Click Integrations to Unlock the Power of XDR
    • Pricing & Packaging
      Comparisons and Guidance at a Glance
    Data & AI
    • Purple AI
      Accelerate SecOps with Generative AI
    • Singularity Hyperautomation
      Easily Automate Security Processes
    • AI-SIEM
      The AI SIEM for the Autonomous SOC
    • AI Data Pipelines
      Security Data Pipeline for AI SIEM and Data Optimization
    • Singularity Data Lake
      AI-Powered, Unified Data Lake
    • Singularity Data Lake for Log Analytics
      Seamlessly Ingest Data from On-Prem, Cloud or Hybrid Environments
    Endpoint Security
    • Singularity Endpoint
      Autonomous Prevention, Detection, and Response
    • Singularity XDR
      Native & Open Protection, Detection, and Response
    • Singularity RemoteOps Forensics
      Orchestrate Forensics at Scale
    • Singularity Threat Intelligence
      Comprehensive Adversary Intelligence
    • Singularity Vulnerability Management
      Application & OS Vulnerability Management
    • Singularity Identity
      Identity Threat Detection and Response
    Cloud Security
    • Singularity Cloud Security
      Block Attacks with an AI-Powered CNAPP
    • Singularity Cloud Native Security
      Secure Cloud and Development Resources
    • Singularity Cloud Workload Security
      Real-Time Cloud Workload Protection Platform
    • Singularity Cloud Data Security
      AI-Powered Threat Detection for Cloud Storage
    • Singularity Cloud Security Posture Management
      Detect and Remediate Cloud Misconfigurations
    Securing AI
    • Prompt Security
      Secure AI Tools Across Your Enterprise
  • Why SentinelOne?
    Why SentinelOne?
    • Why SentinelOne?
      Cybersecurity Built for What’s Next
    • Our Customers
      Trusted by the World’s Leading Enterprises
    • Industry Recognition
      Tested and Proven by the Experts
    • About Us
      The Industry Leader in Autonomous Cybersecurity
    Compare SentinelOne
    • Arctic Wolf
    • Broadcom
    • CrowdStrike
    • Cybereason
    • Microsoft
    • Palo Alto Networks
    • Sophos
    • Splunk
    • Trellix
    • Trend Micro
    • Wiz
    Verticals
    • Energy
    • Federal Government
    • Finance
    • Healthcare
    • Higher Education
    • K-12 Education
    • Manufacturing
    • Retail
    • State and Local Government
  • Services
    Managed Services
    • Managed Services Overview
      Wayfinder Threat Detection & Response
    • Threat Hunting
      World-Class Expertise and Threat Intelligence
    • Managed Detection & Response
      24/7/365 Expert MDR Across Your Entire Environment
    • Incident Readiness & Response
      DFIR, Breach Readiness, & Compromise Assessments
    Support, Deployment, & Health
    • Technical Account Management
      Customer Success with Personalized Service
    • SentinelOne GO
      Guided Onboarding & Deployment Advisory
    • SentinelOne University
      Live and On-Demand Training
    • Services Overview
      Comprehensive Solutions for Seamless Security Operations
    • SentinelOne Community
      Community Login
  • Partners
    Our Network
    • MSSP Partners
      Succeed Faster with SentinelOne
    • Singularity Marketplace
      Extend the Power of S1 Technology
    • Cyber Risk Partners
      Enlist Pro Response and Advisory Teams
    • Technology Alliances
      Integrated, Enterprise-Scale Solutions
    • SentinelOne for AWS
      Hosted in AWS Regions Around the World
    • Channel Partners
      Deliver the Right Solutions, Together
    • SentinelOne for Google Cloud
      Unified, Autonomous Security Giving Defenders the Advantage at Global Scale
    • Partner Locator
      Your Go-to Source for Our Top Partners in Your Region
    Partner Portal→
  • Resources
    Resource Center
    • Case Studies
    • Data Sheets
    • eBooks
    • Reports
    • Videos
    • Webinars
    • Whitepapers
    • Events
    View All Resources→
    Blog
    • Feature Spotlight
    • For CISO/CIO
    • From the Front Lines
    • Identity
    • Cloud
    • macOS
    • SentinelOne Blog
    Blog→
    Tech Resources
    • SentinelLABS
    • Ransomware Anthology
    • Cybersecurity 101
  • About
    About SentinelOne
    • About SentinelOne
      The Industry Leader in Cybersecurity
    • Investor Relations
      Financial Information & Events
    • SentinelLABS
      Threat Research for the Modern Threat Hunter
    • Careers
      The Latest Job Opportunities
    • Press & News
      Company Announcements
    • Cybersecurity Blog
      The Latest Cybersecurity Threats, News, & More
    • FAQ
      Get Answers to Our Most Frequently Asked Questions
    • DataSet
      The Live Data Platform
    • S Foundation
      Securing a Safer Future for All
    • S Ventures
      Investing in the Next Generation of Security, Data and AI
  • Pricing
Get StartedContact Us
CVE Vulnerability Database
Vulnerability Database/CVE-2026-5588

CVE-2026-5588: BC-JAVA Cryptographic Algorithm Vulnerability

CVE-2026-5588 is a broken cryptographic algorithm flaw in BC-JAVA bcpkix where CompositeVerifier accepts empty signature sequences as valid. This article covers technical details, affected versions, and mitigation.

Published: April 17, 2026

CVE-2026-5588 Overview

A Use of a Broken or Risky Cryptographic Algorithm vulnerability has been identified in Legion of the Bouncy Castle Inc. BC-JAVA bcpkix on all pkix modules. The PKIX draft CompositeVerifier component improperly accepts an empty signature sequence as valid, potentially allowing attackers to bypass signature verification mechanisms.

This vulnerability affects BC-JAVA versions from 1.49 before 1.84 and represents a significant cryptographic flaw that could undermine the integrity of digital signature verification processes within applications using the Bouncy Castle cryptographic library.

Critical Impact

Applications relying on Bouncy Castle's CompositeVerifier for signature validation may incorrectly accept unsigned or improperly signed data as authentic, potentially leading to authentication bypass, data integrity compromise, or acceptance of forged certificates.

Affected Products

  • BC-JAVA bcpkix module versions 1.49 through 1.83
  • Applications using Bouncy Castle PKIX CompositeVerifier for signature validation
  • Java applications implementing composite signature verification with affected library versions

Discovery Timeline

  • 2026-04-15 - CVE CVE-2026-5588 published to NVD
  • 2026-04-15 - Last updated in NVD database

Technical Details for CVE-2026-5588

Vulnerability Analysis

The vulnerability resides in the CompositeVerifier component within the bcpkix module of Bouncy Castle's Java cryptographic library. The CompositeVerifier is designed to handle composite signatures, which combine multiple signature algorithms for enhanced security. However, a critical flaw exists in the validation logic where an empty signature sequence is incorrectly treated as a valid signature.

This broken cryptographic algorithm implementation (CWE-327) creates a scenario where an attacker can craft a specially constructed input containing an empty signature sequence that bypasses the intended signature verification checks. The vulnerability is exploitable over the network without requiring authentication or user interaction, though certain preconditions must be met for successful exploitation.

Root Cause

The root cause of this vulnerability is improper validation in the CompositeVerifier's signature sequence handling logic. When processing composite signatures, the verification routine fails to properly validate that the signature sequence contains the required cryptographic elements. Instead of rejecting an empty or malformed signature sequence with an appropriate error, the code path treats the empty sequence as a successful verification result.

This represents a fundamental flaw in the cryptographic verification logic, where the absence of signature data is not properly distinguished from valid signature data. The implementation should enforce that signature sequences contain valid, non-empty cryptographic signatures before returning a positive verification result.

Attack Vector

The vulnerability is exploitable via network-based attacks where an attacker can submit specially crafted data to an application using the vulnerable CompositeVerifier. The attack requires no authentication and no user interaction, though the attacker must have knowledge of the target application's use of composite signature verification.

An attacker could exploit this vulnerability by:

  1. Identifying an application using Bouncy Castle's CompositeVerifier for signature validation
  2. Crafting a payload with an empty signature sequence
  3. Submitting the payload to the target application
  4. Bypassing signature verification due to the flawed empty sequence handling

The vulnerability is particularly concerning in scenarios involving certificate validation, document signing verification, or any authentication mechanism relying on the affected CompositeVerifier component. For detailed technical information, refer to the GitHub CVE-2026-5588 Details.

Detection Methods for CVE-2026-5588

Indicators of Compromise

  • Unexpected successful signature verifications in application logs without corresponding valid signatures
  • Anomalous authentication events where composite signature validation passes without proper cryptographic data
  • Presence of empty or malformed signature sequences in processed data or logs

Detection Strategies

  • Audit application dependencies to identify use of BC-JAVA bcpkix versions between 1.49 and 1.83
  • Review application code for usage of CompositeVerifier class and related signature verification methods
  • Implement runtime monitoring for signature verification results that may indicate bypass attempts
  • Deploy application-layer intrusion detection rules to identify anomalous empty signature sequences

Monitoring Recommendations

  • Enable detailed logging for all signature verification operations in applications using Bouncy Castle
  • Monitor for unusual patterns in authentication and authorization events that could indicate signature bypass
  • Implement alerting for any signature verification operations that succeed with zero-length or empty signature data
  • Conduct regular dependency scanning to identify vulnerable library versions across the environment

How to Mitigate CVE-2026-5588

Immediate Actions Required

  • Update BC-JAVA to version 1.84 or later immediately across all affected applications
  • Conduct an inventory of all applications using Bouncy Castle cryptographic libraries
  • Review recent signature verification operations for potential exploitation
  • Implement additional signature validation checks at the application layer as a defense-in-depth measure

Patch Information

Legion of the Bouncy Castle Inc. has addressed this vulnerability in BC-JAVA version 1.84. Organizations should upgrade to this version or later to remediate the vulnerability. The fix ensures that empty signature sequences are properly rejected during the CompositeVerifier validation process.

For upgrade instructions and release notes, refer to the GitHub CVE-2026-5588 Details.

Workarounds

  • Implement additional application-level signature validation that explicitly checks for non-empty signature sequences before passing to CompositeVerifier
  • Temporarily disable composite signature verification if not operationally required until patching is complete
  • Consider using alternative signature verification methods that are not affected by this vulnerability
  • Apply network segmentation to limit exposure of applications using vulnerable library versions
bash
# Maven dependency update example
# Update pom.xml to use patched version
# Change: <version>1.83</version>
# To: <version>1.84</version>

# Verify installed version
mvn dependency:tree | grep bcpkix

# Force dependency update
mvn clean install -U

Disclaimer: This content was generated using AI. While we strive for accuracy, please verify critical information with official sources.

  • Vulnerability Details
  • TypeOther

  • Vendor/TechBouncy Castle

  • SeverityMEDIUM

  • CVSS Score6.3

  • EPSS Probability0.03%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:N/VC:L/VI:N/VA:N/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:Green
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-327
  • Technical References
  • GitHub CVE-2026-5588 Details
  • Related CVEs
  • CVE-2026-8149: Bouncy Castle BC-FIPS Vulnerability

  • CVE-2026-0636: Bouncy Castle BC-JAVA LDAP Injection Flaw

  • CVE-2025-14813: BC-JAVA Cryptographic Algorithm Vulnerability

  • CVE-2026-5598: BC-JAVA Information Disclosure Flaw
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the World’s Most Advanced Cybersecurity Platform

See how our intelligent, autonomous cybersecurity platform can protect your organization now and into the future.

Try SentinelOne
  • Get Started
  • Get a Demo
  • Product Tour
  • Why SentinelOne
  • Pricing & Packaging
  • FAQ
  • Contact
  • Contact Us
  • Customer Support
  • SentinelOne Status
  • Language
  • Platform
  • Singularity Platform
  • Singularity Endpoint
  • Singularity Cloud
  • Singularity AI-SIEM
  • Singularity Identity
  • Singularity Marketplace
  • Purple AI
  • Services
  • Wayfinder TDR
  • SentinelOne GO
  • Technical Account Management
  • Support Services
  • Verticals
  • Energy
  • Federal Government
  • Finance
  • Healthcare
  • Higher Education
  • K-12 Education
  • Manufacturing
  • Retail
  • State and Local Government
  • Cybersecurity for SMB
  • Resources
  • Blog
  • Labs
  • Case Studies
  • Videos
  • Product Tours
  • Events
  • Cybersecurity 101
  • eBooks
  • Webinars
  • Whitepapers
  • Press
  • News
  • Ransomware Anthology
  • Company
  • About Us
  • Our Customers
  • Careers
  • Partners
  • Legal & Compliance
  • Security & Compliance
  • Investor Relations
  • S Foundation
  • S Ventures

©2026 SentinelOne, All Rights Reserved.

Privacy Notice Terms of Use

English