Description
In the Linux kernel, the following vulnerability has been resolved:

xfs: fix another iunlink infinite loop bug in online fsck

xrep_iunlink_resolve_bucket is supposed to reconstruct as much of the
incore prev and next unlinked list pointers based on what it finds on
disk and in memory before we move on to relinking the truly lost inodes
back into the unlinked list. However, it's still vulnerable to infinite
loops that come in via the next_unlinked pointers.

Fix this problem by remembering which inodes we've already seen and
checking new agino pointers against that. If a bit is already set,
either this is a loop or the inode has nonzero link count. We'll deal
with the second case in a subsequent patch.
Published: 2026-08-26
Score: n/a
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The Linux kernel contains a flaw in the XFS filesystem online check that can cause an infinite loop during inode unlink processing. The bug arises because previously seen inodes are not tracked, leading the linked list traversal to repeat indefinitely. If this loop occurs, the filesystem check will hang, potentially exhausting CPU or memory resources and interrupting normal system operation. The impact is a loss of availability for the affected filesystem, as the online fsck cannot complete and may require a reboot or manual intervention.

Affected Systems

All Linux distributions that include the Linux kernel with an XFS filesystem support, prior to the inclusion of the patch that records visited inodes during online fsck. The exact kernel versions are not enumerated in the advisory, so any kernel offering XFS online check before the commit fixing this issue is considered affected.

Risk and Exploitability

The vulnerability lacks an EPSS score and is not listed in the CISA KEV catalog, indicating it has not yet been widely exploited in the wild. However, an attacker with local or privileged access could trigger a denial of service by initiating an online fsck on a filesystem that experiences this loop. Without the patch, the loop can persist indefinitely, causing prolonged downtime. The exact difficulty of exploitation depends on the ability to run an online fsck, which typically requires root privileges, making the risk higher for systems with misconfigured sudo or similar privileges.

Generated by OpenCVE AI on August 26, 2026 at 16:35 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply a Linux kernel update that includes the commit fixing the inode unlink loop in XFS online fsck.
  • Avoid running online XFS filesystem checks until the kernel has been updated, or perform checks offline to prevent triggering the infinite loop.
  • Ensure regular kernel updates are applied to all systems to prevent reintroduction of the flaw.

Generated by OpenCVE AI on August 26, 2026 at 16:35 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Wed, 26 Aug 2026 17:00:00 +0000

Type Values Removed Values Added
Weaknesses CWE-665

Wed, 26 Aug 2026 14:45:00 +0000

Type Values Removed Values Added
Description In the Linux kernel, the following vulnerability has been resolved: xfs: fix another iunlink infinite loop bug in online fsck xrep_iunlink_resolve_bucket is supposed to reconstruct as much of the incore prev and next unlinked list pointers based on what it finds on disk and in memory before we move on to relinking the truly lost inodes back into the unlinked list. However, it's still vulnerable to infinite loops that come in via the next_unlinked pointers. Fix this problem by remembering which inodes we've already seen and checking new agino pointers against that. If a bit is already set, either this is a loop or the inode has nonzero link count. We'll deal with the second case in a subsequent patch.
Title xfs: fix another iunlink infinite loop bug in online fsck
First Time appeared Linux
Linux linux Kernel
CPEs cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*
Vendors & Products Linux
Linux linux Kernel
References

Subscriptions

Linux Linux Kernel
cve-icon MITRE

Status: PUBLISHED

Assigner: Linux

Published:

Updated: 2026-08-26T14:37:09.194Z

Reserved: 2026-08-26T14:34:25.764Z

Link: CVE-2026-80532

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-08-26T15:17:07.270

Modified: 2026-08-26T15:17:07.270

Link: CVE-2026-80532

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-26T16:45:08Z

Weaknesses