CVE-2026-80804

Source
https://cve.org/CVERecord?id=CVE-2026-80804
Import Source
https://storage.googleapis.com/osv-test-cve-osv-conversion/osv-output/CVE-2026-80804.json
JSON Data
https://api.test.osv.dev/v1/vulns/CVE-2026-80804
Downstream
Related
Published
2026-09-04T15:13:18Z
Modified
2026-09-15T18:26:45Z
Summary
xfs: restore nofs context unconditionally in xfs_trans_roll
Details

In the Linux kernel, the following vulnerability has been resolved:

xfs: restore nofs context unconditionally in xfs_trans_roll

When __xfs_trans_commit() fails in xfs_trans_roll(), the NOFS context is cleared but only restored in the success path. This leaves the error path without nofs protection, causing a circular lock dependency between xfs_nondir_ilock_class and fs_reclaim:

   CPU0                    CPU1
   ----                    ----

lock(&xfs_nondir_ilock_class); lock(fs_reclaim); lock(&xfs_nondir_ilock_class); lock(fs_reclaim);

Fix this by moving xfs_trans_set_context() before the error check so that nofs context is always restored on the new transaction.

Database specific
{
    "cna_assigner":  "Linux",
    "osv_generated_from":  "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/80xxx/CVE-2026-80804.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
a1ca658d649a4d8972e2e21ac2625b633217e327
Fixed
b09198cf90ccf296970b774beea1c1ddb260f94c
Fixed
4d00a39c676274f4071b467e630565ac1e3ae0f2
Fixed
0241ea5fb0fe86d2a673163b2f5815111aadc7f7

Database specific

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

Linux / Kernel

Package

Name
Kernel

Affected ranges

Type
ECOSYSTEM
Events
Introduced
7.0.0
Fixed
7.1.11
Type
ECOSYSTEM
Events
Introduced
7.2.0
Fixed
7.2.1

Database specific

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