CVE-2026-97552
Last modified
CVE-2026-97552 is a vulnerability of currently unknown severity. In the Linux kernel, the following vulnerability has been resolved: xfs: initialise error in xfs_defer_finish_one() xfs_defer_finish_one() declares error without an initialiser and only assigns it inside the loop over dfp->dfp_work. When that list is empty the loop body never runs, control falls through to the "Done with the dfp, free it" path, and the function returns an indeterminate value. An item-less pending item reaches this through xfs_defer_add_barrier(), which xfs_reap_ag_blocks() uses on any CONFIG_XFS_ONLINE_REPAIR kernel. xfs_defer_finish_noroll() treats any non-EAGAIN return as fatal, so a non-zero stack value turns a successful barrier into a SHUTDOWN_CORRUPT_INCORE in the middle of a repair.
Description
In the Linux kernel, the following vulnerability has been resolved: xfs: initialise error in xfs_defer_finish_one() xfs_defer_finish_one() declares error without an initialiser and only assigns it inside the loop over dfp->dfp_work. When that list is empty the loop body never runs, control falls through to the "Done with the dfp, free it" path, and the function returns an indeterminate value. An item-less pending item reaches this through xfs_defer_add_barrier(), which xfs_reap_ag_blocks() uses on any CONFIG_XFS_ONLINE_REPAIR kernel. xfs_defer_finish_noroll() treats any non-EAGAIN return as fatal, so a non-zero stack value turns a successful barrier into a SHUTDOWN_CORRUPT_INCORE in the middle of a repair. Zero is the correct result: reaching the free path means the item loop drained without a non-zero error.
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= 3f3cec031099c37513727efc978a12b6346e326d, < 30748a24b9f04f9a83599ba907cc8fbff0729f3c; >= 3f3cec031099c37513727efc978a12b6346e326d, < ba949a14446b7346e92e676ee3fe2bb79d9ce450; >= 3f3cec031099c37513727efc978a12b6346e326d, < 6b507c239884f7d4bf8339f6e9eb8bfcb540afde; >= 3f3cec031099c37513727efc978a12b6346e326d, < 6176d21d7bd609632c5b7e87a3adb9be29ec1e72 |
| Linux | Linux | 6.8 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-97552?
How severe is CVE-2026-97552?
How do I fix CVE-2026-97552?
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-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-97551In 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…
- CVE-2026-97558In the Linux kernel, the following vulnerability has been re…
Are you affected by CVE-2026-97552?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
