Multiple vulnerabilities in the sound(4) mmap path
41Vexday Risk Score
No sign of exploitation. It has a public proof of concept.
ssvc Attendcvss 7.8epss 0.2%
from disclosure to weapon0 days
Published on NVDJun 27
1st PoCJun 10
exploitation probability
0.2%top 95% of all CVEs
observed exploitation
nono source reports it
1 public exploit(s)
dsp_mmap_single() 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).
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
Affected products
FreeBSD · FreeBSDpublic PoCs found — 1
githubgithub.com/Yayoi-cs/CVE-2026-45258_1day_LPE_exploit★ 0⚠ Public resources, to assess the exposure of systems you control or are authorized to test. Test only with authorization.