SEPTEMBER 20, 2026
Live Feed
Back to database
Case File

CVE-2026-64259

HIGH · CVSS 7.8 EPSS 0.16%

Source: NVD + CISA KEV + EPSS · Published 2026-07-25 · Last synced 2026-08-24

CyberRota Analysis

AI-Generated

The vulnerability affects the Linux kernel's fuse-uring component, where improper handling of commit submission requests could allow a malicious userspace to exploit a use-after-free condition during memory operations. This could lead to potential data corruption or system instability. Organizations using Linux systems, particularly those implementing io_uring for asynchronous I/O operations, should prioritize patching this vulnerability to mitigate the risk of exploitation.

CVE
CVE-2026-64259
Severity
HIGH
CVSS
7.8
EPSS
0.16%
Linux

Original NVD Description

In the Linux kernel, the following vulnerability has been resolved: fuse-uring: make a fuse_req on SQE commit only findable after memcpy Bad userspace might try to trick us and send commit SQEs request unique / commit-id of requests that are not even send to fuse-server (io_uring_cmd_done() not called) yet. fuse_uring_commit_fetch() ends the fuse request when the ring entry has a wrong state, but that could have caused a use-after-free with the memcpy operations in fuse_uring_send_in_task(). In order to avoid such races the call of fuse_uring_add_to_pq() is moved after the copy operations and just before completing the io-uring request - malicious userspace cannot find the request anymore until all prepration work in fuse-client/kernel is completed. This also moves fuse_uring_add_to_pq() a bit up in the code to avoid a forward declaration. Also not with a preparation commit, to make it easier to back port to older kernels.

Related CVEs

Other vulnerabilities affecting the same vendor(s)