CVE-2026-80859
Last modified
CVE-2026-80859 is a vulnerability of currently unknown severity. In the Linux kernel, the following vulnerability has been resolved: fuse: fix missing barrier when checking io-uring readiness fuse_block_alloc() reads fch->initialized and then fch->io_uring. fch->io_uring is set before fch->initialized, ordered by the smp_wmb() in fuse_chan_set_intialized(), but fuse_block_alloc() has no matching read barrier between the two loads. This may lead a CPU to observe fch->initialized=1 but fch->io_uring=0, and skip the check that blocks request allocation until the io-uring queues are ready. This can reintroduce the lock-order inversion deadlock that commit 3393ff964e0f prevents. Add an smp_rmb() barrier to pair with the smp_wmb() in fuse_chan_set_initialized() to prevent this.. EPSS estimates a 0.14% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: fuse: fix missing barrier when checking io-uring readiness fuse_block_alloc() reads fch->initialized and then fch->io_uring. fch->io_uring is set before fch->initialized, ordered by the smp_wmb() in fuse_chan_set_intialized(), but fuse_block_alloc() has no matching read barrier between the two loads. This may lead a CPU to observe fch->initialized=1 but fch->io_uring=0, and skip the check that blocks request allocation until the io-uring queues are ready. This can reintroduce the lock-order inversion deadlock that commit 3393ff964e0f prevents. Add an smp_rmb() barrier to pair with the smp_wmb() in fuse_chan_set_initialized() to prevent this.
Metrics
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= 3393ff964e0fa5def66570c54a4612bf9df06b76, < 8974575898cd7a4c818088f102b2e7a0286d3302; >= 3393ff964e0fa5def66570c54a4612bf9df06b76, < dd9c835709f4bb3e4256eea7573e4e6e18f956de; >= 3393ff964e0fa5def66570c54a4612bf9df06b76, < edb310bc27f0ad83e7fd558a3caf1a94ca511654 |
| Linux | Linux | 6.14 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-80859?
How severe is CVE-2026-80859?
How do I fix CVE-2026-80859?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-80853In the Linux kernel, the following vulnerability has been re…
- CVE-2026-80854In the Linux kernel, the following vulnerability has been re…
- CVE-2026-80855In the Linux kernel, the following vulnerability has been re…
- CVE-2026-80856In the Linux kernel, the following vulnerability has been re…
- CVE-2026-80857In the Linux kernel, the following vulnerability has been re…
- CVE-2026-80858In the Linux kernel, the following vulnerability has been re…
- CVE-2026-8086A vulnerability was identified in OSGeo gdal up to 3.13.0dev…7.8
- CVE-2026-80860In the Linux kernel, the following vulnerability has been re…
- CVE-2026-80861In the Linux kernel, the following vulnerability has been re…
- CVE-2026-80862In the Linux kernel, the following vulnerability has been re…
- CVE-2026-80863In the Linux kernel, the following vulnerability has been re…
- CVE-2026-80864In the Linux kernel, the following vulnerability has been re…
Are you affected by CVE-2026-80859?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
