CVE-2026-53276

Source
https://cve.org/CVERecord?id=CVE-2026-53276
Import Source
https://storage.googleapis.com/osv-test-cve-osv-conversion/osv-output/CVE-2026-53276.json
JSON Data
https://api.test.osv.dev/v1/vulns/CVE-2026-53276
Downstream
Published
2026-06-25T08:39:59.804Z
Modified
2026-06-27T12:02:21.168873010Z
Summary
Bluetooth: ISO: Fix a use-after-free of the hci_conn pointer
Details

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

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

In isosockrebindbc(), the bis pointer is cached, then the socket lock is dropped: bis = isopi(sk)->conn->hcon; /* Release the socket before lookups since that requires hcidevlock * which shall not be acquired while holding socklock for proper * ordering. */ releasesock(sk); hcidevlock(bis->hdev);

During the unlocked window, could a concurrent close() destroy the connection and free the bis structure, causing hcidevlock(bis->hdev) to access memory after it is freed, fix this by using the hdev reference which was safely acquired via isoconnget_hdev().

Database specific
{
    "cna_assigner": "Linux",
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/53xxx/CVE-2026-53276.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
d3413703d5f8b7d1e6f514f9440ed5da1bc30796
Fixed
d324b8aa20bd3c3394e3647dc22491d88f3f4e7a
Fixed
f50331f2a1441ec49988832c3a95f2edacc47322

Database specific

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

Linux / Kernel

Package

Name
Kernel

Affected ranges

Type
ECOSYSTEM
Events
Introduced
6.19.0
Fixed
7.0.13

Database specific

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