CVE Catalog

CVE-2026-80820

Unknown
Published: Translated: NVD NIST

Summary

In the Linux kernel's XFS filesystem, the online scrub functionality can livelock if the unlinked inode list contains a loop. There is no cycle detection.

Risk Assessment

During routine filesystem scanning, the scrub process may hang indefinitely, potentially impacting system performance or availability.

Recommendation

Install the Linux kernel patch that uses a bitmap to detect cycles in the unlinked inode list, preventing livelock.

Other vulnerabilities in Linux kernel

See all
Original NVD description (English source)

In the Linux kernel, the following vulnerability has been resolved: xfs: don't livelock in scrub on a circular unlinked list LOLLM points out that online fsck can livelock if an unlinked inode list contains a loop. Use a bitmap to detect cycles.

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