CVE Catalog

CVE-2026-97548

HighCVSS 7.8
Published: Updated: Translated: NVD NIST

Summary

In the Linux kernel, the _maxlevels_ondisk functions for rtrmap and rtrefcount in XFS fail to account for the inode root when computing the size of in-memory btree cursors. With a sufficiently large btree, this can lead to accessing beyond the end of the cursor.

Risk Assessment

May lead to memory corruption or kernel errors during operations on large btree structures in XFS, potentially causing system crashes or data corruption.

Recommendation

Update the Linux kernel to a version containing the fix for XFS that accounts for the inode root in _maxlevels_ondisk calculations.

Other vulnerabilities in Linux kernel

See all
Original NVD description (English source)

In the Linux kernel, the following vulnerability has been resolved: xfs: fix the rtrmap and rtrefcount _maxlevels_ondisk functions The _maxlevels_ondisk functions are used to compute the size of in-memory btree cursors for each btree type. Unfortunately, LOLLM noticed that the rtrmap and rtrefcount versions of these functions forget to account for the inode root, which means that we could access beyond the end of the cursor given a sufficiently large btree. Fix this.

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