Impact
In the ALSA loopback driver (aloop) of the Linux kernel, a use‑after‑free can occur when a playback stream is started with parameters that no longer match an active capture stream. The old peer substream pointer remains after the capture side is stopped, causing the kernel to free a runtime that is still in use. This memory corruption is classified as CWE‑364 and can lead to privilege escalation or system crash.
Affected Systems
Affected versions are Linux kernel builds that contain the ALSA loopback driver and lack the fix introduced by commit 826af7fa62e3. Any distribution delivering a kernel before the merge of that commit is potentially vulnerable. Administrators should verify the kernel version and confirm that the aloop module is either upgraded or disabled.
Risk and Exploitability
The CVSS base score of 7.0 indicates high severity, but the EPSS score is not available and the vulnerability is not recorded in the CISA KEV catalog, indicating no known public exploits. Based on the description, it is inferred that an attacker would need local user or audio‑application privileges to trigger concurrent playback and capture streams, which could be used to exploit the race condition. Consequently, the risk is significant for systems that enable audio streaming from untrusted users.
OpenCVE Enrichment