Integer overflow in FreeBSD - CVE-2026-45258
Published: June 11, 2026
FreeBSD
Detailed vulnerability description
The vulnerability allows a local user to read and write kernel memory.
The vulnerability exists due to an integer overflow in dsp_mmap_single() when validating a user-supplied mmap offset and length. A local user can supply a large offset and length to obtain a mapping beyond the audio buffer and read and write kernel memory.
On systems with an audio device, the /dev/dsp device nodes are world-accessible by default.