CVE-2026-53276

HIGH

Linux - Use After Free

Title source: rule
STIX 2.1

Description

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().

Scores

CVSS v3 7.8
EPSS 0.0012
EPSS Percentile 2.2%
Attack Vector LOCAL
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H

Details

CWE
CWE-416
Status published
Products (9)
linux/Kernel 6.19.0 - 7.0.13linux
Linux/Linux < 6.19
Linux/Linux 6.19
Linux/Linux 7.0.13 - 7.0.*
Linux/Linux 7.1
Linux/Linux d3413703d5f8b7d1e6f514f9440ed5da1bc30796 - d324b8aa20bd3c3394e3647dc22491d88f3f4e7a
Linux/Linux d3413703d5f8b7d1e6f514f9440ed5da1bc30796 - f50331f2a1441ec49988832c3a95f2edacc47322
linux/linux_kernel 7.1 rc1 (6 CPE variants)
linux/linux_kernel 6.19 - 7.0.13
Published Jun 25, 2026
Tracked Since Jun 25, 2026