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

Published Jul 25, 2026
·
Updated

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

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

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

Fix this by taking the entry off entwreqqueue and changing its state from FRRSFUSEREQ to FRRSINVALID before terminating the request.

Affected Software

2 affected components
Linux Linux kernel>=6.16<6.18.39
Linux Linux kernel>=6.19<7.1.4

Remediation

Recommended actions to resolve this vulnerability, in priority order.

  1. Configuration

    Update fuse-uring expiration/termination logic so the request entry is removed from ent_w_req_queue (or its state is changed) before terminating the request, preventing NULL dereference during scans of ent_w_req_queue.

    Linux kernel fuse-uring ent_w_req_queue entry state (FRRS_FUSE_REQ -> FRRS_INVALID) = from FRRS_FUSE_REQ to FRRS_INVALID before terminating the request
  2. Operational

    After applying the code change, ensure any in-flight fuse-uring requests have their ent->fuse_req pointer cleared via fuse_uring_req_end() to avoid dangling pointers.

Event History

Jul 25, 2026
CVE Published
via MITRE·08:49 AM
Data Sourced
via MITRE·08:49 AM
Description
Data Sourced
via NVD·10:17 AM
RemedyDescriptionSeverityWeaknessAffected Software

Frequently Asked Questions

1

What conditions are required to trigger the crash?

An attacker or local user must be able to cause a copy into the userspace FUSE ring buffer to fail. The request expiration logic must then scan the affected queue during the interval after the request has been terminated but before its entry is removed.

2

What is the practical impact?

The race can cause a NULL pointer dereference in the Linux kernel, resulting in a denial of service. The supplied CVSS vector indicates local access, low attack complexity, low privileges, no user interaction, and high availability impact.

3

How does the fix prevent the issue?

The fix removes the entry from ent_w_req_queue and changes its state from FRRS_FUSE_REQ to FRRS_INVALID before terminating the request. This prevents expiration processing from encountering an entry whose fuse_req pointer has already been cleared.

Contact

SecAlerts Pty Ltd.
132 Wickham Terrace
Fortitude Valley,
QLD 4006, Australia
info@secalerts.co
By using SecAlerts services, you agree to our services end-user license agreement. This website is safeguarded by reCAPTCHA and governed by the Google Privacy Policy and Terms of Service. All names, logos, and brands of products are owned by their respective owners, and any usage of these names, logos, and brands for identification purposes only does not imply endorsement. If you possess any content that requires removal, please get in touch with us.
© 2026 SecAlerts Pty Ltd.
ABN: 70 645 966 203, ACN: 645 966 203