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

fuse: re-lock request before returning from fuse_ref_folio()

fuse_ref_folio() unlocks the request but does not re-lock it before
returning. fuse_chan_abort() can end the request and the async end
callback (eg fuse_writepage_free()) can free the args while the
subsequent copy chain logic after fuse_ref_folio() accesses them,
leading to use-after-free issues.

Fix this by locking the request in fuse_ref_folio() before returning.
Published: 2026-07-25
Score: 7.8 High
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The vulnerability arises because the FUSE kernel module unlocks a request in fuse_ref_folio() without re‑acquiring the lock before returning. Subsequent asynchronous operations, such as fuse_writepage_free(), may free request arguments while older code paths still attempt to access them, creating a use‑after‑free scenario. If an attacker can trigger these race conditions by interacting with a mounted FUSE filesystem, kernel memory corruption could ensue, potentially permitting local privilege escalation or denial of service. The likely attack vector is a malicious or compromised user‑space process that performs operations on a FUSE filesystem, inferred from the kernel code path.

Affected Systems

All Linux kernel versions that contain the vulnerable FUSE code prior to the fix described in the commit references. The problem is present in the core Linux kernel and affects any deployment running a FUSE filesystem under those kernels.

Risk and Exploitability

The EPSS score is below 1 % and the vulnerability is not listed in CISA's KEV catalog, indicating a low probability of widespread exploitation. Nevertheless, the use‑after‑free can be triggered locally by any user that can interact with a FUSE filesystem, so systems running privileged FUSE services or exposed filesystems may be at higher risk. The CVSS score of 7.8 reflects the potential impact on kernel integrity if the flaw is successfully exploited.

Generated by OpenCVE AI on August 13, 2026 at 10:24 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Update the Linux kernel to a version that includes the commit fixing fuse_ref_folio()’s lock handling.
  • If an immediate kernel update is not possible, unmount or disable all FUSE filesystems until the patch is applied to block the race condition.
  • Regularly monitor kernel release notes and security advisories for the inclusion of this fix and apply updates promptly to maintain kernel integrity.

Generated by OpenCVE AI on August 13, 2026 at 10:24 UTC.

Tracking

Sign in to view the affected projects.

Advisories
Source ID Title
Debian DLA Debian DLA DLA-4717-1 linux security update
Debian DLA Debian DLA DLA-4720-1 linux security update
Debian DLA Debian DLA DLA-4723-1 linux-6.1 security update
Debian DLA Debian DLA DLA-4724-1 linux-6.12 new package
History

Wed, 12 Aug 2026 16:00:00 +0000

Type Values Removed Values Added
Weaknesses CWE-416

Sun, 02 Aug 2026 14:00:00 +0000

Type Values Removed Values Added
Weaknesses CWE-416

Thu, 30 Jul 2026 12:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-825
References
Metrics threat_severity

None

threat_severity

Moderate


Thu, 30 Jul 2026 04:45:00 +0000

Type Values Removed Values Added
Weaknesses CWE-416

Mon, 27 Jul 2026 05:15:00 +0000

Type Values Removed Values Added
Metrics cvssV3_1

{'score': 7.8, 'vector': 'CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H'}


Sat, 25 Jul 2026 09:30:00 +0000

Type Values Removed Values Added
Description In the Linux kernel, the following vulnerability has been resolved: fuse: re-lock request before returning from fuse_ref_folio() fuse_ref_folio() unlocks the request but does not re-lock it before returning. fuse_chan_abort() can end the request and the async end callback (eg fuse_writepage_free()) can free the args while the subsequent copy chain logic after fuse_ref_folio() accesses them, leading to use-after-free issues. Fix this by locking the request in fuse_ref_folio() before returning.
Title fuse: re-lock request before returning from fuse_ref_folio()
First Time appeared Linux
Linux linux Kernel
CPEs cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*
Vendors & Products Linux
Linux linux Kernel
References

Subscriptions

Linux Linux Kernel
cve-icon MITRE

Status: PUBLISHED

Assigner: Linux

Published:

Updated: 2026-08-05T12:40:24.619Z

Reserved: 2026-07-19T15:36:31.775Z

Link: CVE-2026-64266

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Analyzed

Published: 2026-07-25T10:17:06.783

Modified: 2026-08-12T15:51:58.817

Link: CVE-2026-64266

cve-icon Redhat

Severity : Moderate

Publid Date: 2026-07-25T00:00:00Z

Links: CVE-2026-64266 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-08-13T10:30:04Z

Weaknesses