PT-2026-64654 · Linux+1 · Linux Kernel+1
CVE-2026-64433
·
Published
2026-07-25
·
Updated
2026-09-07
CVSS v3.1
7.8
High
| Vector | AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H |
Name of the Vulnerable Software and Affected Versions
Linux kernel (affected versions not specified)
Description
A use-after-free (UAF) issue exists in the Bluetooth MGMT component. The
add device complete() function, executing from the hci cmd sync work kworker, calls hci conn params lookup() and dereferences the params->flags variable without holding the required hci dev lock. A concurrent remove device() operation, which runs under hci dev lock, can call hci conn params free() to delete and free the object returned by the lookup. This results in the add device complete() function accessing freed memory when reading params->flags.Recommendations
At the moment, there is no information about a newer version that contains a fix for this vulnerability.
Exploit
Use After Free
Found an issue in the description? Have something to add? Feel free to write us 👾
Weakness Enumeration
Related Identifiers
Affected Products
Linux Kernel
Ubuntu