CVE-2025-14813: GOSTCTR implementation unable to process more than 255 blocks correctly
: Use of a Broken or Risky Cryptographic Algorithm vulnerability in Legion of the Bouncy Castle Inc. BC-JAVA bcprov on all (core modules).
This vulnerability is associated with program files G3413CTRBlockCipher.
This issue affects BC-JAVA: from 1.59 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
This is a critical cryptographic correctness issue in Bouncy Castle BC-JAVA. Systems using affected bcprov versions for GOST CTR processing may produce incorrect cryptographic results after more than 255 blocks, creating confidentiality and integrity risk where that cipher path protects sensitive data.
Executive priority
Treat as urgent for systems using Bouncy Castle in cryptographic workflows, especially where GOST CTR protects regulated or sensitive data. Prioritize inventory and upgrades, but avoid assuming every bcprov user is exploitable without confirming use of the affected cipher path.
Technical view
CVE-2025-14813 affects BC-JAVA bcprov core modules, specifically G3413CTRBlockCipher. The CVE maps to CWE-327 and describes a GOSTCTR implementation that cannot correctly process more than 255 blocks. Affected ranges are 1.59 before 1.80.2, 1.81 before 1.81.1, and 1.82 before 1.84.
Likely exposure
Exposure is most likely in Java applications or products bundling vulnerable bcprov versions and using GOSTCTR/G3413CTRBlockCipher. Dependency presence alone may not prove runtime exposure; confirm whether the affected cipher is reachable in production cryptographic workflows.
Exploitation context
The provided sources do not show CISA KEV listing or active exploitation. CVSS v4.0 rates it 9.3 with local attack vector, low complexity, no privileges, and no user interaction, but exploitation evidence is not established in the bundle.
Researcher notes
The strongest evidence is the CVE record, Bouncy Castle advisory, and linked patch commits. The bundle does not provide exploit proof, detailed attack preconditions beyond CVSS, or product-specific reachability analysis. Validate runtime cipher use before escalating beyond dependency-based exposure.
Mitigation direction
Upgrade BC-JAVA 1.59-1.80.1 deployments to 1.80.2 or later.
Upgrade BC-JAVA 1.81 deployments to 1.81.1 or later.
Upgrade BC-JAVA 1.82-1.83 deployments to 1.84 or later.
Apply relevant Red Hat security errata for vendor-packaged dependencies.
Check upstream vendor guidance for product-specific remediation instructions.
Validation and detection
Inventory direct and transitive bcprov dependencies across Java applications.
Confirm deployed BC-JAVA versions against the affected ranges.
Search code and configuration for GOSTCTR or G3413CTRBlockCipher usage.
Verify patched artifacts are loaded at runtime, not only declared in builds.
Review vendor advisories for Red Hat-packaged exposure and errata status.
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-327: 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.
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.
2CVSS vectors
5Timeline events
2ADP providers
18Source links
SSVC decision data
CISA-ADPCISA Coordinator
Timestamp
Version
2.0.3
Exploitation: noneAutomatable: noTechnical Impact: total
CVSS vector scores
2 official scores
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-327 · source CWE mapping
Use of a Broken or Risky Cryptographic Algorithm
Use of a Broken or Risky Cryptographic Algorithm represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.