Impact
The kernel’s Bluetooth ISO subsystem has a NULL pointer dereference that occurs when an ISO_END packet is received as the first fragment of a new ISO connection. The code does not guard against a missing ISO_START for ISO_END, causing a direct dereference of a NULL skb pointer and resulting in an oops that crashes the host. This flaw is a classic NULL pointer dereference defect (CWE‑476) and leads to a denial‑of‑service condition at the system level.
Affected Systems
All Linux kernel releases that ship with the unpatched Bluetooth ISO code are affected. The vulnerability is tied to generic Linux kernels; any distribution that uses the default kernel without the fix is potentially vulnerable. The kernel patch is referenced via several commit IDs on kernel.org, but no specific minor kernel version is provided in the advisory.
Risk and Exploitability
The CVSS score is 5.5, indicating a moderate severity vulnerability. The EPSS score is less than 1%, implying a very low exploitation probability at the time of analysis. The flaw is not listed in CISA’s KEV catalog. Attackers need to establish a Bluetooth ISO connection; they may launch the attack by sending an ISO_END packet as the first fragment on a fresh connection. Because ISO partners can sync to a broadcaster without pairing, any nearby broadcaster on the air can trigger the crash, making the vulnerability discoverable remotely via Bluetooth.
OpenCVE Enrichment
Ubuntu USN