Vulnerability in Linux
CVE-2025-40318
In the Linux kernel, the following vulnerability has been resolved: Bluetooth: hci_sync: fix race in hci_cmd_sync_dequeue_once hci_cmd_sync_dequeue_once() does lookup and then cancel the entry under two separate lock sections. Meanwhile, hci_cmd_sync_work() can also delete the same entry, leading to double list_del() and "UAF". Fix this by holding cmd_sync_work_lock across both lookup and cancel, so that the entry cannot be removed concurrently.
EPSS: 0.002 (6.3th percentile) — read the EPSS interpretation.
CVSS v3 metric
CVSS v3 base score 8.8 (High). Vector: CVSS:3.1/AV:A/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H.
Affected products
- Linux — versions 6.8.9, 6.6.51, 6.1.120
References
Frequently asked questions
- What is CVE-2025-40318?
- CVE-2025-40318 is a high-severity vulnerability in Linux. CVSS score: 8.8/10. Published 2025-12-08.
- How severe is CVE-2025-40318?
- High severity. CVSS v3 base score is 8.8 out of 10.