CVE-2026-64588

Source
https://cve.org/CVERecord?id=CVE-2026-64588
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-64588.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-64588
Downstream
Published
2026-08-06T07:13:46.688Z
Modified
2026-08-09T03:47:27.128162896Z
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: fix data races on ring->ready
Details

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

fuse-uring: fix data races on ring->ready

On weakly-ordered architectures, the store to fiq->ops can be reordered past the store to ring->ready, allowing a CPU that sees ring->ready == true via fuseuringready() to dispatch requests through a stale fiq->ops pointer. Upgrade the store to smpstorerelease() and the load in fuseuringready() to smploadacquire() so that the preceding WRITE_ONCE(fiq->ops, ...) is visible to any CPU that observes ring->ready == true.

Additionally, fuseuringdoregister() publishes ring->ready with WRITEONCE() but the fast-path check reads it with a plain load. This is a marked-vs-unmarked access that KCSAN will flag. Wrap it in READ_ONCE() to mark it without adding unnecessary ordering.

Also wrap the fc->ring load in fuseuringready() in READ_ONCE() to prevent the compiler from reloading it between the NULL check and the dereference.

Database specific
{
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/64xxx/CVE-2026-64588.json",
    "cna_assigner": "Linux"
}
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
c2c9af9a0b13261c36909036057a116f2edb5e1a
Fixed
b156bb9966972122b148acab8bdf415cdb8176a3
Fixed
d01a09b442cb786cd44ccc7c84d57e2856d6737c
Fixed
46725a0056c884cf58a6897f222892807327d82d

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-64588.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-64588.json"