CVE Catalog

CVE-2026-64260

HighCVSS 7.8
Published: Updated: Translated: NVD NIST

Exploitation Probability (EPSS)

Low risk
0.13%

3th percentile - higher than 3% of all known CVEs

Summary

In the Linux kernel fuse-uring subsystem, a race condition exists regarding the queue->stopped flag. The fuse_uring_commit_fetch() function checks queue->stopped without a lock, and the value is not set under lock in fuse_uring_abort_end_requests().

Risk Assessment

An attacker could exploit the race to cause use-after-free or other undefined behavior.

Recommendation

Apply the Linux kernel patch that ensures queue->stopped is read and set only under a lock.

Other vulnerabilities in Linux kernel

See all
Original NVD description (English source)

In the Linux kernel, the following vulnerability has been resolved: fuse-uring: Avoid queue->stopped races and set/read that value under lock There are several readers of queue->stopped that check the value under lock, but fuse_uring_commit_fetch() did not and actually the value was not set under the lock in fuse_uring_abort_end_requests() either. Especially in fuse_uring_commit_fetch it is important to check under a lock, because due to races 'struct fuse_req' might be freed with fuse_request_end, but another thread/cpu might already do teardown work.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS