Security readout for executives and security teams
Plain-English summary
Linux systems using Bluetooth may accept an incoming L2CAP connection protected by an encryption key weaker than the required 16 bytes. A nearby unauthenticated attacker could potentially undermine confidentiality or integrity of Bluetooth communications. The issue does not indicate availability impact, and the supplied evidence does not establish real-world exploitation.
Executive priority
Treat as a high-priority endpoint and embedded-Linux update where Bluetooth is enabled, especially in public, shared, or physically accessible environments. It is less urgent for systems without usable Bluetooth. Confirm exposure promptly, then patch through supported vendor channels; current evidence does not justify an emergency response based on active exploitation.
Technical view
The Linux Bluetooth L2CAP responder failed to validate encryption-key size when Security Mode 4 Level 4 required a 16-byte key. Testing showed connections using shorter keys could succeed instead of being refused with a security-block response. CVSS 3.1 is 8.1: adjacent-network access, low complexity, no privileges or user interaction, with high confidentiality and integrity impact.
Likely exposure
Exposure is limited to Linux systems with affected kernels and relevant Bluetooth functionality enabled or reachable by nearby devices. The bundle identifies affected kernel releases beginning with 5.11 and lists several later branch versions, but does not provide complete range semantics. Distribution backports may change status, so kernel version alone is insufficient.
Exploitation context
The attacker must be within Bluetooth range, making this an adjacent-network rather than internet-scale threat. No privileges or user interaction are required according to the CVSS vector. The bundle states KEV is false and contains no evidence of active exploitation, public proof-of-concept availability, or observed attacks.
Researcher notes
The weakness maps to CWE-326: inadequate encryption strength. The observable defect is acceptance of an incoming L2CAP connection using a 1–15-byte key when 16 bytes are required. The supplied commit references indicate fixes across stable branches. Exact vulnerable ranges, distribution-specific backports, affected Bluetooth profiles, and practical attack outcomes are not fully established by the bundle.
Mitigation direction
Install a vendor-supported kernel containing the applicable upstream or stable fix.
Check distribution advisories because vendors may backport fixes without changing to the listed upstream version.
Disable Bluetooth where it is unnecessary until affected systems can be updated.
Prioritize exposed endpoints handling sensitive Bluetooth communications or operating in untrusted physical locations.
Validation and detection
Inventory Linux kernel versions and identify systems with Bluetooth hardware or services enabled.
Compare each distribution package against its vendor advisory and backport status.
Confirm the installed kernel includes the applicable referenced stable commit or vendor-equivalent fix.
After updating, verify short encryption keys are rejected when Security Mode 4 Level 4 is required.
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-326: 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-326 · source CWE mapping
Inadequate Encryption Strength
Inadequate Encryption Strength represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.