Skip to main content

Over 150 LLM Providers · Over 5,300 Models The most extensible AI-powered pentesting platform. Open source. Star on GitHub

CVE-2026-64265

7.8 · HIGH
Published Jul 25, 2026 linux CWE-416

Overview

CVE-2026-64265 is a high-severity vulnerability affecting linux linux_kernel. It was published on July 25, 2026 and has a CVSS 3.1 base score of 7.8 (HIGH).

This vulnerability has a CVSS 3.1 base score of 7.8, rated HIGH. It requires local or adjacent network access to exploit. Some level of privileges is required for exploitation.

Technical Description

In the Linux kernel, the following vulnerability has been resolved:

fuse: clear intr_entry in fuse_resend and fuse_remove_pending_req

When fuse_resend() moves a request from fpq->processing back to

fiq->pending, it sets FR_PENDING and clears FR_SENT but does not

remove the requests intr_entry from fiq->interrupts. If the

request had FR_INTERRUPTED set from a prior signal, intr_entry

remains dangling on fiq->interrupts. When the requesting task

then receives a fatal signal, fuse_remove_pending_req() sees

FR_PENDING=1, removes the request from fiq->pending and frees it

via the refcount path, also without cleaning intr_entry. The

stale intr_entry causes use-after-free when fuse_read_interrupt()

iterates fiq->interrupts:

- list_del_init(&req->intr_entry) -> UAF write on freed slab

- req->in.h.unique -> UAF read, data leaked to userspace

Remove intr_entry from fiq->interrupts in fuse_resend() for

interrupted requests before they are placed back on fiq->pending.

Add a WARN_ON if t

Remediation

Check the references section for vendor advisories and patches from linux. Update linux_kernel to the latest patched version. If immediate patching is not possible, review the CVSS vector to understand the attack surface and apply compensating controls such as network segmentation or access restrictions.

Affected Products

Vendor Product Versions Status
linux linux_kernel >= 6.9, < 6.12.96 Affected

Frequently Asked Questions

What is CVE-2026-64265?

CVE-2026-64265 is a high-severity vulnerability affecting linux linux_kernel. It was published on July 25, 2026 and has a CVSS 3.1 base score of 7.8 (HIGH).

How severe is CVE-2026-64265?

This vulnerability has a CVSS 3.1 base score of 7.8, rated HIGH. It requires local or adjacent network access to exploit. Some level of privileges is required for exploitation.

How do I fix or remediate CVE-2026-64265?

Check the references section for vendor advisories and patches from linux. Update linux_kernel to the latest patched version. If immediate patching is not possible, review the CVSS vector to understand the attack surface and apply compensating controls such as network segmentation or access restrictions.

How can CyberStrike help with CVE-2026-64265?

CyberStrike's AI-powered security agents can automatically detect CVE-2026-64265 across your infrastructure using autonomous pentesting, DAST scanning, and HackBrowser. The platform continuously monitors for known vulnerabilities and provides actionable remediation guidance prioritized by real-world exploitability.