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

fuse-uring: Avoid use-after-free in fuse_uring_async_stop_queues

fuse_uring_async_stop_queues() might run when the last reference
on ring->queue_refs was already dropped.

In order to avoid an early destruction a reference on struct fuse_conn
is now taken before starting fuse_uring_async_stop_queues() and that
reference is only released when that delayed work queue terminates.
Published: 2026-07-25
Score: 7.8 High
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

This vulnerability is a use-After-Free condition in the Linux kernel fuse-uring subsystem. When the function fuse_uring_async_stop_queues can run after the last reference to ring->queue_refs has been released, it may operate on freed memory, resulting in kernel memory corruption. The weakness is identified as CWE-416 and CWE-825. Corruption of kernel memory can cause system crashes or allow an attacker to execute arbitrary code in kernel mode if the flaw is successfully triggered.

Affected Systems

All installations of the Linux kernel that do not include the protective reference added in the recent commit are potentially affected. The patch that resolves the issue adds a reference on struct fuse_conn before starting fuse_uring_async_stop_queues; any kernel version prior to that commit could still contain the flaw.

Risk and Exploitability

The CVSS score of 7.8 indicates high severity. The EPSS score is less than 1 %, implying a very low probability of exploitation. The vulnerability is not listed in CISA’s KEV catalog. The attack vector is not explicitly documented; the likely vector involves a local or privileged process that can invoke fuse_uring_async_stop_queues, but this is inferred from the description.

Generated by OpenCVE AI on August 13, 2026 at 11:08 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Update the Linux kernel to a release that includes the new reference on struct fuse_conn before calling fuse_uring_async_stop_queues as described in the commit references.
  • If a kernel upgrade is not possible, manually apply the patch from the kernel source that adds the reference before the fuse_uring_async_stop_queues call, then rebuild and reboot the system.
  • After applying the update or patch, monitor system stability and review kernel logs for any signs of fuse-uring related crashes to confirm that the issue is resolved.

Generated by OpenCVE AI on August 13, 2026 at 11:08 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

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

Type Values Removed Values Added
Weaknesses CWE-416

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

Type Values Removed Values Added
Weaknesses CWE-416

Tue, 28 Jul 2026 00:15:00 +0000


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'}


Sun, 26 Jul 2026 03:00:00 +0000

Type Values Removed Values Added
Weaknesses CWE-416

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-uring: Avoid use-after-free in fuse_uring_async_stop_queues fuse_uring_async_stop_queues() might run when the last reference on ring->queue_refs was already dropped. In order to avoid an early destruction a reference on struct fuse_conn is now taken before starting fuse_uring_async_stop_queues() and that reference is only released when that delayed work queue terminates.
Title fuse-uring: Avoid use-after-free in fuse_uring_async_stop_queues
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:22.472Z

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

Link: CVE-2026-64261

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Analyzed

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

Modified: 2026-08-12T15:52:45.790

Link: CVE-2026-64261

cve-icon Redhat

Severity :

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

Links: CVE-2026-64261 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-08-13T11:15:05Z

Weaknesses