Back to overview

CVE-2026-53252

Description
In the Linux kernel, the following vulnerability has been resolved: Bluetooth: fix memory leak in error path of hci_alloc_dev() Early failures in Bluetooth HCI UART configuration leak SRCU percpu memory. When device initialization fails before hci_register_dev() completes, the HCI_UNREGISTER flag is never set. As a result, when the device reference count reaches zero, bt_host_release() evaluates this flag as false and falls back to a direct kfree(hdev). Because hci_release_dev() is bypassed, the SRCU struct initialized early in hci_alloc_dev() is never cleaned up, resulting in a leak of percpu memory. Fix the leak by explicitly calling cleanup_srcu_struct() in the fallback (unregistered) branch of bt_host_release() before freeing the device.

Metadata

CVE ID
CVE-2026-53252
State
PUBLISHED
Assigner
Linux
Reserved
2026-06-09 07:44 UTC
Published
2026-06-25 08:39 UTC
Last updated
2026-06-25 08:39 UTC
Vendor / Product
Linux / Linux
Sources
cve.org  ·  NVD

Severity & Metrics

No CVSS data available.

Affected products (2)
VendorProductPlatformVersions
Linux Linux 90dee0a0ff84fac8accd5be98412b3819f667149 < 5b7dfca6f852e6b9d809fd0263b5427cc9fb33fd, c56b177efce8b62798e4d96bdb9867106cb7c4a0 < c016118b9e51eeaf5bc93850d4c455a3b583c0aa, bc0819a25e04cd68ef3568cfa51b63118fea39a7 < 0622e527a31d4b44737fed5c1a2ac1fc2cfb5184, ce23b73f0f27e2dbeb81734a79db710f05aa33c6 < bc2efe73c194a74839d7cf57b63880d97e21d309 …
Linux Linux 6.16, 0 < 6.16, 5.15.210 ≤ 5.15.*, 6.1.176 ≤ 6.1.* …
Back to overview