Allocation of resources without limits or throttling, Uncontrolled Resource Consumption vulnerability in Legion of the Bouncy Castle Inc. BC-JAVA bcpg on all (pg modules).
This vulnerability is associated with program files AEADEncDataPacket.Java, BcAEADUtil.Java, JceAEADUtil.Java, OperatorHelper.Java.
This issue affects BC-JAVA: from 1.74 before 1.80.2, from 1.81 before 1.81.1, from 1.82 before 1.84.
Security readout for executives and security teams
Plain-English summary
BC-JAVA bcpg can allocate excessive memory while handling malformed PGP AEAD encrypted data before authentication completes. A remote, unauthenticated sender may be able to exhaust service resources. The evidence supports availability impact, not data theft or code execution.
Executive priority
Treat as a high-priority availability risk for systems that process external PGP content. Prioritize internet-facing and automated ingestion services first, then internal services with untrusted file or message flows.
Technical view
CVE-2026-3505 is CWE-400/CWE-770 resource exhaustion in BC-JAVA pg modules. Unbounded PGP AEAD chunk sizes affect AEADEncDataPacket, BcAEADUtil, JceAEADUtil, and OperatorHelper. Affected ranges are 1.74 before 1.80.2, 1.81 before 1.81.1, and 1.82 before 1.84.
Likely exposure
Java applications using Bouncy Castle bcpg to process untrusted OpenPGP AEAD data are the likely exposure. Exposure is higher for internet-facing mail, file-transfer, encryption, or gateway services accepting attacker-controlled PGP content.
Exploitation context
The CVSS 4.0 vector indicates network access, low complexity, no privileges, and no user interaction. The source bundle does not show KEV listing or active exploitation evidence, so active exploitation should not be claimed.
Researcher notes
The available evidence names affected files and fixed version ranges but does not provide deeper root-cause detail in the prompt. Focus validation on dependency reachability and whether attacker-controlled AEAD packets reach bcpg parsing paths.
Mitigation direction
Upgrade BC-JAVA bcpg to 1.80.2, 1.81.1, or 1.84 or later as applicable.
Apply relevant Red Hat errata where Bouncy Castle is supplied by Red Hat packages.
Inventory transitive dependencies that include bcpg or BC-JAVA pg modules.
Check vendor guidance for deployment-specific mitigations if immediate upgrade is not possible.
Validation and detection
Identify all deployed BC-JAVA and bcpg versions in application dependency manifests and runtime images.
Confirm no affected ranges remain: 1.74-1.80.1, 1.81.0, or 1.82-1.83.x.
Review services that parse untrusted PGP AEAD messages, files, or mail attachments.
Verify patched packages against vendor advisory, patch commit, or Red Hat errata records.
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
Potential ATT&CK relevance
Conservative CVE-to-ATT&CK context
These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.
ATT&CK lookup starting points
Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.
cwe · low confidence lookup
CWE-400: Exact CWE lookup
Use the exact CWE identifier as the starting point before reviewing related ATT&CK behavior. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.
Use the exact CWE identifier as the starting point before reviewing related ATT&CK behavior. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.
These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.
We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.
CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.
CWE-400 · source CWE mapping
Uncontrolled Resource Consumption
Uncontrolled Resource Consumption represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.
Allocation of Resources Without Limits or Throttling
Allocation of Resources Without Limits or Throttling represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.