Impact
The ALSA sequencer subsystem contains a race in its FIFO resize routine (CWE‑911). When an ioctl resizes the FIFO while other readers or writers are active, stale cells can be left in a deallocated pool. The kernel may then block waiting for these cells to drain, causing the resize operation to hang and resulting in a denial‑of‑service that disables or delays ALSA operations for the affected process.
Affected Systems
The flaw exists in all Linux kernel releases that do not include the commit that introduced proper stale‑cell handling. The CVE references the kernel source and specific commit hashes but does not list explicit version ranges; therefore any kernel version lacking the patch is potentially affected.
Risk and Exploitability
The CVSS score of 5.5 indicates moderate severity, and the EPSS score of less than 1% suggests a very low exploitation probability. The flaw is not listed in the CISA KEV catalog. It is a local kernel race condition that requires access to the ALSA sequencer device; the likely attack vector is a local user issuing the snd_seq_ioctl_set_client_pool ioctl on /dev/snd/seq (inferred from the description). No remote code execution is possible according to the available data.
OpenCVE Enrichment