Use-after-free in FreeBSD - CVE-2026-49417
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 a use-after-free in the sound(4) mmap path when a mapped audio buffer remains accessible after the device is closed. A local user can keep using the stale mapping after closing the device to read and write kernel memory.
On systems with an audio device, the /dev/dsp device nodes are world-accessible by default.