CVE-2026-45258: Multiple vulnerabilities in the sound(4) mmap path
dspmmapsingle() validated the requested mapping by checking the sum of the user-supplied offset and length against the buffer size. This addition could overflow, so that a large offset and length wrapped around and passed the check. The offset was then narrowed from 64 to 32 bits when converted to a buffer address, yielding a mapping that extended past the audio buffer into unrelated kernel memory.
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-45258?
CVE-2026-45258 has a medium risk severity rating of 80.
How do I fix CVE-2026-45258?
To fix CVE-2026-45258, update your Linux kernel to the latest version that addresses this vulnerability.
What software is affected by CVE-2026-45258?
CVE-2026-45258 affects the Linux sound(4) mmap path and the dsp_mmap_single() function.
What vulnerability type is identified in CVE-2026-45258?
CVE-2026-45258 is classified as an Integer Overflow vulnerability.
What is the impact of CVE-2026-45258?
The impact of CVE-2026-45258 may include potential unauthorized access to memory, leading to system instability or compromise.