CVE-2024-49951: Bluetooth: MGMT: Fix possible crash on mgmt_index_removed
In the Linux kernel, the following vulnerability has been resolved:
Bluetooth: MGMT: Fix possible crash on mgmt_index_removed
If mgmt_index_removed is called while there are commands queued on
cmd_sync it could lead to crashes like the bellow trace:
0x0000053D: __list_del_entry_valid_or_report+0x98/0xdc
0x0000053D: mgmt_pending_remove+0x18/0x58 [bluetooth]
0x0000053E: mgmt_remove_adv_monitor_complete+0x80/0x108 [bluetooth]
0x0000053E: hci_cmd_sync_work+0xbc/0x164 [bluetooth]
So while handling mgmt_index_removed this attempts to dequeue
commands passed as user_data to cmd_sync.
Security readout for executives and security teams
Plain-English summary
A flaw in the Linux kernel Bluetooth management subsystem can crash a system when a Bluetooth controller index is removed while synchronized commands remain queued. The supplied CVSS score is 7.8, reflecting local, low-privilege access and potentially serious impact. The evidence directly demonstrates a crash; it does not establish broader compromise mechanics.
Executive priority
Treat this as a high-priority kernel maintenance issue on Bluetooth-enabled, multi-user, kiosk, desktop, and edge systems. Patch through normal emergency or accelerated maintenance processes after confirming distributor applicability. Urgency is lower where Bluetooth is absent or unused, but the supplied sources do not define that as a complete mitigation.
Technical view
During mgmt_index_removed handling, queued cmd_sync commands may retain pending management entries. Removing those entries during completion processing can trigger invalid linked-list deletion and a kernel crash. Linux stable commits resolve the condition by dequeuing commands passed as user_data while processing index removal.
Likely exposure
Exposure is most plausible on affected Linux kernels using the Bluetooth MGMT subsystem, particularly where controller removal can coincide with queued synchronized commands. The supplied affected-version data lists 6.0, 6.1.120, 6.6.55, 6.10.14, 6.11.3, and 6.12, but does not clearly express version ranges.
Exploitation context
The CVSS vector describes a local, low-complexity attack requiring low privileges and no user interaction. The supplied record is not in KEV, and no cited source claims active exploitation. Available evidence documents a crash condition rather than a proven real-world exploitation campaign or demonstrated confidentiality and integrity compromise.
Researcher notes
The crash trace indicates invalid list deletion during asynchronous Bluetooth management completion. Five Linux stable commits are referenced, likely covering maintained branches. The supplied affected-version representation is ambiguous and includes duplicated commit identifiers plus an isolated "0" value; use branch-specific commits and distribution advisories rather than assuming precise ranges from this bundle.
Mitigation direction
Apply a distributor kernel update that incorporates the applicable Linux stable fix.
Check Linux distribution advisories to identify the correct fixed package for each deployed kernel.
Prioritize systems that actively use Bluetooth or permit local untrusted users.
Follow vendor guidance when exact affected and fixed version boundaries remain unclear.
Validation and detection
Inventory deployed kernel versions and whether the Bluetooth subsystem is enabled or used.
Map each kernel package to its distributor advisory and applicable stable fix commit.
Verify the running kernel after updating, not only the installed package.
Review kernel logs for crashes referencing mgmt_pending_remove, mgmt_remove_adv_monitor_complete, or hci_cmd_sync_work.
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-49951 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.