Linux Kernel Bluetooth Race Condition Vulnerability Leading to Use-After-Free

Vulnerability

A race condition vulnerability has been identified in the Bluetooth subsystem of the Linux kernel. This issue arises from a potential use-after-free scenario involving the 'hci_cmd_sync_work' and 'hci_cmd_sync_clear' functions. The vulnerability occurs because 'hci_cmd_sync_work' is queued to the 'req_workqueue' after 'cancel_work_sync' is called. Meanwhile, 'hci_cmd_sync_clear' can free the corresponding entry in the 'cmd_sync_work_list', leading to a kernel panic when the freed entry is accessed in 'hci_cmd_sync_work'.

Impact

Exploitation of this vulnerability causes a kernel panic, disrupting system operations and potentially leading to a denial of service.

Added: Jun 9, 2025, 7:46 PM
Updated: Jun 9, 2025, 7:46 PM

Vulnerability Rating

Custom Algorithm
spread
9.0
impact
2.5
exploitability
5.0
remediation
0.0
relevance
0.0
threat
3.2
urgency
2.9
incentive
1.7

Our algorithm analyzes dozens of metrics to generate these 8 key vulnerability categories, which are then combined to calculate the overall risk score.