CVE-2026-80808
Reported by Linux · Published September 4, 2026
In the Linux kernel, the following vulnerability has been resolved: ext4: stop retrying saturated xattr cache entries ext4_xattr_block_set() retries when a cache entry selected for reuse has a saturated reference count after taking the buffer lock. The retry returns to the mbcache lookup without making that entry ineligible, so it can select the same unusable entry indefinitely. A task spinning there can hold the parent directory's i_rwsem and leave concurrent rmdir callers blocked. Normally a reusable entry has a reference count below EXT4_XATTR_REFCOUNT_MAX because the count and MBE_REUSABLE_B are updated under the same buffer lock. A corrupted filesystem can violate that invariant. The syzbot reproducer reports allocator and xattr corruption before triggering this retry loop. Check the untrusted on-disk count before incrementing it, avoiding overflow, and clear MBE_REUSABLE_B when it is already saturated. The next lookup then skips the entry that was just proven unusable. This mirrors the normal transition at EXT4_XATTR_REFCOUNT_MAX; the release path marks the entry reusable again on the exact 1024-to-1023 transition. Using the same QEMU harness and guest parameters, current unpatched Linux hung in 6 of 8 420-second trials with the do_rmdir signature; representative NMI backtraces caught the owner spinning in ext4_xattr_block_set(). The patched kernel completed 28 of 28 trials without a hung-task report; the final twelve trials exercised the reviewed overflow-safe form of the change. syzbot's patch testing also completed without reproducing the hang.
EPSS 0.19% · 9.5th percentile
Risk Scores
Affected Products
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | 1a56cd972ce121b6cf2517a47a578782bbd2ec95, 1be97463696c7291a3e1547614e96432b0bd3add, 65f8b80053a1b2fd602daa6814e62d6fa90e5e9b |
| Linux | Linux | 6.0, 0, 5.10.267 |
| linux | linux_kernel | 5.10.163, 5.15.61, 6.0 |
| Linux | Linux | 1a56cd972ce121b6cf2517a47a578782bbd2ec95, 1be97463696c7291a3e1547614e96432b0bd3add, 65f8b80053a1b2fd602daa6814e62d6fa90e5e9b |
Timeline
- Sep 4, 2026 Coalition ESS Score
- Sep 4, 2026 CVE Published
- Sep 5, 2026 EPSS Score
- Sep 14, 2026 EPSS Score
- Sep 17, 2026 EPSS Score