Use-after-free in Linux kernel - CVE-2026-80857
Published: September 5, 2026
Vulnerability details
The vulnerability allows a local user to cause a use-after-free.
The vulnerability exists due to a failure to wait for request completion in the FUSE request_wait_answer() function when the abort_on_kill path is triggered while fuse_dev_do_write() is concurrently processing the same request. A local user can trigger the abort_on_kill path for a concurrently processed request to cause a use-after-free.
Exploitation requires the request to be marked FR_LOCKED while its arguments are freed.