Impact
This vulnerability in the Linux kernel’s XFS filesystem can cause metadata corruption if a system shuts down after a log crash during inode attribute inactivation. The bug arises when child leaf or node blocks are invalidated but their parent node still holds a reference to them, and the attribute bmap is truncated only after the invalidation. If a crash occurs between these operations, recovery may replay stale pointers and trigger a verification failure, leading to an unmount and potential data loss. The weakness is a transaction ordering flaw that breaks crash‑safety guarantees and is characterized by CWE‑367.
Affected Systems
The vulnerability affects the Linux kernel’s XFS filesystem. All kernel releases that include the XFS attr inactivation logic prior to the fix commit for the bug are potentially vulnerable; no specific version ranges are enumerated in the advisory.
Risk and Exploitability
The CVSS score is 4.7, the EPSS score of 0.00024 (represented as <1%) indicates a very low exploitation probability, and the vulnerability is not listed in the CISA KEV catalog. Exploitation requires a crash scenario followed by system restart, so the attack surface is limited to environments where power loss or forced reboot can occur. Nevertheless, any accidental crash could trigger metadata corruption, leading to service disruption or data loss.
OpenCVE Enrichment