CVE-2026-90262
Last modified
CVE-2026-90262 is a vulnerability of currently unknown severity. In the Linux kernel, the following vulnerability has been resolved: btrfs: retry verity reads for not-uptodate Merkle folios btrfs_read_merkle_tree_page() can find a folio in the mapping that is not uptodate. After taking the folio lock, the current code treats that state as a read error and returns -EIO. That can make a previous transient read failure sticky.
Description
In the Linux kernel, the following vulnerability has been resolved: btrfs: retry verity reads for not-uptodate Merkle folios btrfs_read_merkle_tree_page() can find a folio in the mapping that is not uptodate. After taking the folio lock, the current code treats that state as a read error and returns -EIO. That can make a previous transient read failure sticky. If the failed read left a not-uptodate folio in the mapping, later callers find that folio and fail instead of retrying the read. Keep the existing page-cache insertion and locking order, but retry the Merkle item read when a not-uptodate folio is found in the mapping. Also unlock the folio when read_key_bytes() fails so that a later caller can lock it and retry the read.
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= 06ed09351b67eb1114ae106a87a0ee3ea9adb3db, < 90e9eae1b5907fa36620ffb7f4f1a4afa9333427; >= 06ed09351b67eb1114ae106a87a0ee3ea9adb3db, < c1fa005cdf3b7ff14cdfd7d512830088a3fc256b; >= 06ed09351b67eb1114ae106a87a0ee3ea9adb3db, < 12b6d1a1715cbced2e445ca353f9c9987b8636e2; >= 06ed09351b67eb1114ae106a87a0ee3ea9adb3db, < 81241f734f0f662378f5ffc53882b012923e6fe5; >= 06ed09351b67eb1114ae106a87a0ee3ea9adb3db, < 8cc569696dac51fc62bb39b3b8f530582b916d29 |
| Linux | Linux | 6.6 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-90262?
How severe is CVE-2026-90262?
How do I fix CVE-2026-90262?
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-90256In the Linux kernel, the following vulnerability has been re…8.8
- CVE-2026-90257In the Linux kernel, the following vulnerability has been re…
- CVE-2026-90258In the Linux kernel, the following vulnerability has been re…
- CVE-2026-90259In the Linux kernel, the following vulnerability has been re…
- CVE-2026-90260In the Linux kernel, the following vulnerability has been re…7.1
- CVE-2026-90261In the Linux kernel, the following vulnerability has been re…
- CVE-2026-90263In the Linux kernel, the following vulnerability has been re…
- CVE-2026-90264In the Linux kernel, the following vulnerability has been re…
- CVE-2026-90265In the Linux kernel, the following vulnerability has been re…
- CVE-2026-90266In the Linux kernel, the following vulnerability has been re…
- CVE-2026-90267In the Linux kernel, the following vulnerability has been re…
- CVE-2026-90268In the Linux kernel, the following vulnerability has been re…8.1
Are you affected by CVE-2026-90262?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
