CVE-2026-8149: GCM chunking can lead to bad tag exception on decryption
A vulnerability in Legion of the Bouncy Castle Inc. BC-LTS bcprov-lts8on on X86_64, AVX, AVX-512f, Linux, Legion of the Bouncy Castle Inc. BC-FJA bc-fips on Linux, X86_64, AVX, AVX-512f.
This vulnerability is associated with program files gcm128w, gcm512w, gcm128w.C, gcm512w.C.
This issue affects BC-LTS: from 2.73.0 before 2.73.11; BC-FJA: from 2.1.0 before 2.1.3.
Security readout for executives and security teams
Plain-English summary
This issue can make affected Bouncy Castle Java crypto libraries fail AES-GCM decryption with a bad authentication tag exception. The known impact is limited availability loss, not data theft or data modification. Exposure is specific to certain Linux x86_64 builds using AVX or AVX-512f optimized code paths.
Executive priority
Treat this as a targeted availability risk for systems relying on affected Bouncy Castle GCM decryption. It does not indicate confidentiality or integrity compromise in the supplied record, but failed decryption can disrupt services and should be remediated in normal patch cycles.
Technical view
CVE-2026-8149 affects BC-LTS bcprov-lts8on 2.73.0 through before 2.73.11 and BC-FJA bc-fips 2.1.0 through before 2.1.3 on Linux x86_64 with AVX or AVX-512f. The issue is associated with GCM chunking code in gcm128w and gcm512w files and can cause bad tag exceptions during decryption.
Likely exposure
Organizations are likely exposed only where affected Bouncy Castle package versions run on Linux x86_64 systems using AVX or AVX-512f. Java applications that depend on these libraries for GCM decryption are the main concern.
Exploitation context
The CVE is not listed as KEV, and the supplied sources do not report active exploitation. CVSS 4.0 rates it 5.1 with local attack vector, low complexity, no privileges, no user interaction, and low availability impact only.
Researcher notes
The public bundle gives product ranges, platform constraints, CVSS, and associated source files, but does not include root-cause detail, exploit prerequisites beyond CVSS, or workaround instructions. Validation should focus on dependency versioning, platform matching, and observed decryption failure patterns.
Mitigation direction
Upgrade BC-LTS bcprov-lts8on to 2.73.11 or later.
Upgrade BC-FJA bc-fips to 2.1.3 or later.
Check the vendor advisory for supported upgrade guidance.
Prioritize systems where affected libraries handle production decryption paths.
Monitor application logs for recurring GCM bad tag exceptions.
Validation and detection
Inventory Java dependencies for bcprov-lts8on and bc-fips packages.
Confirm exact deployed versions against the affected ranges.
Check whether affected deployments run on Linux x86_64 with AVX or AVX-512f.
Review application logs for decryption failures matching bad tag exceptions.
Verify upgraded environments no longer use vulnerable package versions.
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-1068: 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.
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-1068 · source CWE mapping
Inconsistency Between Implementation and Documented Design
Inconsistency Between Implementation and Documented Design represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.