[<prev] [next>] [day] [month] [year] [list]
Message-ID: <2025120823-CVE-2025-40318-0f27@gregkh>
Date: Mon, 8 Dec 2025 09:47:42 +0900
From: Greg Kroah-Hartman <gregkh@...uxfoundation.org>
To: linux-cve-announce@...r.kernel.org
Cc: Greg Kroah-Hartman <gregkh@...nel.org>
Subject: CVE-2025-40318: Bluetooth: hci_sync: fix race in hci_cmd_sync_dequeue_once
From: Greg Kroah-Hartman <gregkh@...nel.org>
Description
===========
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.
The Linux kernel CVE team has assigned CVE-2025-40318 to this issue.
Affected and fixed versions
===========================
Issue introduced in 6.1.120 with commit f00f36db76eb8fd10d13e80e2590f23b5beaa54d and fixed in 6.1.159 with commit 0a94f7e017438935c09ef833a1aa908ad9875213
Issue introduced in 6.6.51 with commit 1499f79995c7ee58e3bfeeff75f6d1b37dcda881 and fixed in 6.6.117 with commit 932c0a4f77ac13e526fdd5b42914d29c9821d389
Issue introduced in 6.9 with commit 505ea2b295929e7be2b4e1bc86ee31cb7862fb01 and fixed in 6.12.58 with commit ae76cf6c2c842944c6514c57df54d728f1916553
Issue introduced in 6.9 with commit 505ea2b295929e7be2b4e1bc86ee31cb7862fb01 and fixed in 6.17.8 with commit 9cd536970192b72257afcdfba0bfc09993e6f19c
Issue introduced in 6.9 with commit 505ea2b295929e7be2b4e1bc86ee31cb7862fb01 and fixed in 6.18 with commit 09b0cd1297b4dbfe736aeaa0ceeab2265f47f772
Issue introduced in 6.8.9 with commit 357603f4d396d85fbf0045512efaf1d7f7394ed7
Please see https://www.kernel.org for a full list of currently supported
kernel versions by the kernel community.
Unaffected versions might change over time as fixes are backported to
older supported kernel versions. The official CVE entry at
https://cve.org/CVERecord/?id=CVE-2025-40318
will be updated if fixes are backported, please check that for the most
up to date information about this issue.
Affected files
==============
The file(s) affected by this issue are:
net/bluetooth/hci_sync.c
Mitigation
==========
The Linux kernel CVE team recommends that you update to the latest
stable kernel version for this, and many other bugfixes. Individual
changes are never tested alone, but rather are part of a larger kernel
release. Cherry-picking individual commits is not recommended or
supported by the Linux kernel community at all. If however, updating to
the latest release is impossible, the individual changes to resolve this
issue can be found at these commits:
https://git.kernel.org/stable/c/0a94f7e017438935c09ef833a1aa908ad9875213
https://git.kernel.org/stable/c/932c0a4f77ac13e526fdd5b42914d29c9821d389
https://git.kernel.org/stable/c/ae76cf6c2c842944c6514c57df54d728f1916553
https://git.kernel.org/stable/c/9cd536970192b72257afcdfba0bfc09993e6f19c
https://git.kernel.org/stable/c/09b0cd1297b4dbfe736aeaa0ceeab2265f47f772
Powered by blists - more mailing lists