CVE-2026-46113

HIGHPre-NVD 8.88.8
EchelonGraph scoreMEDIUM confidence

Score 8.8 from GitHub Security Advisory (severity: HIGH) published 2026-05-28. 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.8
EchelonGraph verdictPlan a fixSerious severity, but no confirmed exploitation yet.
  • High severity, but no confirmed exploitation yet
CISA-KEV: Not listedEPSS: 0%CVSS: 8.8Exploit: NoneExposed: 0

A fix is available — apply it.

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

KVM: x86: Fix shadow paging use-after-free due to unexpected GFN

The shadow MMU computes GFNs for direct shadow pages using sp->gfn plus the SPTE index. This assumption breaks for shadow paging if the guest page tables are modified between VM entries (similar to commit aad885e77496, "KVM: x86/mmu: Drop/zap existing present SPTE even when creating an MMIO SPTE", 2026-03-27). The flow is as follows:

  • a PDE is installed for a 2MB mapping, and a page in that area is
accessed. KVM creates a kvm_mmu_page consisting of 512 4KB pages; the kvm_mmu_page is marked by FNAME(fetch) as direct-mapped because the guest's mapping is a huge page (and thus contiguous).
  • the PDE mapping is changed from outside the guest.
  • the guest accesses another page in the same 2MB area. KVM installs
a new leaf SPTE and rmap entry; the SPTE uses the "correct" GFN (i.e. based on the new mapping, as changed in the previous step) but that GFN is outside of the [sp->gfn, sp->gfn + 511] range; therefore the rmap entry cannot be found and removed when the kvm_mmu_page is zapped.
  • the memslot that covers the first 2MB mapping is deleted, and the
kvm_mmu_page for the now-invalid GPA is zapped. However, rmap_remove() only looks at the [sp->gfn, sp->gfn + 511] range established in step 1, and fails to find the rmap entry that was recorded by step 3.
  • any operation that causes an rmap walk for the same page accessed
by step 3 then walks a stale rmap and dereferences a freed kvm_mmu_page. This includes dirty logging or MMU notifier invalidations (e.g., from MADV_DONTNEED).

The underlying issue is that KVM's walking of shadow PTEs assumes that if a SPTE is present when KVM wants to install a non-leaf SPTE, then the existing kvm_mmu_page must be for the correct gfn. Because the only way for the gfn to be wrong is if KVM messed up and failed to zap a SPTE... which shouldn't happen, but *actually* only happens in response to a guest write.

That bug dates back literally forever, as even the first version of KVM assumes that the GFN matches and walks into the "wrong" shadow page. However, that was only an imprecision until 2032a93d66fa ("KVM: MMU: Don't allocate gfns page for direct mmu pages") came along.

Fix it by checking for a target gfn mismatch and zapping the existing SPTE. That way the old SP and rmap entries are gone, KVM installs the rmap in the right location, and everyone is happy.

CVSS v3
8.8
EG Score
8.8(medium)
EPSS
2.6%
KEV
Not listed

Published

May 28, 2026

Last Modified

June 24, 2026

Advisory Details (5)

Auto-updated May 31, 2026
No patch confirmed yet.
generic

KVM: x86: Fix shadow paging use-after-free due to unexpected GFN - kernel/git/stable/linux.git - Linux kernel stable tree

https://git.kernel.org/stable/c/738ec97b1855df6c08fe2369f798fa0b972e556b
generic

KVM: x86: Fix shadow paging use-after-free due to unexpected GFN - kernel/git/stable/linux.git - Linux kernel stable tree

https://git.kernel.org/stable/c/488e386484ec8c0e558be6e156edf34ed9f4d5c8
generic

KVM: x86: Fix shadow paging use-after-free due to unexpected GFN - kernel/git/stable/linux.git - Linux kernel stable tree

https://git.kernel.org/stable/c/14d1e55dfd2cf4711bff164a6aaaddb783552134
generic

KVM: x86: Fix shadow paging use-after-free due to unexpected GFN - kernel/git/stable/linux.git - Linux kernel stable tree

https://git.kernel.org/stable/c/0cb2af2ea66ad8ff195c156ea690f11216285bdf
generic

KVM: x86: Fix shadow paging use-after-free due to unexpected GFN - kernel/git/stable/linux.git - Linux kernel stable tree

https://git.kernel.org/stable/c/06c19c967b845b63172601fe459667d973b7e6b7

Patch Availability(2)

Vendor / EcosystemFixed in / PatchReleasedSource
redhatkernel-0:6.12.0-211.32.1.el10_22026-07-09redhat
redhatkernel-0:5.14.0-687.24.1.el9_82026-07-09redhat

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.

Weakness Classification(1)

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

Data Freshness Timeline

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

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

Frequently asked(5)

What is CVE-2026-46113?
CVE-2026-46113 is a high vulnerability published on May 28, 2026. In the Linux kernel, the following vulnerability has been resolved: KVM: x86: Fix shadow paging use-after-free due to unexpected GFN The shadow MMU computes GFNs for direct shadow pages using sp->gfn plus the SPTE index. This assumption breaks for shadow paging if the guest page tables are modified…
When was CVE-2026-46113 disclosed?
CVE-2026-46113 was first published in the National Vulnerability Database on May 28, 2026, with the most recent update on June 24, 2026. EchelonGraph re-ingests CVE updates from NVD on a 2-hour cycle, so this page reflects the latest published state.
Is CVE-2026-46113 actively exploited?
CVE-2026-46113 is not currently on CISA's Known Exploited Vulnerabilities catalog. FIRST EPSS estimates a 2.6% percentile likelihood of exploitation in the next 30 days — higher percentiles indicate greater predicted risk.
What is the CVSS score of CVE-2026-46113?
CVE-2026-46113 has a CVSS v3 base score of 8.8 (NVD).
How do I remediate CVE-2026-46113?
Patch to the fixed version published by the affected vendor. Where vendor advisories exist for CVE-2026-46113, 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-46113

Explore →

Is Your Infrastructure Affected by CVE-2026-46113?

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