CVE-2026-49417: Multiple vulnerabilities in the sound(4) mmap path
Second, the audio buffer backing a mapping could be freed when the device was closed even though the mapping remained valid. The freed memory could then be reused elsewhere while still accessible through the stale mapping.
The /dev/dsp device nodes are world-accessible by default. On a system with an audio device, either issue allows an unprivileged local user to read and write kernel memory, which can be used to escalate privileges, potentially gaining full control of the affected system. At a minimum, an attacker can crash the kernel, resulting in a Denial of Service (DoS).
Affected Software
Event History
Frequently Asked Questions
What is the severity of CVE-2026-49417?
The severity of CVE-2026-49417 is rated at 80.
What software is affected by CVE-2026-49417?
CVE-2026-49417 affects the Linux kernel.
How do I fix CVE-2026-49417?
To fix CVE-2026-49417, you should apply the latest security patches to the Linux kernel.
What kind of vulnerability is CVE-2026-49417 classified as?
CVE-2026-49417 is classified as a Use After Free vulnerability.
What potential impact does CVE-2026-49417 pose?
CVE-2026-49417 could allow an attacker to access freed memory, potentially leading to arbitrary code execution.