CVE-2026-23461
EUVD-2026-1872203.04.2026, 16:16
In the Linux kernel, the following vulnerability has been resolved:
Bluetooth: L2CAP: Fix use-after-free in l2cap_unregister_user
After commit ab4eedb790ca ("Bluetooth: L2CAP: Fix corrupted list in
hci_chan_del"), l2cap_conn_del() uses conn->lock to protect access to
conn->users. However, l2cap_register_user() and l2cap_unregister_user()
don't use conn->lock, creating a race condition where these functions can
access conn->users and conn->hchan concurrently with l2cap_conn_del().
This can lead to use-after-free and list corruption bugs, as reported
by syzbot.
Fix this by changing l2cap_register_user() and l2cap_unregister_user()
to use conn->lock instead of hci_dev_lock(), ensuring consistent locking
for the l2cap_conn structure.EnginsightAffected Products (NVD)
| Vendor | Product | Version |
|---|---|---|
| linux | linux_kernel | 6.6.84 ≤ 𝑥 < 6.6.130 |
| linux | linux_kernel | 6.12.20 ≤ 𝑥 < 6.12.78 |
| linux | linux_kernel | 6.13.8 ≤ 𝑥 < 6.14 |
| linux | linux_kernel | 6.14.1 ≤ 𝑥 < 6.18.20 |
| linux | linux_kernel | 6.19 ≤ 𝑥 < 6.19.10 |
| linux | linux_kernel | 6.14 |
| linux | linux_kernel | 6.14:rc3 |
| linux | linux_kernel | 6.14:rc4 |
| linux | linux_kernel | 6.14:rc5 |
| linux | linux_kernel | 6.14:rc6 |
| linux | linux_kernel | 6.14:rc7 |
| linux | linux_kernel | 7.0:rc1 |
| linux | linux_kernel | 7.0:rc2 |
| linux | linux_kernel | 7.0:rc3 |
| linux | linux_kernel | 7.0:rc4 |
𝑥
= Vulnerable software versions
Debian Releases
openSUSE / SLES Releases
openSUSE Product | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| cluster-md-kmp-default |
| ||||||||||
| dlm-kmp-default |
| ||||||||||
| gfs2-kmp-default |
| ||||||||||
| kernel-64kb |
| ||||||||||
| kernel-azure |
| ||||||||||
| kernel-default |
| ||||||||||
| kernel-default-base |
| ||||||||||
| kernel-default-man |
| ||||||||||
| kernel-obs-build |
| ||||||||||
| kernel-source |
| ||||||||||
| kernel-zfcpdump |
| ||||||||||
| ocfs2-kmp-default |
| ||||||||||
| reiserfs-kmp-default |
|
Common Weakness Enumeration
Vulnerability Media Exposure
References