CVE-2026-74580

HIGHPre-NVD 8.88.8
EchelonGraph scoreHIGH confidence

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

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

A fix is available — apply it.

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

vhost: reset the vring metadata cache on vring reconfiguration

vq->meta_iotlb[] caches the vhost_iotlb_map that backs each vring metadata region, and iotlb_access_ok() returns early on a cache hit, taking the hit as proof that the region has already been validated:

if (vhost_vq_meta_fetch(vq, addr, len, type)) return true;

The cache is reset on VHOST_IOTLB_UPDATE and VHOST_IOTLB_INVALIDATE, on device IOTLB (re)initialisation and on vq reset, but not when VHOST_SET_VRING_ADDR replaces vq->desc, vq->avail and vq->used, nor when VHOST_SET_VRING_NUM changes the region sizes.

With a device IOTLB attached both ioctls are accepted while the vq is live, and neither validates the addresses at ioctl time: vq_access_ok() and vq_log_used_access_ok() return true early because the addresses are GIOVAs, deferring validation to prefetch time. Once the cache has been populated that deferred validation no longer runs -- vq_meta_prefetch() hits the stale entry and returns true -- and vhost_vq_meta_fetch() keeps translating through the old mapping as

map->addr + addr - map->start

for an address the mapping no longer covers. vhost_copy_to_user() and vhost_copy_from_user() consume the result with __copy_to_user() and __copy_from_user(), which do not check it either, so a subsequent used ring update or descriptor fetch accesses memory outside the region the IOTLB actually maps.

Reset the metadata cache whenever the vring is reconfigured, so the new addresses are pushed back through iotlb_access_ok()'s slow path.

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

Published

August 21, 2026

Last Modified

August 25, 2026

Advisory Details (8)

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

vhost: reset the vring metadata cache on vring reconfiguration - kernel/git/stable/linux.git - Linux kernel stable tree

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

vhost: reset the vring metadata cache on vring reconfiguration - kernel/git/stable/linux.git - Linux kernel stable tree

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

vhost: reset the vring metadata cache on vring reconfiguration - kernel/git/stable/linux.git - Linux kernel stable tree

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

vhost: reset the vring metadata cache on vring reconfiguration - kernel/git/stable/linux.git - Linux kernel stable tree

https://git.kernel.org/stable/c/6fa3e9b1fe856259555a7e22f3f3082e7827fd9b
generic

vhost: reset the vring metadata cache on vring reconfiguration - kernel/git/stable/linux.git - Linux kernel stable tree

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

vhost: reset the vring metadata cache on vring reconfiguration - kernel/git/stable/linux.git - Linux kernel stable tree

https://git.kernel.org/stable/c/13fa6f32a56a386a82bd7451644c494beed034af
generic

vhost: reset the vring metadata cache on vring reconfiguration - kernel/git/stable/linux.git - Linux kernel stable tree

https://git.kernel.org/stable/c/54617e9119be2eb728ecdd8d977b99c99d4c498a
generic

vhost: reset the vring metadata cache on vring reconfiguration - kernel/git/stable/linux.git - Linux kernel stable tree

https://git.kernel.org/stable/c/5224bd37e37d36076a550d99b2aebba33939fd95

Vendor Advisories for CVE-2026-74580(2)

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

Patch Availability(1)

Vendor / EcosystemFixed in / PatchReleasedSource
redhatkernel-0:5.14.0-570.138.1.el9_62026-09-02redhat

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

(3 across 3 ecosystems)
Debian:12(1)
PackageVulnerable rangeFixed inDependents
linux6.1.106-1 ... 6.1.99-1 (56 versions)6.1.187-1
Debian:13(1)
PackageVulnerable rangeFixed inDependents
linux6.12.100-1 ... 6.12.96-1 (33 versions)6.12.105-1
Debian:14(1)
PackageVulnerable rangeFixed inDependents
linux6.12.100-1 ... 7.1~rc7-1~exp1 (166 versions)7.1.9-1

Additional Vendor Advisories

(1)

Vendors that published advisories for this CVE beyond the curated set above. Broader coverage but minimal per-row detail — click through for the original advisory.

Data Freshness Timeline

(refreshed 36× in last 7d / 129× 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 129 total refreshes for this CVE.

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

Frequently asked(5)

What is CVE-2026-74580?
CVE-2026-74580 is a high vulnerability published on August 21, 2026. In the Linux kernel, the following vulnerability has been resolved: vhost: reset the vring metadata cache on vring reconfiguration vq->metaiotlb[] caches the vhostiotlb_map that backs each vring metadata region, and iotlbaccessok() returns early on a cache hit, taking the hit as proof that the…
When was CVE-2026-74580 disclosed?
CVE-2026-74580 was first published in the National Vulnerability Database on August 21, 2026, with the most recent update on August 25, 2026. EchelonGraph re-ingests CVE updates from NVD on a 2-hour cycle, so this page reflects the latest published state.
Is CVE-2026-74580 actively exploited?
CVE-2026-74580 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 97.8% of all scored CVEs.
What is the CVSS score of CVE-2026-74580?
CVE-2026-74580 has a CVSS v3 base score of 8.8 (NVD).
How do I remediate CVE-2026-74580?
Patch to the fixed version published by the affected vendor. Where vendor advisories exist for CVE-2026-74580, 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-74580

Explore →

Is Your Infrastructure Affected by CVE-2026-74580?

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