CVE-2026-97551
Last modified
CVE-2026-97551 is a vulnerability of currently unknown severity. In the Linux kernel, the following vulnerability has been resolved: xfs: initialise args->total for parent pointer updates xfs_parent_da_args_init() builds an xfs_da_args from a zeroed xfs_parent_args (kmem_cache_zalloc), leaving args->total == 0. xfs_da_grow_inode_int() treats that field as a running block reservation and subtracts from it; because it is an xfs_extlen_t (uint32_t), the first attr-fork growth wraps it to ~0U. That defeats the free-space check in xfs_alloc_space_available(), and when it coincides with an AG that has exactly zero available blocks the allocation is clamped to maxlen 0 and returns -ENOSPC, which xfs_defer_finish_noroll() escalates to a filesystem shutdown. Set args->total the way the log recovery path does (xfs_attri_recover_work(), xfs_attr_item.c:706), in the add and replace paths that can grow the fork.
Description
In the Linux kernel, the following vulnerability has been resolved: xfs: initialise args->total for parent pointer updates xfs_parent_da_args_init() builds an xfs_da_args from a zeroed xfs_parent_args (kmem_cache_zalloc), leaving args->total == 0. xfs_da_grow_inode_int() treats that field as a running block reservation and subtracts from it; because it is an xfs_extlen_t (uint32_t), the first attr-fork growth wraps it to ~0U. That defeats the free-space check in xfs_alloc_space_available(), and when it coincides with an AG that has exactly zero available blocks the allocation is clamped to maxlen 0 and returns -ENOSPC, which xfs_defer_finish_noroll() escalates to a filesystem shutdown. Set args->total the way the log recovery path does (xfs_attri_recover_work(), xfs_attr_item.c:706), in the add and replace paths that can grow the fork. Removals and lookups never grow it, so they leave the field alone, matching that switch.
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= b7c62d90c12c6cc86f10b8a62cefe0029374b6ff, < 9ad85bce62cadfdf4242f6e6bbff2a52e51d30f1; >= b7c62d90c12c6cc86f10b8a62cefe0029374b6ff, < c66e138af626cad4210da449996ae9e07ee63add; >= b7c62d90c12c6cc86f10b8a62cefe0029374b6ff, < ac9032882d673dd6679e1d873a2dc0131a1aeb43; >= b7c62d90c12c6cc86f10b8a62cefe0029374b6ff, < 8e4ebb6afaa34bd2e8ce52da231003d24111c2d6 |
| Linux | Linux | 6.10 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-97551?
How severe is CVE-2026-97551?
How do I fix CVE-2026-97551?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-97545In the Linux kernel, the following vulnerability has been re…
- CVE-2026-97546In the Linux kernel, the following vulnerability has been re…
- CVE-2026-97547In the Linux kernel, the following vulnerability has been re…
- CVE-2026-97548In the Linux kernel, the following vulnerability has been re…
- CVE-2026-97549In the Linux kernel, the following vulnerability has been re…
- CVE-2026-97550In the Linux kernel, the following vulnerability has been re…
- CVE-2026-97552In the Linux kernel, the following vulnerability has been re…
- CVE-2026-97553In the Linux kernel, the following vulnerability has been re…
- CVE-2026-97554In the Linux kernel, the following vulnerability has been re…
- CVE-2026-97555In the Linux kernel, the following vulnerability has been re…
- CVE-2026-97556In the Linux kernel, the following vulnerability has been re…
- CVE-2026-97557In the Linux kernel, the following vulnerability has been re…
Are you affected by CVE-2026-97551?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
