CVE Catalog

CVE-2026-97545

Unknown
Published: Translated: NVD NIST

Summary

In the Linux kernel, XFS's xfs_btree_bload_prep_block may fail to release new_bp if xfs_btree_bload_drop_buf hits an I/O error while writing the delwri buffer list to disk. This results in a leaked locked buffer.

Risk Assessment

May lead to kernel resource leaks and potential system hangs during XFS btree operations.

Recommendation

Update the Linux kernel to a version containing the fix that releases new_bp when xfs_btree_bload_drop_buf fails.

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 leak new_bp if xfs_btree_bload_drop_buf fails LOLLM observes that in xfs_btree_bload_prep_block, xfs_btree_bload_drop_buf can hit an IO error if writing the delwri buffer list to disk fails. In this case, we fail to release new_bp, which means we lose a locked buffer. Fix that.

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