PT-2026-64486 · Linux · Linux Kernel
CVE-2026-64265
·
Published
2026-07-25
·
Updated
2026-09-07
CVSS v3.1
7.8
High
| Vector | AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H |
Name of the Vulnerable Software and Affected Versions
Linux kernel (affected versions not specified)
Description
A use-after-free issue exists in the FUSE (Filesystem in Userspace) module. When the
fuse resend() function moves a request from fpq->processing back to fiq->pending, it fails to remove the intr entry from fiq->interrupts if the request was previously interrupted. Subsequently, if the task receives a fatal signal, fuse remove pending req() frees the request without cleaning the intr entry. This results in a stale entry that causes a use-after-free condition when fuse read interrupt() iterates through fiq->interrupts, potentially leading to a write on a freed slab via list del init(&req->intr entry) or a read of req->in.h.unique that leaks data to userspace.Recommendations
At the moment, there is no information about a newer version that contains a fix for this vulnerability.
Exploit
Use After Free
Found an issue in the description? Have something to add? Feel free to write us 👾
Weakness Enumeration
Related Identifiers
Affected Products
Linux Kernel