Impact
The CVE describes a data race in the fuse-uring subsystem of the Linux kernel. On weakly-ordered processors, an out-of-order store to the fiq->ops pointer can occur after the ready flag for a fuse-uring ring is set. A CPU that observes ring->ready as true may then dispatch requests through a stale or invalid fiq->ops pointer, potentially corrupting kernel memory or causing a crash. This flaw constitutes a race condition that can result in loss of availability.
Affected Systems
All Linux kernel releases that do not include the commits that add smp_store_release/smp_load_acquire ordering and READ_ONCE wrappers to the fuse-uring ready flag logic. Kernels predating those commits remain vulnerable.
Risk and Exploitability
The CVE has a CVSS score of 7.8, indicating high severity, while the EPSS score is reported as less than 1%, suggesting a very low exploitation probability. The vulnerability is not listed in the CISA KEV catalog. Based on the description, it is inferred that exploitation would require an attacker with local capabilities able to trigger fuse-uring operations, as the race occurs during user-initiated fuse-uring requests. No public exploit is currently known.
OpenCVE Enrichment