Impact
The Linux kernel ALSA sequencer subsystem contains an uninitialised 4‑byte heap field that is copied into user space for certain legacy events. When an older (non‑UMP) event is sent to a UMP client that suppresses conversion, the stale word is copied to the user buffer, leaking a small amount of kernel memory to an unprivileged /dev/snd/seq client. This is an uninitialised memory read (CWE‑908) and results in a kernel‑heap information leak.
Affected Systems
All Linux kernel builds that include the ALSA sequencing subsystem with UMP enabled are potentially affected. No specific kernel versions are listed, so any recent kernel incorporating the ALSA UMP feature without the applied fix could be vulnerable.
Risk and Exploitability
The CVSS score of 5.5 indicates medium severity, reflecting a kernel‑heap information leak. The EPSS score is below 1 % and the vulnerability is not listed in CISA’s KEV catalog, suggesting low likelihood of exploitation. However, an attacker requires local user access to /dev/snd/seq, a kernel with UMP support, a legacy event, and a client that sets SNDRV_SEQ_FILTER_NO_CONVERT. These preconditions are narrow, but the leakage of uninitialised heap data to user space justifies prompt remediation.
OpenCVE Enrichment
Debian DLA