CVE-2026-72192
Last modified
CVE-2026-72192 is a critical-severity vulnerability rated 9.8/10 on the CVSS scale. In the Linux kernel, the following vulnerability has been resolved: ntfs3: bound to_move in indx_insert_into_root before hdr_insert_head indx_insert_into_root() promotes a full resident $INDEX_ROOT into $INDEX_ALLOCATION and copies all non-last resident root entries into a newly allocated INDEX_BUFFER via hdr_insert_head(). The source byte count 'to_move' is summed from the on-disk resident entry sizes and is independent of the destination buffer size, which comes from root->index_block_size (via indx->index_bits). A crafted NTFS image that keeps a valid, full resident root but shrinks root->index_block_size down to 512 after the root has been populated makes hdr_insert_head() memcpy attacker-controlled resident entry bytes past the end of the kmalloc(1u << indx->index_bits) allocation returned by indx_new(). EPSS estimates a 0.21% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: ntfs3: bound to_move in indx_insert_into_root before hdr_insert_head indx_insert_into_root() promotes a full resident $INDEX_ROOT into $INDEX_ALLOCATION and copies all non-last resident root entries into a newly allocated INDEX_BUFFER via hdr_insert_head(). The source byte count 'to_move' is summed from the on-disk resident entry sizes and is independent of the destination buffer size, which comes from root->index_block_size (via indx->index_bits). A crafted NTFS image that keeps a valid, full resident root but shrinks root->index_block_size down to 512 after the root has been populated makes hdr_insert_head() memcpy attacker-controlled resident entry bytes past the end of the kmalloc(1u << indx->index_bits) allocation returned by indx_new(). For a 512-byte destination and a resident root whose non-last entries total 560 bytes, the memcpy overruns by 120 bytes and a following memmove extends the highest written offset to 136 bytes past the allocation. The overflow bytes are a direct copy of on-disk entries (via kmemdup), so they are fully attacker-controlled. The write is reachable from unprivileged open(O_CREAT) on a mounted crafted NTFS image: a single sufficiently long create in a directory whose resident root is already full forces root promotion and triggers the copy. This is a controlled out-of-bounds write of 120-136 bytes past a kmalloc(index_block_size) allocation, with attacker-controlled content. It is a bounded adjacent-heap corruption primitive; it is not an arbitrary-address write. Successful exploitation into a named victim object depends on the surrounding slab layout. Reject the copy at the sink. The destination's INDEX_HDR already reports hdr_total (the payload capacity of the new buffer) and hdr_used (the bytes already consumed by the terminal END entry installed by indx_new()); require that to_move fits in the remaining payload before calling hdr_insert_head(). On mismatch, fail with -EINVAL and mark the filesystem as having a detected on-disk inconsistency, which is the same behaviour as the surrounding validation in this function.
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 | >= 82cae269cfa953032fbb8980a7d554d60fb00b17, < 0af83b8155cc848e9f5d2c36e20a70d024214649; >= 82cae269cfa953032fbb8980a7d554d60fb00b17, < cb3161deebcaf8d36d3115abf452c633f2180fc1; >= 82cae269cfa953032fbb8980a7d554d60fb00b17, < 53c5f3b2da3774b41534728aba295c098c9efa19; >= 82cae269cfa953032fbb8980a7d554d60fb00b17, < 194b00c99ba971fa7cf6acd747a36032c6de54eb; >= 82cae269cfa953032fbb8980a7d554d60fb00b17, < aaa1f956c0fc41089a4a534da7df91552a08a47c; >= 82cae269cfa953032fbb8980a7d554d60fb00b17, < d240f5f9d036b8180224954d9873f172b6be4dd8; >= 82cae269cfa953032fbb8980a7d554d60fb00b17, < 9b6926ac9c970ae0b2c2fe6289b16e9aa10b6a67 |
| Linux | Linux | 5.15 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-72192?
How severe is CVE-2026-72192?
How do I fix CVE-2026-72192?
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-72187In the Linux kernel, the following vulnerability has been re…
- CVE-2026-72188In the Linux kernel, the following vulnerability has been re…9.1
- CVE-2026-72189In the Linux kernel, the following vulnerability has been re…
- CVE-2026-7219A flaw has been found in Totolink N300RT 3.4.0-B20250430. Th…7.3
- CVE-2026-72190In the Linux kernel, the following vulnerability has been re…
- CVE-2026-72191In the Linux kernel, the following vulnerability has been re…9.8
- 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
Are you affected by CVE-2026-72192?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
