CVE-2026-72195

HIGHPre-NVD 7.87.8
EchelonGraph scoreHIGH confidence

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

Triggered by: GitHub Security Advisory CVSS
Sources: epss, ghsa, secondary
Trending — 5 sources updated this week
7.8EG
EchelonGraph verdictPlan a fixSerious severity, but no confirmed exploitation yet.
  • High severity, but no confirmed exploitation yet
CISA-KEV: Not listedEPSS PROB: 0%CVSS: 7.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:

fs/ntfs3: bound attr_off in UpdateResidentValue against data_off

In do_action()'s UpdateResidentValue case (fslog.c:3307), lrh->attr_off and lrh->redo_len come from the on-disk LRH. When they satisfy aoff + dlen < attr->res.data_off, the assignment

attr->res.data_size = cpu_to_le32(aoff + dlen - data_off);

underflows to ~4 GiB (e.g. 0xFFFFFFF9 when aoff=0x10, dlen=1, data_off=0x18). Subsequent code that reads attr->res.data_size to walk the resident attribute payload would then read up to 4 GiB past the 1024-byte MFT record allocation.

The existing mi_enum_attr() defense in fs/ntfs3/record.c:287 catches the corrupted data_size on the next attribute walk and fails the mount, but only on the path that walks all attributes. A read site that picks an attribute by name and reads its data_size without re-validating is not covered. Validate aoff against data_off and asize at the source.

Reproduced under UML+KASAN on mainline 8d90b09e6741 via pr_warn-only probe: with aoff=0x10 and data_off=0x18, the post-assignment data_size is 0xfffffff9 (mount then fails at -22 from mi_enum_attr).

[[email protected]: clang-formatted the changes]

CVSS v3
7.8
EG Score
7.8(high)
EG Risk
40(Track)
EG Risk 40/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
Severity78% × 45%
Exploitation0% × 40%
Automatability30% × 15%
Action: Routine — remediate on your standard cadence.
EPSS PROB
0%
EPSS %ILE
6%
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

fs/ntfs3: bound attr_off in UpdateResidentValue against data_off - kernel/git/stable/linux.git - Linux kernel stable tree

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

fs/ntfs3: bound attr_off in UpdateResidentValue against data_off - kernel/git/stable/linux.git - Linux kernel stable tree

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

fs/ntfs3: bound attr_off in UpdateResidentValue against data_off - kernel/git/stable/linux.git - Linux kernel stable tree

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

fs/ntfs3: bound attr_off in UpdateResidentValue against data_off - kernel/git/stable/linux.git - Linux kernel stable tree

https://git.kernel.org/stable/c/97758fd9756b5f09e9ddc6a5f6a569041acc8421
generic

fs/ntfs3: bound attr_off in UpdateResidentValue against data_off - kernel/git/stable/linux.git - Linux kernel stable tree

https://git.kernel.org/stable/c/546518468e6c9ea469669eef78f8cc380ad6e2ca
generic

fs/ntfs3: bound attr_off in UpdateResidentValue against data_off - kernel/git/stable/linux.git - Linux kernel stable tree

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

fs/ntfs3: bound attr_off in UpdateResidentValue against data_off - kernel/git/stable/linux.git - Linux kernel stable tree

https://git.kernel.org/stable/c/50b5e83384e7fed3d11d18b79ff350e9d6d89861

Vendor Advisories for CVE-2026-72195(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 32× in last 7d / 32× 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 08:30 UTCEG score recompute
  2. 2026-08-21 08:30 UTCGHSA enrichment
  3. 2026-08-20 22:56 UTCEPSS rescore
  4. 2026-08-20 20:17 UTCGHSA enrichment
  5. 2026-08-20 08:04 UTCGHSA enrichment
  6. 2026-08-19 19:51 UTCEG score recompute
  7. 2026-08-19 19:51 UTCGHSA enrichment
  8. 2026-08-19 17:04 UTCEPSS rescore
  9. 2026-08-19 07:38 UTCGHSA enrichment
  10. 2026-08-18 19:26 UTCEG score recompute
  11. 2026-08-18 19:26 UTCGHSA enrichment
  12. 2026-08-18 13:49 UTCEPSS rescore
  13. 2026-08-18 13:49 UTCEPSS rescore
  14. 2026-08-18 07:13 UTCGHSA enrichment
  15. 2026-08-17 19:00 UTCEG score recompute
  16. 2026-08-17 19:00 UTCGHSA enrichment
  17. 2026-08-17 13:47 UTCEPSS rescore
  18. 2026-08-17 06:20 UTCEG score recompute
  19. 2026-08-17 06:20 UTCGHSA enrichment
  20. 2026-08-17 06:00 UTCEG score recompute 7.80
  21. 2026-08-17 06:00 UTCGHSA enrichment
  22. 2026-08-17 05:54 UTCMITRE cvelistV5CVSS v3 → 7.8 · severity → HIGH
  23. 2026-08-17 05:32 UTCEG score recompute
  24. 2026-08-17 05:32 UTCGHSA enrichment
  25. 2026-08-17 05:24 UTCMITRE cvelistV5
Show 7 more
  1. 2026-08-16 14:56 UTCEPSS rescore
  2. 2026-08-16 14:56 UTCEPSS rescore
  3. 2026-08-16 02:15 UTCEPSS rescore
  4. 2026-08-15 06:41 UTCGHSA enrichment
  5. 2026-08-15 06:23 UTCNVD update
  6. 2026-08-15 06:10 UTCEG score recompute
  7. 2026-08-15 06:02 UTCMITRE cvelistV5first tracked

Frequently asked(5)

What is CVE-2026-72195?
CVE-2026-72195 is a high vulnerability published on August 15, 2026. In the Linux kernel, the following vulnerability has been resolved: fs/ntfs3: bound attroff in UpdateResidentValue against dataoff In do_action()'s UpdateResidentValue case (fslog.c:3307), lrh->attroff and lrh->redolen come from the on-disk LRH. When they satisfy aoff + dlen < attr->res.data_off,…
When was CVE-2026-72195 disclosed?
CVE-2026-72195 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-72195 actively exploited?
CVE-2026-72195 is not currently on CISA's Known Exploited Vulnerabilities catalog. FIRST EPSS estimates a 0% probability of exploitation in the next 30 days, which ranks it in the top 93.9% of all scored CVEs.
What is the CVSS score of CVE-2026-72195?
CVE-2026-72195 has a CVSS v3 base score of 7.8 (NVD).
How do I remediate CVE-2026-72195?
Patch to the fixed version published by the affected vendor. Where vendor advisories exist for CVE-2026-72195, 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-72195

Explore →

Is Your Infrastructure Affected by CVE-2026-72195?

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