Impact
The Linux kernel Bluetooth ISO subsystem contains a flaw in iso_conn_del() where the hcon pointer is not cleared, leaving a dangling reference that can be dereferenced after the connection is deleted, resulting in a use‑after‑free error. This flaw was identified as CWE‑911, indicating a use‑after‑free scenario, and may allow an attacker to trigger a crash or denial of service by manipulating ISO Bluetooth traffic, though it requires control over Bluetooth sessions.
Affected Systems
All Linux kernel implementations that contain the legacy Bluetooth ISO subsystem before the commit aa9f7cb2bd3a2be998ceb739fc9a2f986eba43eb are affected; this includes any distribution kernel version prior to the patch.
Risk and Exploitability
The CVSS base score of 8.8 signifies high severity, while the EPSS score of less than 1% indicates low exploitation probability; not listed in CISA KEV, and no public exploits are known; an attacker would need to create or manipulate a Bluetooth ISO session from a nearby device to invoke iso_conn_del() and trigger the dangling reference, a scenario that is technically possible but non‑trivial due to the requirement for Bluetooth traffic control.
OpenCVE Enrichment