CVE Catalog

CVE-2026-97542

Unknown
Published: Translated: NVD NIST

Summary

In the Linux kernel, XFS's xrep_agfl_fill does not check the result of xagb_bitmap_walk, silently dropping errors from xagb_bitmap_set and proceeding with inconsistent incore data.

Risk Assessment

May lead to data inconsistency in XFS structures, potentially causing filesystem corruption.

Recommendation

Update the Linux kernel to a version containing the fix that bails out on bitmap errors in xrep_agfl_fill.

Other vulnerabilities in Linux kernel

See all
Original NVD description (English source)

In the Linux kernel, the following vulnerability has been resolved: xfs: bail out on bitmap errors in xrep_agfl_fill LOLLM also points out that the xagb_bitmap_set call in xrep_agfl_fill can fail, but we don't check the result of xagb_bitmap_walk, so we silently drop the error and proceed with inconsistent incore data. That shouldn't be allowed.

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