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

fuse-uring: remove request-less entries from ent_w_req_queue to fix NULL deref

If a copy into the userspace ring buffer fails, a request will be
terminated and fuse_uring_req_end() will set ent->fuse_req to NULL but
it will leave the entry on ent_w_req_queue in FRRS_FUSE_REQ state. This
can lead to a NULL deref if the request expiration logic scans
ent_w_req_queue in the window before the entry is moved off it.

Fix this by taking the entry off ent_w_req_queue and changing its state
from FRRS_FUSE_REQ to FRRS_INVALID before terminating the request.
Published: 2026-07-25
Score: 5.5 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The vulnerability exists in the Linux kernel’s fuse‑uring subsystem. A failure in copying data to a userspace ring buffer leaves a request in the ent_w_req_queue with a NULL fuse_req pointer while the entry remains marked as FRRS_FUSE_REQ. Subsequent expiration logic can dereference this NULL pointer, resulting in a kernel crash. The core weakness is a NULL pointer dereference in kernel code, which can lead to a denial of service by crashing the system.

Affected Systems

Affected systems are the Linux kernel. The exact kernel versions impacted are not listed in the CNA data; any kernel build that includes the fuse‑uring implementation may be vulnerable until patched.

Risk and Exploitability

The CVSS score of 5.5 classifies this vulnerability as medium severity; with an EPSS score of less than 1 % and no listing in CISA’s KEV, the likelihood of exploitation is low. The attack vector is inferred to be local or system‑level: an attacker must trigger a failing copy into the fuse‑uring ring buffer, an operation reserved for privileged processes. On successful exploitation, the resulting NULL pointer dereference would crash the kernel, delivering a denial‑of‑service outcome to the affected system.

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

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply a kernel update that includes the fuse‑uring patch referenced in the provided commit URLs
  • If patching cannot be applied immediately, disable the fuse_uring feature or restrict its use to trusted processes
  • Monitor kernel logs for panic events related to fuse_uring and investigate suspicious activity promptly

Generated by OpenCVE AI on August 13, 2026 at 11:37 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
Metrics cvssV3_1

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


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


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

Type Values Removed Values Added
Weaknesses CWE-476

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: remove request-less entries from ent_w_req_queue to fix NULL deref If a copy into the userspace ring buffer fails, a request will be terminated and fuse_uring_req_end() will set ent->fuse_req to NULL but it will leave the entry on ent_w_req_queue in FRRS_FUSE_REQ state. This can lead to a NULL deref if the request expiration logic scans ent_w_req_queue in the window before the entry is moved off it. Fix this by taking the entry off ent_w_req_queue and changing its state from FRRS_FUSE_REQ to FRRS_INVALID before terminating the request.
Title fuse-uring: remove request-less entries from ent_w_req_queue to fix NULL deref
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-07-25T08:49:10.093Z

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

Link: CVE-2026-64258

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Analyzed

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

Modified: 2026-08-12T15:53:06.887

Link: CVE-2026-64258

cve-icon Redhat

Severity :

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

Links: CVE-2026-64258 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-08-13T11:45:03Z

Weaknesses