CVE-2026-64259

7.8

Linux · Kernel

A race condition in the Linux kernel fuse-uring implementation allows local attackers to trigger a use-after-free vulnerability via malicious userspace SQE commit requests.

Executive summary

A high-severity use-after-free vulnerability in the Linux kernel fuse-uring subsystem could allow a local attacker to achieve elevated privileges or system compromise.

Vulnerability

This is a race condition occurring within the fuse-uring component of the Linux kernel. A local attacker with low privileges can provide malformed SQE commit requests to trigger a use-after-free condition during memory copy operations, as the request becomes findable before the necessary preparation work is completed.

Business impact

Successful exploitation of this flaw allows a local user to execute arbitrary code with kernel-level privileges, leading to full system compromise. Given the CVSS score of 7.8, this vulnerability poses a significant risk to the confidentiality, integrity, and availability of any server or workstation running the affected kernel versions.

Remediation

Immediate Action: Update the Linux kernel to version 6.18.39, 7.1.4, or later versions where the fix has been backported.

Proactive Monitoring: Monitor system logs for kernel oops or unexpected service crashes related to the fuse or io-uring modules, which may indicate exploitation attempts.

Compensating Controls: Restrict access to the io-uring interface for untrusted local users if kernel updates cannot be applied immediately, though patching remains the only definitive resolution.

Exploitation status

Public Exploit Available: No (exploit_available: false)

Analyst recommendation

System administrators should prioritize patching the Linux kernel to the identified secure versions. Because this vulnerability involves the core kernel memory management logic, it is highly recommended to apply these updates during the next maintenance window to prevent potential local privilege escalation attacks.

More Linux CVEs

Sources