CVE-2024-42132: bluetooth/hci: disallow setting handle bigger than HCI_CONN_HANDLE_MAX
In the Linux kernel, the following vulnerability has been resolved:
bluetooth/hci: disallow setting handle bigger than HCI_CONN_HANDLE_MAX
Syzbot hit warning in hci_conn_del() caused by freeing handle that was
not allocated using ida allocator.
This is caused by handle bigger than HCI_CONN_HANDLE_MAX passed by
hci_le_big_sync_established_evt(), which makes code think it's unset
connection.
Add same check for handle upper bound as in hci_conn_set_handle() to
prevent warning.
Security readout for executives and security teams
Plain-English summary
A Linux Bluetooth flaw can mishandle an invalid connection identifier, potentially disrupting an affected system and causing limited data or integrity impact. The 7.6 CVSS score reflects high availability risk. Exposure depends on the installed kernel and reachable Bluetooth functionality.
Executive priority
Treat as a high-priority maintenance issue for Bluetooth-enabled or mobile Linux assets. Expedite vendor-confirmed kernel updates, while validating exposure before broader emergency action because active exploitation is not evidenced.
Technical view
An out-of-range handle received by hci_le_big_sync_established_evt() can be treated as an unset connection. Consequently, hci_conn_del() may free a handle not allocated through the IDA allocator, triggering a warning. The stable fixes add HCI_CONN_HANDLE_MAX upper-bound validation.
Likely exposure
Linux systems with affected kernel builds and reachable Bluetooth HCI functionality are the likely exposure. The bundle lists 6.7, 6.6.39, 6.9.9, 6.10, and โ0โ as affected, but lacks complete range semantics. Downstream distribution exposure requires vendor confirmation.
Exploitation context
The supplied evidence does not support active exploitation, and the bundle marks KEV false. CVSS identifies an adjacent-network attack vector requiring neither privileges nor user interaction. Bluetooth proximity or equivalent adjacent access therefore materially affects practical risk.
Researcher notes
The description documents a syzbot-triggered warning involving an invalid handle and IDA allocation assumptions. It does not establish demonstrated exploitation or fully explain how the scored confidentiality, integrity, and availability impacts were reproduced. Avoid inferring memory corruption or remote code execution from this bundle alone.
Mitigation direction
Upgrade to a vendor-supported kernel containing the applicable Linux stable fix.
Check distribution advisories to map packaged kernel builds to the referenced fixes.
Prioritize remediation on Bluetooth-enabled systems exposed to untrusted nearby devices.
Follow vendor guidance if immediate upgrading is impossible; no alternative mitigation is supplied.
Validation and detection
Inventory kernel package versions across Bluetooth-capable Linux systems.
Confirm each vendor kernel incorporates an applicable referenced stable commit.
Determine whether Bluetooth HCI and LE BIG synchronization functionality are enabled or used.
Recheck kernel versions and vendor fix status after deployment.
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.
cve ยท low confidence lookup
CVE-2024-42132 mapping review
Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.
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.