PatchSiren cyber security CVE debrief
CVE-2026-97549 Linux CVE debrief
A vulnerability in the Linux kernel has been identified and resolved, related to the under-reservation of blocks when repairing shortform (sf) directories in XFS. The issue arises from an incorrect setting of `args->total` to 1 in `xrep_dir_swap_prep`, which does not account for the directory block size and filesystem block size. This can lead to an assertion failure and potentially cause a filesystem shutdown. The problem was introduced by a specific commit and has been addressed by changing the assignment of `args->total` to use `xfs_dabuf_nfsb`, which computes the correct value for directories.
- Vendor
- Linux
- Product
- Unknown
- CVSS
- Unknown
- CISA KEV
- Not listed in stored evidence
- Original CVE published
- 2026-09-25
- Original CVE updated
- 2026-09-25
- Advisory published
- 2026-09-25
- Advisory updated
- 2026-09-25
Who should care
Linux kernel developers and maintainers, XFS filesystem users and administrators, and security teams responsible for Linux kernel and XFS filesystem security should verify the Linux kernel version and XFS filesystem configuration to ensure the fix is applied. They should assess exposure based on the use of XFS filesystems and directory repair operations, and review system logs for signs of the assertion failure.
Why it matters
A vulnerability in the Linux kernel has been identified and resolved, related to the under-reservation of blocks when repairing shortform (sf) directories in XFS. The issue arises from an incorrect setting of `args->total` to 1 in `xrep_dir_swap_prep`, which does not account for the directory block size and filesystem block size.
- Verify Linux kernel version and XFS filesystem configuration to ensure the fix is applied.
- Assess exposure based on the use of XFS filesystems and directory repair operations.
- Review system logs for signs of the assertion failure.
Technical summary
The vulnerability is caused by an incorrect setting of `args->total` to 1 in `xrep_dir_swap_prep`, which does not account for the directory block size and filesystem block size. The fix involves changing the assignment of `args->total` to use `xfs_dabuf_nfsb`, which computes the correct value for directories. This change addresses the under-reservation of blocks when repairing shortform (sf) directories in XFS, preventing potential filesystem shutdowns. Linux kernel developers and maintainers should verify the fix is applied, and XFS filesystem users and administrators should assess their exposure and review system logs.
Defensive priority
Verify the Linux kernel version and XFS filesystem configuration to ensure the fix is applied. Assess exposure based on the use of XFS filesystems and directory repair operations.
Recommended defensive actions
- Verify the Linux kernel version to ensure the fix is applied.
- Assess XFS filesystem configuration and directory repair operations.
- Review system logs for signs of the assertion failure.
- Check relevant monitoring, detection, and logs for exposed assets that need extra review.
- Track exceptions, retest remediated assets, and close the item only after evidence is documented.
- Confirm whether affected product deployments exist in managed environments and assign an owner for follow-up.
- Review the supplied official advisory or CVE record to validate affected scope, severity, and vendor guidance.
Evidence notes
The issue was identified through QA on XFS for-next as of 7.3-rc2. The problem is caused by an incorrect setting of `args->total` in `xrep_dir_swap_prep`. The fix involves changing the assignment of `args->total` to use `xfs_dabuf_nfsb`.
Sources and references
Verified primary and authoritative sources
-
CVE-2026-97549 CVE Program record
Publisher, destination, and source semantics verified
URL: https://www.cve.org/CVERecord?id=CVE-2026-97549
CVE Program - Official CVE Program record with source-provided CVE metadata.
-
CVE-2026-97549 NVD vulnerability detail
Publisher, destination, and source semantics verified
URL: https://nvd.nist.gov/vuln/detail/CVE-2026-97549
NIST National Vulnerability Database - Official NIST NVD detail page and source-specific vulnerability assessment.
Supplemental references
-
Source reference
Unverified legacy reference
URL: https://git.kernel.org/stable/c/4d3c07591534517c633945c8d8e6526f10e3fabc
416baaa9-dc9f-4396-8d5f-8c081fb06d67
-
Source reference
Unverified legacy reference
URL: https://git.kernel.org/stable/c/b8f46ca5cbd629ffb91489ad7f970b3837835b0a
416baaa9-dc9f-4396-8d5f-8c081fb06d67
-
Source reference
Unverified legacy reference
URL: https://git.kernel.org/stable/c/b950e84acd072ac648ace4fea53c0b1212da4b2c
416baaa9-dc9f-4396-8d5f-8c081fb06d67
Methodology and review provenance
AI-assisted synthesis based on stored public vulnerability evidence. System validation, approval state, and publication status do not by themselves establish human review of this revision. PatchSiren helps prioritize defensive review and does not prove exposure or remediation on any system.