CVE-2026-80762

Source
https://cve.org/CVERecord?id=CVE-2026-80762
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-80762.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-80762
Downstream
Published
2026-09-04T15:12:34.354Z
Modified
2026-09-06T03:46:16.429238679Z
Summary
Bluetooth: hci_sync: Fix accept list UAF during suspend
Details

In the Linux kernel, the following vulnerability has been resolved:

Bluetooth: hci_sync: Fix accept list UAF during suspend

hciupdateeventfiltersync() walks hdev->acceptlist while sending a synchronous HCI command for each remote-wakeup device. The suspend path holds hdev->reqlock, but accept-list updates are serialized by hdev->lock. Consequently, remove_device() can free the current list entry during the controller wait.

The following interleaving causes the use-after-free:

hciupdateeventfiltersync() removedevice() fetch accept-list entry hciseteventfiltersync() wait for controller response hcidevlock() listdel() kfree() hcidevunlock() read the freed list.next

KASAN reported:

BUG: KASAN: slab-use-after-free in hcisuspendsync+0x835/0x910 Read of size 8 at addr ffff88810bec8440 by task kworker/0:1/10 Workqueue: events vhcisuspendwork Call Trace: hcisuspendsync+0x835/0x910 hcisuspenddev+0x182/0x450 processonework+0x661/0x1090 worker_thread+0x45b/0xd10

Allocated by task 86: hcibdaddrlistaddwithflags+0x1a8/0x400 adddevice+0x381/0x820 hcisocksendmsg+0x1033/0x1ea0

Freed by task 91: kfree+0x131/0x3c0 removedevice+0x429/0xb70 hcisock_sendmsg+0x1033/0x1ea0

Snapshot the remote-wakeup addresses under hdev->lock. Release the lock before sending HCI commands. Clear the controller event filter before building the snapshot, and skip allocation and the second list traversal when there are no matching entries. This preserves the original filter and scan-state updates without retaining an accept-list node across a controller wait.

Database specific
{
    "cna_assigner": "Linux",
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/80xxx/CVE-2026-80762.json"
}
References

Affected packages

Git / git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git

Affected ranges

Type
GIT
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Events
Introduced
182ee45da083db4e3e621541ccf255bfa9652214
Fixed
bb5f5414d1a6272a16f68684e998f4063dd19f57
Fixed
b5181516a9f5c2fdb3271cdad72a5b16c6963a44
Fixed
87ad116ac3abc6f2ce2b5b6c488f633003581eee
Fixed
fe93a697a7a92fa9adf78c9ff67a10db3193290c
Fixed
95bb57bc11a91caf042ad00fca85e480d3fda37f
Fixed
29c59212a507804d7616b8abf491d30b4ab8e75f
Fixed
f57b399c4fa1501b2d5451f52d861ece86bcf3db

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-80762.json"

Linux / Kernel

Package

Name
Kernel

Affected ranges

Type
ECOSYSTEM
Events
Introduced
5.17.0
Fixed
6.1.187
Type
ECOSYSTEM
Events
Introduced
6.2.0
Fixed
6.6.156
Type
ECOSYSTEM
Events
Introduced
6.7.0
Fixed
6.12.108
Type
ECOSYSTEM
Events
Introduced
6.13.0
Fixed
6.18.47
Type
ECOSYSTEM
Events
Introduced
6.19.0
Fixed
7.1.11
Type
ECOSYSTEM
Events
Introduced
7.2.0
Fixed
7.2.1

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-80762.json"