Bug 2464464 (CVE-2026-43018) - CVE-2026-43018 kernel: Bluetooth: hci_event: fix potential UAF in hci_le_remote_conn_param_req_evt
Summary: CVE-2026-43018 kernel: Bluetooth: hci_event: fix potential UAF in hci_le_remo...
Keywords:
Status: NEW
Alias: CVE-2026-43018
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Product Security
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2026-05-01 15:08 UTC by OSIDB Bzimport
Modified: 2026-05-01 16:44 UTC (History)
2 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed:
Embargoed:


Attachments (Terms of Use)

Description OSIDB Bzimport 2026-05-01 15:08:17 UTC
In the Linux kernel, the following vulnerability has been resolved:

Bluetooth: hci_event: fix potential UAF in hci_le_remote_conn_param_req_evt

hci_conn lookup and field access must be covered by hdev lock in
hci_le_remote_conn_param_req_evt, otherwise it's possible it is freed
concurrently.

Extend the hci_dev_lock critical section to cover all conn usage.


Note You need to log in before you can comment on or make changes to this bug.