CVE-2026-64259

Source
https://cve.org/CVERecord?id=CVE-2026-64259
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-64259.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-64259
Downstream
Published
2026-07-25T08:49:10.756Z
Modified
2026-07-28T04:02:28.152726738Z
Severity
  • 7.8 (High) CVSS_V3 - CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H CVSS Calculator
Summary
fuse-uring: make a fuse_req on SQE commit only findable after memcpy
Details

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 (iouringcmd_done() not called) yet.

fuseuringcommitfetch() 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 fuseuringsendintask(). In order to avoid such races the call of fuseuringaddto_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 fuseuringaddtopq() 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.

Database specific
{
    "cna_assigner": "Linux",
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/64xxx/CVE-2026-64259.json"
}
References

Affected packages

Git / git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git

Affected ranges

Type
GIT
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Events
Introduced
c090c8abae4b6b77a1bee116aa6c385456ebef96
Fixed
e1711479e9068ea31b31353a702a51e639c3d059
Fixed
a635f427d57e2012102ae4886b48d8955c59fb86
Fixed
1efd3d474fc0ba74dfd984249bca78807d739812

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-64259.json"

Linux / Kernel

Package

Name
Kernel

Affected ranges

Type
ECOSYSTEM
Events
Introduced
6.14.0
Fixed
6.18.39
Type
ECOSYSTEM
Events
Introduced
6.19.0
Fixed
7.1.4

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-64259.json"