CVE-2026-93798
Last modified
CVE-2026-93798 is a high-severity vulnerability rated 7.8/10 on the CVSS scale. In the Linux kernel, the following vulnerability has been resolved: btrfs: fix reloc root cleanup in merge_reloc_roots() If the root we got has zero root refs in its root item, we are resetting the root's ->reloc_root without using barriers like we do everywhere else. Sashiko complained about this while reviewing another patch, and it's correct (see the Link tag below). Also, we should not clear BTRFS_ROOT_DEAD_RELOC_TREE from the root unless the root points to the reloc root we have. Fix this by using clear_reloc_root(), which issues the memory barrier after setting the root's ->reloc_root to NULL and before clearing the bit BTRFS_ROOT_DEAD_RELOC_TREE from the root..
Description
In the Linux kernel, the following vulnerability has been resolved: btrfs: fix reloc root cleanup in merge_reloc_roots() If the root we got has zero root refs in its root item, we are resetting the root's ->reloc_root without using barriers like we do everywhere else. Sashiko complained about this while reviewing another patch, and it's correct (see the Link tag below). Also, we should not clear BTRFS_ROOT_DEAD_RELOC_TREE from the root unless the root points to the reloc root we have. Fix this by using clear_reloc_root(), which issues the memory barrier after setting the root's ->reloc_root to NULL and before clearing the bit BTRFS_ROOT_DEAD_RELOC_TREE from the root.
Metrics
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= 1dae7e0e58b484eaa43d530f211098fdeeb0f404, < ab48583aa9948205ff9a6470e23dbff74c565e24; >= 1dae7e0e58b484eaa43d530f211098fdeeb0f404, < 63d6b1f04cd91c825329712aa526215ffa5d11ca; >= 1dae7e0e58b484eaa43d530f211098fdeeb0f404, < b78fe9563e2d5ae47805f1e5dc722c91fd30e1f8; ee08663380ffd5a45a1c87580fbc305e8413c235; 33823378ff2b510fd7b566f25bb18438aeb9b23b; >= 5.4.54, < 5.5; >= 5.7.11, < 5.8 |
| Linux | Linux | 5.8 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-93798?
How severe is CVE-2026-93798?
How do I fix CVE-2026-93798?
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-93792In the Linux kernel, the following vulnerability has been re…
- CVE-2026-93793In the Linux kernel, the following vulnerability has been re…8.8
- CVE-2026-93794In the Linux kernel, the following vulnerability has been re…
- CVE-2026-93795In the Linux kernel, the following vulnerability has been re…
- CVE-2026-93796In the Linux kernel, the following vulnerability has been re…7
- CVE-2026-93797In the Linux kernel, the following vulnerability has been re…
- CVE-2026-93799In the Linux kernel, the following vulnerability has been re…8.8
- CVE-2026-9380A security vulnerability has been detected in Edimax BR-6675…8.8
- CVE-2026-93800In the Linux kernel, the following vulnerability has been re…
- CVE-2026-93801In the Linux kernel, the following vulnerability has been re…7
- CVE-2026-93802In the Linux kernel, the following vulnerability has been re…
- CVE-2026-93803In the Linux kernel, the following vulnerability has been re…
Are you affected by CVE-2026-93798?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
