CVE-2026-64186

HIGHNVD 7.17.1
EchelonGraph scoreMEDIUM confidence

Score 7.1 from GitHub Security Advisory (severity: HIGH) published 2026-07-19. NVD baseline CVSS 7.1; sources differ by 0.0.

Triggered by: GitHub Security Advisory CVSS
Sources: epss, ghsa, nvd
Trending — 4 sources updated this week
7.1EG
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.1Exploit: None knownExposed: 0

A fix is available — apply it.

In the Linux kernel, the following vulnerability has been resolved:

iommu/amd: Remove latent out-of-bounds access in IOMMU debugfs

In iommu_mmio_write() and iommu_capability_write(), the variables dbg_mmio_offset and dbg_cap_offset are declared as int. However, they are populated using kstrtou32_from_user(). If a user provides a sufficiently large value, it can become a negative integer.

Prior to this patch, the AMD IOMMU debugfs implementation was already protected by different mechanisms.

  • #define OFS_IN_SZ 8 ensures the user string <= 8 bytes, so
e.g. 0xffffffff isn't a valid input.

if (cnt > OFS_IN_SZ) return -EINVAL;

  • Implicit type promotion in iommu_mmio_write(), dbg_mmio_offset is int
and iommu->mmio_phys_end is u64

if (dbg_mmio_offset > iommu->mmio_phys_end - sizeof(u64)) return -EINVAL;

  • The show handlers would currently catch the negative number and
refuse to perform the read.

Replace kstrtou32_from_user() with kstrtos32_from_user() to parse the input, and check for negative values to explicitly prevent out-of-bounds memory accesses directly in iommu_mmio_write() and iommu_capability_write().

CVSS v3
7.1
EG Score
7.1(medium)
EG Risk
36(Track)
EG Risk 36/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
Severity71% × 45%
Exploitation0% × 40%
Automatability30% × 15%
Action: Routine — remediate on your standard cadence.
EPSS PROB
0%
EPSS %ILE
2%
KEV
Not listed

Published

July 19, 2026

Last Modified

August 11, 2026

Advisory Details (3)

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

iommu/amd: Remove latent out-of-bounds access in IOMMU debugfs - kernel/git/stable/linux.git - Linux kernel stable tree

https://git.kernel.org/stable/c/8dfd3d8d74435344ee8dc9237596959c8b2a6cbe
generic

iommu/amd: Remove latent out-of-bounds access in IOMMU debugfs - kernel/git/stable/linux.git - Linux kernel stable tree

https://git.kernel.org/stable/c/62f9dfbf1aceae88b03c5ca08f7d36e943939dec
generic

iommu/amd: Remove latent out-of-bounds access in IOMMU debugfs - kernel/git/stable/linux.git - Linux kernel stable tree

https://git.kernel.org/stable/c/488d2c76bd9f78433a70690d1054bfae3d39a407

Vendor Advisories for CVE-2026-64186(1)

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

Patch Availability(5)

Patches are aggregated from vendor advisories (Red Hat, Microsoft, Cisco, GitHub) and package ecosystems (OSV, GHSA). Multiple rows for the same upstream release have been deduplicated.

Affected Packages

(1 across 1 ecosystem)
Debian:14(1)
PackageVulnerable rangeFixed inDependents
linux6.12.100-1 ... 7.0.9-1~bpo13+1 (138 versions)7.0.12-1

Weakness Classification(1)

MITRE Common Weakness Enumeration — the root-cause categories this CVE belongs to.

All Vendor Advisories

(5)

Data Freshness Timeline

