Security Advisory

CVE-2026-43018

CVE vulnerability detail - eXtreme Datacenter Security Operations

Published 2026-05-01 14:15:22
Last updated 2026-05-11 22:16:07
Assigner Linux
CVSS score 8.8
State PUBLISHED

Description

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.