CVE Catalog

CVE-2026-97543

Unknown
Published: Translated: NVD NIST

Summary

In the Linux kernel, XFS's xchk_dirtree_create_path fails to destroy the seen inode bitmap if the directory path object is created but appending the name to the path fails. A similar bug exists in xrep_dirtree_create_adoption_path.

Risk Assessment

May lead to kernel memory leaks during XFS directory tree operations, potentially causing system instability.

Recommendation

Update the Linux kernel to a version containing the fix that destroys the seen inode bitmap when appending a name to the path fails.

Other vulnerabilities in Linux kernel

See all
Original NVD description (English source)

In the Linux kernel, the following vulnerability has been resolved: xfs: destroy seen inode bitmap when we fail to add a dirpath LOLLM observes a memory leak in xchk_dirtree_create_path if we create the directory path object but appending the name to the path fails. When this happens, we don't tear down the (empty) seen inode bitmap. This is a pretty trivial error, but let's not leave logic bombs. Do the same for a similar bug in xrep_dirtree_create_adoption_path.

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