(refreshed 30× in last 7d / 117× 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.

Showing the most recent 100 of 1,039 total refreshes for this CVE.

  1. 2026-08-30 02:43 UTCEG score recompute
  2. 2026-08-30 02:43 UTCVendor advisory
  3. 2026-08-30 02:43 UTCGHSA enrichment
  4. 2026-08-30 01:22 UTCEPSS rescore
  5. 2026-08-28 21:42 UTCEPSS rescore
  6. 2026-08-28 01:41 UTCEG score recompute
  7. 2026-08-28 01:41 UTCVendor advisory
  8. 2026-08-28 01:41 UTCGHSA enrichment
  9. 2026-08-27 11:46 UTCVendor advisory
  10. 2026-08-27 11:46 UTCGHSA enrichment
  11. 2026-08-26 22:13 UTCEG score recompute
  12. 2026-08-26 22:13 UTCVendor advisory
  13. 2026-08-26 22:12 UTCGHSA enrichment
  14. 2026-08-26 14:46 UTCEPSS rescore
  15. 2026-08-26 03:26 UTCVendor advisory
  16. 2026-08-26 03:26 UTCGHSA enrichment
  17. 2026-08-25 14:39 UTCEG score recompute
  18. 2026-08-25 14:39 UTCVendor advisory
  19. 2026-08-25 14:39 UTCGHSA enrichment
  20. 2026-08-25 13:49 UTCEPSS rescore
  21. 2026-08-25 02:19 UTCEG score recompute
  22. 2026-08-25 02:19 UTCVendor advisory
  23. 2026-08-25 02:19 UTCGHSA enrichment
  24. 2026-08-24 13:58 UTCEG score recompute
  25. 2026-08-24 13:58 UTCVendor advisory
Show 75 more
  1. 2026-08-24 13:58 UTCGHSA enrichment
  2. 2026-08-24 01:38 UTCVendor advisory
  3. 2026-08-24 01:38 UTCGHSA enrichment
  4. 2026-08-23 13:18 UTCVendor advisory
  5. 2026-08-23 13:18 UTCGHSA enrichment
  6. 2026-08-23 00:58 UTCEG score recompute
  7. 2026-08-23 00:58 UTCVendor advisory
  8. 2026-08-23 00:58 UTCGHSA enrichment
  9. 2026-08-23 00:19 UTCEPSS rescore
  10. 2026-08-22 12:37 UTCVendor advisory
  11. 2026-08-22 12:37 UTCGHSA enrichment
  12. 2026-08-22 00:16 UTCEG score recompute
  13. 2026-08-22 00:16 UTCVendor advisory
  14. 2026-08-22 00:16 UTCGHSA enrichment
  15. 2026-08-21 23:49 UTCEPSS rescore
  16. 2026-08-21 11:56 UTCVendor advisory
  17. 2026-08-21 11:56 UTCGHSA enrichment
  18. 2026-08-20 23:36 UTCEG score recompute
  19. 2026-08-20 23:36 UTCVendor advisory
  20. 2026-08-20 23:35 UTCGHSA enrichment
  21. 2026-08-20 22:55 UTCEPSS rescore
  22. 2026-08-20 11:15 UTCVendor advisory
  23. 2026-08-20 11:15 UTCGHSA enrichment
  24. 2026-08-19 22:55 UTCEG score recompute
  25. 2026-08-19 22:55 UTCVendor advisory
  26. 2026-08-19 22:55 UTCGHSA enrichment
  27. 2026-08-19 17:04 UTCEPSS rescore
  28. 2026-08-19 07:58 UTCVendor advisory
  29. 2026-08-19 07:58 UTCGHSA enrichment
  30. 2026-08-18 19:38 UTCEG score recompute
  31. 2026-08-18 19:38 UTCVendor advisory
  32. 2026-08-18 19:38 UTCGHSA enrichment
  33. 2026-08-18 13:48 UTCEPSS rescore
  34. 2026-08-18 01:49 UTCEG score recompute
  35. 2026-08-18 01:49 UTCVendor advisory
  36. 2026-08-18 01:49 UTCGHSA enrichment
  37. 2026-08-17 13:47 UTCEPSS rescore
  38. 2026-08-17 12:01 UTCVendor advisory
  39. 2026-08-17 12:01 UTCGHSA enrichment
  40. 2026-08-16 23:40 UTCEG score recompute
  41. 2026-08-16 23:40 UTCVendor advisory
  42. 2026-08-16 23:40 UTCGHSA enrichment
  43. 2026-08-16 14:56 UTCEPSS rescore
  44. 2026-08-16 11:20 UTCEG score recompute
  45. 2026-08-16 11:20 UTCVendor advisory
  46. 2026-08-16 11:20 UTCGHSA enrichment
  47. 2026-08-15 23:00 UTCVendor advisory
  48. 2026-08-15 23:00 UTCGHSA enrichment
  49. 2026-08-15 10:40 UTCEG score recompute
  50. 2026-08-15 10:40 UTCVendor advisory
  51. 2026-08-15 10:40 UTCGHSA enrichment
  52. 2026-08-15 01:30 UTCEPSS rescore
  53. 2026-08-14 22:19 UTCVendor advisory
  54. 2026-08-14 22:19 UTCGHSA enrichment
  55. 2026-08-14 09:59 UTCEG score recompute
  56. 2026-08-14 09:59 UTCVendor advisory
  57. 2026-08-14 09:59 UTCGHSA enrichment
  58. 2026-08-13 22:00 UTCEPSS rescore
  59. 2026-08-13 21:39 UTCVendor advisory
  60. 2026-08-13 21:39 UTCGHSA enrichment
  61. 2026-08-13 09:18 UTCVendor advisory
  62. 2026-08-13 09:18 UTCGHSA enrichment
  63. 2026-08-12 20:58 UTCEG score recompute
  64. 2026-08-12 20:58 UTCVendor advisory
  65. 2026-08-12 20:58 UTCGHSA enrichment
  66. 2026-08-12 13:51 UTCEPSS rescore
  67. 2026-08-12 08:38 UTCEG score recompute
  68. 2026-08-12 08:38 UTCVendor advisory
  69. 2026-08-12 08:38 UTCGHSA enrichment
  70. 2026-08-11 20:18 UTCEG score recompute 7.10
  71. 2026-08-11 20:18 UTCVendor advisory
  72. 2026-08-11 20:18 UTCGHSA enrichment
  73. 2026-08-11 20:17 UTCNVD updateCVSS v3 → 7.1 · severity → HIGH
  74. 2026-08-11 00:00 UTCEPSS rescore
  75. 2026-08-10 14:38 UTCVendor advisory

Frequently asked(5)

What is CVE-2026-64186?
CVE-2026-64186 is a high vulnerability published on July 19, 2026. In the Linux kernel, the following vulnerability has been resolved: iommu/amd: Remove latent out-of-bounds access in IOMMU debugfs In iommummiowrite() and iommucapabilitywrite(), the variables dbgmmiooffset and dbgcapoffset are declared as int. However, they are populated using kstrtou32fromuser().…
When was CVE-2026-64186 disclosed?
CVE-2026-64186 was first published in the National Vulnerability Database on July 19, 2026, with the most recent update on August 11, 2026. EchelonGraph re-ingests CVE updates from NVD on a 2-hour cycle, so this page reflects the latest published state.
Is CVE-2026-64186 actively exploited?
CVE-2026-64186 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 98.2% of all scored CVEs.
What is the CVSS score of CVE-2026-64186?
CVE-2026-64186 has a CVSS v3 base score of 7.1 (NVD).
How do I remediate CVE-2026-64186?
Patch to the fixed version published by the affected vendor. Where vendor advisories exist for CVE-2026-64186, 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

See which npm, PyPI, Go, and Maven packages are affected by CVE-2026-64186

Explore →

Is Your Infrastructure Affected by CVE-2026-64186?

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