VDB

CVE-2026-80859

CVE-2026-80859 PUBLISHED

Reported by Linux · Published September 4, 2026

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 0.16% · 5.0th percentile

Risk Scores

EPSS Score
0.16%
5.0th percentile

Affected Products

VendorProductVersions
LinuxLinux3393ff964e0fa5def66570c54a4612bf9df06b76, 3393ff964e0fa5def66570c54a4612bf9df06b76, 3393ff964e0fa5def66570c54a4612bf9df06b76
LinuxLinux6.14, 0, 6.18.51
LinuxLinux7.3-rc1, 3393ff964e0fa5def66570c54a4612bf9df06b76, 6.14
linuxlinux_kernel6.14, 6.14, 6.14

Timeline

  • Sep 4, 2026 Coalition ESS Score
  • Sep 4, 2026 CVE Published
  • Sep 5, 2026 EPSS Score
  • Sep 11, 2026 EPSS Score
  • Sep 11, 2026 CVE Updated
  • Sep 19, 2026 EPSS Score

References

Open in Interactive Console →
$ Console Community · 100/wk Open console ›