CVE-2026-80804

Source
https://cve.org/CVERecord?id=CVE-2026-80804
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-80804.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-80804
Downstream
Published
2026-09-04T15:13:18.282Z
Modified
2026-09-06T03:46:48.057362391Z
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 xfstransroll

When __xfstranscommit() fails in xfstransroll(), 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 xfsnondirilockclass and fsreclaim:

   CPU0                    CPU1
   ----                    ----

lock(&xfsnondirilockclass); lock(fsreclaim); lock(&xfsnondirilockclass); lock(fsreclaim);

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

Database specific
{
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/80xxx/CVE-2026-80804.json",
    "cna_assigner": "Linux"
}
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/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/cve-osv-conversion/osv-output/CVE-2026-80804.json"