Impact
The flaw touches the ALSA subsystem in the Linux kernel. During a pcm drain operation, a stream's runtime pointer is reused after its lock is released and a concurrent close frees the runtime structure, leaving a stale pointer that is dereferenced. This use‑after‑free can corrupt memory and, depending on context, may allow an attacker to execute arbitrary code or cause a crash.
Affected Systems
Affected systems are Linux kernel builds that include the ALSA PCM subsystem. The CVE description references the pcm drain loop around lines 2150‑2180, but no specific kernel releases or version numbers are listed. As a result, the affected version range cannot be determined solely from the provided data. Security teams should verify their kernel versions against the kernel source that contains the patch and assess whether their builds include the vulnerable code path.
Risk and Exploitability
The CVSS score of 7.8 indicates high severity. The use‑after‑free occurs during a PCM drain operation without appropriate locking, potentially allowing a concurrent close to free the runtime structure while the drain logic continues to dereference it. This flaw can lead to memory corruption within the kernel, which is a local issue. No publicly released exploit is known from the CVE data, and the EPSS score of <1% suggests a very low probability of exploitation. The vulnerability is not listed in the CISA KEV catalog.
OpenCVE Enrichment
Debian DLA