๐Ÿ” CVE Alert

CVE-2026-53276

UNKNOWN 0.0

Bluetooth: ISO: Fix a use-after-free of the hci_conn pointer

CVSS Score
0.0
EPSS Score
0.0%
EPSS Percentile
0th

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: ISO: Fix a use-after-free of the hci_conn pointer In iso_sock_rebind_bc(), the bis pointer is cached, then the socket lock is dropped: bis = iso_pi(sk)->conn->hcon; /* Release the socket before lookups since that requires hci_dev_lock * which shall not be acquired while holding sock_lock for proper * ordering. */ release_sock(sk); hci_dev_lock(bis->hdev); During the unlocked window, could a concurrent close() destroy the connection and free the bis structure, causing hci_dev_lock(bis->hdev) to access memory after it is freed, fix this by using the hdev reference which was safely acquired via iso_conn_get_hdev().

Vendor linux
Product linux
Ecosystems
Industries
Technology
Published Jun 25, 2026
Stay Ahead of the Next One

Get instant alerts for linux linux

Be the first to know when new unknown vulnerabilities affecting linux linux are published โ€” delivered to Slack, Telegram or Discord.

Get Free Alerts โ†’ Free ยท No credit card ยท 60 sec setup

Affected Versions

Linux / Linux
d3413703d5f8b7d1e6f514f9440ed5da1bc30796 < d324b8aa20bd3c3394e3647dc22491d88f3f4e7a d3413703d5f8b7d1e6f514f9440ed5da1bc30796 < f50331f2a1441ec49988832c3a95f2edacc47322
Linux / Linux
6.19

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
git.kernel.org: https://git.kernel.org/stable/c/d324b8aa20bd3c3394e3647dc22491d88f3f4e7a git.kernel.org: https://git.kernel.org/stable/c/f50331f2a1441ec49988832c3a95f2edacc47322