CVE-2026-72192

CRITICALPre-NVD 9.89.8
EchelonGraph scoreHIGH confidence

Score 9.8 from GitHub Security Advisory (severity: CRITICAL) published 2026-08-15. a secondary CVSS source baseline 9.8; sources differ by 0.0.

Triggered by: GitHub Security Advisory CVSS
Sources: epss, ghsa, secondary
Trending — 5 sources updated this week
9.8EG
EchelonGraph verdictPlan a fixSerious severity, but no confirmed exploitation yet.
  • High severity, but no confirmed exploitation yet
CISA-KEV: Not listedEPSS PROB: 1%CVSS: 9.8Exploit: None knownExposed: 0

No vendor fix yet — apply a workaround or compensating control (WAF / firewall / segmentation) and watch for a patch.

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.

CVSS v3
9.8
EG Score
9.8(high)
EG Risk
49(Track)
EG Risk 49/100SSVC: Track

EG Risk is EchelonGraph's 0–100 priority score: it fuses intrinsic severity with real-world exploitation and automatability so you can rank equal-severity CVEs and fix the most dangerous first. Higher = act sooner. Distinct from the 0–10 EG Score (severity).

How it’s computed
Severity98% × 45%
Exploitation1% × 40%
Automatability30% × 15%
Action: Routine — remediate on your standard cadence.
EPSS PROB
1%
EPSS %ILE
52%
KEV
Not listed

Published

August 15, 2026

Last Modified

August 17, 2026

Advisory Details (7)

Auto-updated Aug 17, 2026
No patch confirmed yet.
generic

ntfs3: bound to_move in indx_insert_into_root before hdr_insert_head - kernel/git/stable/linux.git - Linux kernel stable tree

https://git.kernel.org/stable/c/d240f5f9d036b8180224954d9873f172b6be4dd8
generic

ntfs3: bound to_move in indx_insert_into_root before hdr_insert_head - kernel/git/stable/linux.git - Linux kernel stable tree

https://git.kernel.org/stable/c/cb3161deebcaf8d36d3115abf452c633f2180fc1
generic

ntfs3: bound to_move in indx_insert_into_root before hdr_insert_head - kernel/git/stable/linux.git - Linux kernel stable tree

https://git.kernel.org/stable/c/aaa1f956c0fc41089a4a534da7df91552a08a47c
generic

ntfs3: bound to_move in indx_insert_into_root before hdr_insert_head - kernel/git/stable/linux.git - Linux kernel stable tree

https://git.kernel.org/stable/c/9b6926ac9c970ae0b2c2fe6289b16e9aa10b6a67
generic

ntfs3: bound to_move in indx_insert_into_root before hdr_insert_head - kernel/git/stable/linux.git - Linux kernel stable tree

https://git.kernel.org/stable/c/53c5f3b2da3774b41534728aba295c098c9efa19
generic

ntfs3: bound to_move in indx_insert_into_root before hdr_insert_head - kernel/git/stable/linux.git - Linux kernel stable tree

https://git.kernel.org/stable/c/194b00c99ba971fa7cf6acd747a36032c6de54eb
generic

ntfs3: bound to_move in indx_insert_into_root before hdr_insert_head - kernel/git/stable/linux.git - Linux kernel stable tree

https://git.kernel.org/stable/c/0af83b8155cc848e9f5d2c36e20a70d024214649

Vendor Advisories for CVE-2026-72192(1)

These vendors published their own advisory mentioning this CVE — often with vendor-specific remediation steps + affected product lists not in NVD.

Data Freshness Timeline

(refreshed 49× in last 7d / 49× in last 30d)

