xfs filesystem

About this tag
The xfs filesystem tag on WindowsForum.com covers discussions about the Linux XFS filesystem, particularly recent kernel vulnerabilities and fixes. Topics include CVE-2026-43153, which involves an invalid buffer pointer risk in the xfs_attr_leaf_hasname() helper function during extended-attribute lookups, and CVE-2026-31453, a use-after-free flaw in XFS journaling tracepoints. These threads provide technical analysis of the vulnerabilities, their fixes, and implications for administrators, including Microsoft's update guidance and upstream kernel patches. The content focuses on Linux kernel security and XFS filesystem internals, with no direct Windows relevance.
  1. CVE-2026-43153 XFS Kernel Fix: Invalid Buffer Pointer Risk & What Admins Should Do

    CVE-2026-43153 is a newly published Linux kernel vulnerability, disclosed on May 6, 2026, in the XFS filesystem code, where a confusing helper function called xfs_attr_leaf_hasname() could hand callers an invalid buffer pointer after certain extended-attribute lookup failures. That is the dry...
  2. CVE-2026-31453 XFS Kernel Flaw: Fix Stops Use-After-Free in Tracepoints

    Linux administrators are waking up to a new XFS kernel flaw that looks deceptively small in code but serious in consequence. CVE-2026-31453 affects the Linux kernel’s XFS journaling path, where tracepoint code can dereference a log item after a push callback has already made it eligible for...