CVE-2026-80804
Last modified
CVE-2026-80804 is a vulnerability of currently unknown severity. 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..
Description
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.
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= a1ca658d649a4d8972e2e21ac2625b633217e327, < b09198cf90ccf296970b774beea1c1ddb260f94c; >= a1ca658d649a4d8972e2e21ac2625b633217e327, < 4d00a39c676274f4071b467e630565ac1e3ae0f2; >= a1ca658d649a4d8972e2e21ac2625b633217e327, < 0241ea5fb0fe86d2a673163b2f5815111aadc7f7 |
| Linux | Linux | 7.0 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-80804?
How severe is CVE-2026-80804?
How do I fix CVE-2026-80804?
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-80799In the Linux kernel, the following vulnerability has been re…
- CVE-2026-8080Improper Neutralization of Input During Web Page Generation …5.4
- CVE-2026-80800In the Linux kernel, the following vulnerability has been re…
- CVE-2026-80801In the Linux kernel, the following vulnerability has been re…
- CVE-2026-80802In the Linux kernel, the following vulnerability has been re…
- CVE-2026-80803In the Linux kernel, the following vulnerability has been re…
- CVE-2026-80805In the Linux kernel, the following vulnerability has been re…
- CVE-2026-80806In the Linux kernel, the following vulnerability has been re…
- CVE-2026-80807In the Linux kernel, the following vulnerability has been re…
- CVE-2026-80808In the Linux kernel, the following vulnerability has been re…
- CVE-2026-80809In the Linux kernel, the following vulnerability has been re…
- CVE-2026-8081A vulnerability has been found in router-for-me CLIProxyAPI …6.3
Are you affected by CVE-2026-80804?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
