CVE-2026-72199
Last modified
CVE-2026-72199 is a critical-severity vulnerability rated 9.8/10 on the CVSS scale. In the Linux kernel, the following vulnerability has been resolved: ntfs: validate resident index root values on lookup Resident $INDEX_ROOT values carry index header fields that callers consume after lookup. Some callers already validate parts of the layout before walking entries, but those checks are scattered and do not cover all root header invariants, such as entries_offset alignment and lower bound, index_length, and allocated_size consistency. The resident root resize paths now keep these header fields consistent while the value size changes: ntfs_ir_truncate() lowers index.allocated_size before shrinking the resident value, and ntfs_ir_reparent() grows the resident value before publishing a larger root header. EPSS estimates a 0.52% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: ntfs: validate resident index root values on lookup Resident $INDEX_ROOT values carry index header fields that callers consume after lookup. Some callers already validate parts of the layout before walking entries, but those checks are scattered and do not cover all root header invariants, such as entries_offset alignment and lower bound, index_length, and allocated_size consistency. The resident root resize paths now keep these header fields consistent while the value size changes: ntfs_ir_truncate() lowers index.allocated_size before shrinking the resident value, and ntfs_ir_reparent() grows the resident value before publishing a larger root header. Lookup-time validation can therefore cover these invariants without tripping over the driver's own resize paths. Add $INDEX_ROOT to the minimum resident value size table and validate the resident index header fields before returning the attribute from lookup. Require 8-byte aligned index header fields, a sane entries_offset, an index_length within allocated_size, allocated_size within the resident value, and enough entry space for at least an index entry header. The shared validator already rejects non-resident records for resident-only attribute types, including $INDEX_ROOT.
Metrics
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= 0a8ac0c1fa0b99a5b29002bc7f232ed7eafddef0, < bfb01dd319b6b4c3e79756de7b75ccf0b9a0a247; >= 0a8ac0c1fa0b99a5b29002bc7f232ed7eafddef0, < fcf5bf0e8570798970e3ae8c95d04765ba2c5b97 |
| Linux | Linux | 7.1 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-72199?
How severe is CVE-2026-72199?
How do I fix CVE-2026-72199?
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-72193In the Linux kernel, the following vulnerability has been re…
- CVE-2026-72194In the Linux kernel, the following vulnerability has been re…9.8
- CVE-2026-72195In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-72196In the Linux kernel, the following vulnerability has been re…8.4
- CVE-2026-72197In the Linux kernel, the following vulnerability has been re…8.4
- CVE-2026-72198In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-7220A vulnerability has been found in jackwrichards FastlyMCP up…7.3
- CVE-2026-72200In the Linux kernel, the following vulnerability has been re…9.8
- CVE-2026-72201In the Linux kernel, the following vulnerability has been re…9.8
- CVE-2026-72202In the Linux kernel, the following vulnerability has been re…7.5
- CVE-2026-72203In the Linux kernel, the following vulnerability has been re…7.5
- CVE-2026-72204In the Linux kernel, the following vulnerability has been re…8.4
Are you affected by CVE-2026-72199?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
