Race Condition in Linux Kernel's FUSE Module Impacting Concurrent Queue Access
CVE-2026-80858

Currently unrated

Key Information:

Vendor

Linux

Status
Vendor
CVE Published:
4 September 2026

What is CVE-2026-80858?

A race condition exists in the Linux kernel's FUSE module, specifically within the io-uring queues. The issue arises during the initialization of a fuse_ring_queue when the queue's pointer is published without ensuring proper ordering of initialization. The use of WRITE_ONCE() does not enforce the necessary sequencing of field initialization, which can lead to undefined behavior when multiple readers concurrently access the pointer. To mitigate this, the queue should be published with smp_store_release(), ensuring that the necessary initializations occur before the reader accesses the queue pointer. Developers and system administrators should ensure that systems are kept up to date to prevent potential exploitation of this vulnerability.

Affected Version(s)

Linux 24fe962c86f55347385933a1b06ca71b60854690

Linux 24fe962c86f55347385933a1b06ca71b60854690 < 42df916e5a5f8fb4b60c8cefb54318d1ec02c580

Linux 6.14

References

Timeline

  • Vulnerability published

  • Vulnerability Reserved

.