CVE Catalog

CVE-2026-97550

Unknown
Published: Translated: NVD NIST

Summary

In the XFS filesystem, the unit conversion in the per_binval computation is backwards, leading to incorrect space calculation. The fix changes the conversion direction from FSB to bytes.

Risk Assessment

May lead to allocation errors and potential data corruption.

Recommendation

Apply the patch that fixes the unit conversion in per_binval calculation.

Other vulnerabilities in Linux kernel

See all
Original NVD description (English source)

In the Linux kernel, the following vulnerability has been resolved: xfs: fix unit conversions in per_binval computation LOLLM noticed that we're doing the unit conversion in the per_binval computation backwards -- xfs_buf_inval_log_space's second parameter is supposed to be in bytes, but max_binval is in units of fsblocks. Hence the conversion should be FSB -> B, not the other way around.

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