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

fuse: wait for FR_FINISHED on abort_on_kill to prevent use-after-free

The abort_on_kill path in request_wait_answer() calls fuse_abort_conn()
and returns without waiting for FR_FINISHED. If fuse_dev_do_write() is
concurrently processing the same request (FR_LOCKED set), the caller
frees req->args while it is still being accessed, causing a
use-after-free.

Fix this by jumping to the existing wait_event(FR_FINISHED) instead of
returning early. The wait will not hang because fuse_abort_conn()
ensures all requests are ended.
Published: 2026-09-04
Score: n/a
EPSS: < 1% Very Low
KEV: No
Impact: Privilege Escalation
Action: Immediate Patch
AI Analysis

Impact

The vulnerability in the Linux kernel’s FUSE subsystem was discovered in the abort_on_kill path of request_wait_answer(). When a write operation is concurrently processed, the kernel may free a request structure while it is still being accessed, causing a use‑after‑free. An attacker who triggers this flaw could cause kernel memory corruption and privilege escalation, potentially leading to a system crash. The flaw is a classic use‑after‑free, identified by CWE‑416.

Affected Systems

All Linux kernel releases that include the unpatched FUSE code and have not applied the commit sequence referenced in the linked git patches (64b0b5cacbd2fea88001464cb712c9dfc795b26e and 715cb86e33cda43f5224cdc3fd5610c0b6a46f7a) are affected. Without a specified affected‑version range, any kernel that contains the legacy abort_on_kill logic is vulnerable.

Risk and Exploitability

The CVSS score is not supplied, and EPSS is unavailable, so a precise numeric risk cannot be quoted. The deficiency, however, is critical because it enables kernel memory corruption that an attacker can trigger via concurrent fuse write requests, potentially leading to privilege escalation. No KEV listing suggests that a publicly available exploit has been reported yet, but the severity of this kernel use‑after‑free warrants immediate action.

Generated by OpenCVE AI on September 4, 2026 at 20:55 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Update the Linux kernel to a version that includes the FUSE abort_on_kill fix (apply the patches referenced in the Git commits).
  • If an immediate kernel upgrade is not possible, consider disabling the fuse kernel module on the affected system until a patch can be applied.
  • Monitor system logs for unexpected kernel crashes, OOPS messages, or repeated fuse‑related failures that may indicate an attempt to exploit the vulnerability.

Generated by OpenCVE AI on September 4, 2026 at 20:55 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Mon, 07 Sep 2026 16:00:00 +0000


Fri, 04 Sep 2026 21:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-416

Fri, 04 Sep 2026 16:00:00 +0000

Type Values Removed Values Added
Description In the Linux kernel, the following vulnerability has been resolved: fuse: wait for FR_FINISHED on abort_on_kill to prevent use-after-free The abort_on_kill path in request_wait_answer() calls fuse_abort_conn() and returns without waiting for FR_FINISHED. If fuse_dev_do_write() is concurrently processing the same request (FR_LOCKED set), the caller frees req->args while it is still being accessed, causing a use-after-free. Fix this by jumping to the existing wait_event(FR_FINISHED) instead of returning early. The wait will not hang because fuse_abort_conn() ensures all requests are ended.
Title fuse: wait for FR_FINISHED on abort_on_kill to prevent use-after-free
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-09-07T15:45:14.159Z

Reserved: 2026-08-26T14:34:25.797Z

Link: CVE-2026-80857

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-09-04T16:18:14.810

Modified: 2026-09-07T16:17:30.437

Link: CVE-2026-80857

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-09-05T02:45:16Z

Weaknesses