CVE-2026-64588
A permanent, source-backed tracker page. Values are shown only when returned; explicit gaps and read failures remain different states.
What it is
ReportedIn 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 fuse_uring_ready() to dispatch requests through a stale fiq->ops pointer. Upgrade the store to smp_store_release() and the load in fuse_uring_ready() to smp_load_acquire() so that the preceding WRITE_ONCE(fiq->ops, ...) is visible to any CPU that observes ring->ready == true.… Source description excerpt; complete tracked detail loads below.
NVD published: Aug 6, 2026 · Source record updated: Aug 9, 2026 · Tracker snapshot: Aug 9, 2026
What is affected
ReportedLinux — Linux. Product-level identification only; no affected-version conclusion is available from this field.
NVD published: Aug 6, 2026 · Source record updated: Aug 9, 2026 · Tracker snapshot: Aug 9, 2026
Urgency and basis
ReportedTrack · 115.2
Tracker decision tier from the evidence detailed below · Source record updated: Aug 9, 2026 · Tracker snapshot: Aug 9, 2026
Exploitation evidence
Not reportedNot reported by tracked sources.
What to do
Not reportedNot reported by tracked sources.
Evidence detail
Loading the full tracker evidence record…