Each row is a source pipeline that fetched or updated this CVE on that date, with what changed. For example, "NVD update" means NVD published or revised its analysis for this CVE; "MITRE cvelistV5" means we ingested or refreshed it from the CNA feed. Most recent first.

  1. 2026-08-21 06:08 UTCGHSA enrichment
  2. 2026-08-21 02:12 UTCEG score recompute
  3. 2026-08-21 02:12 UTCGHSA enrichment
  4. 2026-08-20 22:56 UTCEPSS rescore
  5. 2026-08-20 22:15 UTCGHSA enrichment
  6. 2026-08-20 18:18 UTCGHSA enrichment
  7. 2026-08-20 14:20 UTCGHSA enrichment
  8. 2026-08-20 10:24 UTCGHSA enrichment
  9. 2026-08-20 06:28 UTCGHSA enrichment
  10. 2026-08-20 02:31 UTCGHSA enrichment
  11. 2026-08-19 22:34 UTCGHSA enrichment
  12. 2026-08-19 18:37 UTCEG score recompute
  13. 2026-08-19 18:37 UTCGHSA enrichment
  14. 2026-08-19 17:04 UTCEPSS rescore
  15. 2026-08-19 14:40 UTCGHSA enrichment
  16. 2026-08-19 10:44 UTCGHSA enrichment
  17. 2026-08-19 06:47 UTCGHSA enrichment
  18. 2026-08-19 02:50 UTCGHSA enrichment
  19. 2026-08-18 22:51 UTCGHSA enrichment
  20. 2026-08-18 18:55 UTCGHSA enrichment
  21. 2026-08-18 14:58 UTCEG score recompute
  22. 2026-08-18 14:58 UTCGHSA enrichment
  23. 2026-08-18 13:49 UTCEPSS rescore
  24. 2026-08-18 13:49 UTCEPSS rescore
  25. 2026-08-18 10:49 UTCGHSA enrichment
Show 24 more
  1. 2026-08-18 06:52 UTCGHSA enrichment
  2. 2026-08-18 02:56 UTCGHSA enrichment
  3. 2026-08-17 22:59 UTCGHSA enrichment
  4. 2026-08-17 19:00 UTCGHSA enrichment
  5. 2026-08-17 14:13 UTCEG score recompute
  6. 2026-08-17 14:13 UTCGHSA enrichment
  7. 2026-08-17 13:47 UTCEPSS rescore
  8. 2026-08-17 10:16 UTCEG score recompute
  9. 2026-08-17 10:16 UTCGHSA enrichment
  10. 2026-08-17 06:20 UTCEG score recompute
  11. 2026-08-17 06:20 UTCGHSA enrichment
  12. 2026-08-17 06:00 UTCEG score recompute 9.80
  13. 2026-08-17 06:00 UTCGHSA enrichment
  14. 2026-08-17 05:54 UTCMITRE cvelistV5CVSS v3 → 9.8 · severity → CRITICAL
  15. 2026-08-17 05:32 UTCEG score recompute
  16. 2026-08-17 05:32 UTCGHSA enrichment
  17. 2026-08-17 05:25 UTCMITRE cvelistV5
  18. 2026-08-16 14:56 UTCEPSS rescore
  19. 2026-08-16 14:56 UTCEPSS rescore
  20. 2026-08-16 02:15 UTCEPSS rescore
  21. 2026-08-15 06:41 UTCGHSA enrichment
  22. 2026-08-15 06:23 UTCNVD update
  23. 2026-08-15 06:10 UTCEG score recompute
  24. 2026-08-15 06:02 UTCMITRE cvelistV5first tracked

Frequently asked(5)

What is CVE-2026-72192?
CVE-2026-72192 is a critical vulnerability published on August 15, 2026. In the Linux kernel, the following vulnerability has been resolved: ntfs3: bound tomove in indxinsertintoroot before hdrinserthead indxinsertintoroot() promotes a full resident $INDEXROOT into $INDEX_ALLOCATION and copies all non-last resident root entries into a newly allocated INDEXBUFFER via…
When was CVE-2026-72192 disclosed?
CVE-2026-72192 was first published in the National Vulnerability Database on August 15, 2026, with the most recent update on August 17, 2026. EchelonGraph re-ingests CVE updates from NVD on a 2-hour cycle, so this page reflects the latest published state.
Is CVE-2026-72192 actively exploited?
CVE-2026-72192 is not currently on CISA's Known Exploited Vulnerabilities catalog. FIRST EPSS estimates a 1% probability of exploitation in the next 30 days, which ranks it in the top 48.2% of all scored CVEs.
What is the CVSS score of CVE-2026-72192?
CVE-2026-72192 has a CVSS v3 base score of 9.8 (NVD).
How do I remediate CVE-2026-72192?
Patch to the fixed version published by the affected vendor. Where vendor advisories exist for CVE-2026-72192, EchelonGraph cross-links them in the Vendor Advisories panel below — those typically contain the canonical remediation steps, fixed version numbers, and any vendor-specific mitigations.

Dependency Blast Radius

Explore the affected products and dependency analysis for CVE-2026-72192

Explore →

Is Your Infrastructure Affected by CVE-2026-72192?

EchelonGraph automatically scans your cloud infrastructure and maps CVE exposure using blast radius analysis.