Impact
The flaw arises in the Bluetooth hci_sync subsystem where hci_le_create_cis_sync dereferences a connection object after releasing RCU and device locks. A concurrent disconnect can free the hci_conn structure between the unlock and dereference, causing a read of a freed kernel object. This use‑after‑free read can corrupt trusted kernel memory, leading to crashes, data corruption, or a foothold for privilege escalation if additional weaknesses are chained.
Affected Systems
All Linux kernel builds that include the Bluetooth stack and the hci_sync feature are affected. Any distribution running a kernel version that does not yet contain the described commit is susceptible, regardless of specific hardware models or Bluetooth adapters.
Risk and Exploitability
The vulnerability has a CVSS score of 8.8, indicating high severity. The EPSS score of less than 1 % indicates a low current likelihood of exploitation, and it is not listed in the CISA KEV catalog. Exploitation would likely require local or privileged access and a carefully orchestrated race condition where a disconnect occurs concurrently with the synchronized operation. The issue is a classic CWE‑364 type improper lock release leading to use‑after‑free.
OpenCVE Enrichment
Ubuntu USN