aarif450.github.io
Author
aarif450
Published
2026-08-07
Stars
0
Forks
0
Repository
Description
Exploit KVM/x86 guest-to-host escape CVE-2026-64561 with Zapscape, a proof-of-concept demonstrating hypervisor vulnerability.
CVE-CVE-2026-64561 Details
Severity
HIGH
CVSS Score
8.8
CWE
N/A
Description
In the Linux kernel, the following vulnerability has been resolved: KVM: x86: Check for invalid/obsolete root *after* making MMU pages available Check for a "stale" page fault, i.e. for an invalid and/or obsolete root, after making MMU pages available for the shadow MMU. If reclaiming shadow pages zaps an in-use root, i.e. marks it invalid, then KVM will attempt to map memory into an invalid root. On its own, populating an invalid root is "fine", but because child shadow pages inherit their ...
Related PoCs for CVE-2026-64561
Zapscape...
1
aarif450