CVE-2026-97552

Source
https://cve.org/CVERecord?id=CVE-2026-97552
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-97552.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-97552
Downstream
Published
2026-09-25T10:21:44Z
Modified
2026-09-26T03:48:35Z
Summary
xfs: initialise error in xfs_defer_finish_one()
Details

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.

Database specific
{
    "cna_assigner":  "Linux",
    "osv_generated_from":  "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/97xxx/CVE-2026-97552.json"
}
References

Affected packages

Git / git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git

Affected ranges

Type
GIT
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Events
Introduced
3f3cec031099c37513727efc978a12b6346e326d
Fixed
30748a24b9f04f9a83599ba907cc8fbff0729f3c
Fixed
ba949a14446b7346e92e676ee3fe2bb79d9ce450
Fixed
6b507c239884f7d4bf8339f6e9eb8bfcb540afde
Fixed
6176d21d7bd609632c5b7e87a3adb9be29ec1e72

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-97552.json"

Linux / Kernel

Package

Name
Kernel

Affected ranges

Type
ECOSYSTEM
Events
Introduced
6.8.0
Fixed
6.12.111
Type
ECOSYSTEM
Events
Introduced
6.13.0
Fixed
6.18.53
Type
ECOSYSTEM
Events
Introduced
6.19.0
Fixed
7.2.7

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-97552.json"