Use-after-free in Linux kernel - CVE-2026-89791
Published: September 17, 2026
Vulnerability details
The vulnerability allows a local user to escalate privileges.
The vulnerability exists due to use-after-free in perf event ring buffer handling when perf mmap revival races with the last munmap. A local user can race perf mmap and munmap operations to escalate privileges.
The issue is reachable by an unprivileged user under the default kernel.perf_event_paranoid=2 setting.