Impact
The Linux kernel’s Bluetooth ISO stack contains a use‑after‑free flaw in the iso_conn_ready path. When a connection is ready, the code dereferences the socket reference (sk) without holding the connection lock or incrementing the socket’s reference counter. A concurrent call to iso_sock_release can clear the socket pointer and release the associated socket object while the dereference is still pending, leading to a use‑after‑free. This can cause kernel memory corruption or a crash.
Affected Systems
All Linux kernel builds that include the Bluetooth ISO layer and have not applied the patch commit are affected. This includes mainstream distributions and embedded systems running upstream kernels without the fix.
Risk and Exploitability
The CVSS score of 8.8 reflects a high severity UAF that can enable kernel crashes or memory corruption. No public exploits are known at present, and the vulnerability is not listed in CISA KEV. The EPSS score of < 1% indicates a very low probability of exploitation, but because the flaw operates in kernel space and can be triggered via Bluetooth ISO, systems with exposed Bluetooth services run a meaningful risk.
OpenCVE Enrichment