Use-after-free in Linux kernel - CVE-2026-64265
Published: July 27, 2026
Vulnerability details
The vulnerability allows a local user to disclose sensitive information or cause memory corruption.
The vulnerability exists due to a use-after-free in fuse_read_interrupt and FUSE request interrupt list handling when processing interrupted requests that are resent and later removed after a fatal signal. A local user can trigger request requeueing and request removal to disclose sensitive information or cause memory corruption.
Exploitation requires a previously interrupted request to remain linked on the interrupts list and a subsequent fatal signal before the interrupt list is processed.