LiveActive security incident?Get immediate response
CVE Record

CVE-2021-3966: Usb bluetooth device ACL read cb buffer overflow

usb device bluetooth class includes a buffer overflow related to implementation of net_buf_add_mem.

CriticalCVSS 9.6Not KEV-listedUpdated
Glexia's TakeAutomated analysiscritical

Security readout for executives and security teams

Plain-English summary

CVE-2021-3966 is a critical buffer overflow in Zephyr's USB Bluetooth device class. A nearby or attached attacker may be able to disrupt affected devices or alter their behavior without authentication or user interaction. The supplied sources do not name specific fixed versions or confirm active exploitation.

Executive priority

Treat this as urgent for embedded products using Zephyr Bluetooth-over-USB features, especially deployed devices with exposed physical or adjacent interfaces. Business urgency depends on where Zephyr is used and whether firmware updates can be delivered quickly.

Technical view

The issue is described as an ACL read callback buffer overflow related to Zephyr's net_buf_add_mem implementation in the USB Bluetooth class. It is mapped to CWE-122 and scored CVSS 9.6 with adjacent attack vector, low complexity, no privileges, no user interaction, changed scope, and high integrity and availability impact.

Likely exposure

Exposure appears limited to products or firmware using Zephyr with the USB Bluetooth device class present and reachable. The supplied affected-version data is unspecified, so teams need SBOM, firmware, and configuration review rather than product-name matching alone.

Exploitation context

The CVSS vector indicates adjacent access, no privileges, and no user interaction. The source bundle marks KEV as false and provides no cited evidence of exploitation in the wild, so active exploitation should not be assumed.

Researcher notes

The public bundle is sparse: affected versions are unspecified and only one advisory URL is provided. Focus research on the Zephyr advisory, related commits, and downstream firmware usage. Do not infer impact for non-USB Bluetooth code without evidence.

Mitigation direction

  • Check Zephyr advisory GHSA-hfxq-3w6x-fv2m for fixed releases or patches.
  • Update affected Zephyr firmware according to vendor guidance.
  • Prioritize products exposing USB Bluetooth functionality to untrusted adjacent devices.
  • If vendor-approved, disable unused USB Bluetooth device functionality.
  • Track downstream device vendor advisories for firmware availability.

Validation and detection

  • Inventory products and firmware that include Zephyr RTOS.
  • Confirm whether the USB Bluetooth device class is enabled.
  • Map embedded Zephyr versions against the GitHub advisory.
  • Review SBOMs and build manifests for affected Zephyr components.
  • Use vendor-supported tests to confirm patched firmware behavior.
Prepared
Confidence
medium
Sources
3

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-122: 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.

Open ATT&CK lookup
cve · low confidence lookup

CVE-2021-3966 mapping review

Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.

Open ATT&CK lookup
Vulnerability profileCVE Program record
Severity
Critical
CVSS
9.6 (3.1)
Known Exploited
No
Published

Vector: CVSS:3.1/AV:A/AC:L/PR:N/UI:N/S:C/C:L/I:H/A:H

Official CVE source material

CNA and ADP enrichment extracted from CVE v5

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.

1CVSS vectors
0Timeline events
0ADP providers
2Source links

CVSS vector scores

1 official score

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.

ScoreVersionSeverityVectorExploitImpactSource
9.6CVSS 3.1CriticalCVSS:3.1/AV:A/AC:L/PR:N/UI:N/S:C/C:L/I:H/A:H2.86Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

9.6Critical
CVSS 3.1 vector shape for CVE-2021-3966Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: CVSS:3.1/AV:A/AC:L/PR:N/UI:N/S:C/C:L/I:H/A:H

Attack Vector
NetworkAdjacentLocalPhysical
Attack Complexity
LowHigh
Privileges Required
NoneLowHigh
User Interaction
NoneRequired
Scope
ChangedUnchanged
Confidentiality Impact
HighLowNone
Integrity Impact
HighLowNone
Availability Impact
HighLowNone
Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
zephyrproject-rtoszephyrunspecifiedListed
Weakness

CWE details

CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.

CWE-122 · source CWE mapping

Heap-based Buffer Overflow

Heap-based Buffer Overflow represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.