← All stories
● Covered by 1 source · 1 reportMedium impact1 negative

New Zapscape KVM Flaw Allows L1 Guest Code to Escape to Linux Hosts

🔄 Updated 1d ago
New to BrevFeed? We gather this story from every outlet covering it into one summary — ranked by real-world impact, not just the latest headline — so you never miss what matters. What is BrevFeed? →

Key points

  • Zapscape (CVE-2026-64561) is a KVM/x86 shadow MMU vulnerability.
  • Allows L1 guest kernel-privileged code to escape to the host.
  • Affects KVM hosts exposing nested virtualization to untrusted guests.
  • An upstream fix has been merged into the Linux kernel.

KVM Vulnerability Discovered

A new vulnerability, dubbed Zapscape and identified as CVE-2026-64561, has been found in the Linux kernel. This flaw specifically impacts KVM/x86's shadow memory management unit (MMU), which is responsible for managing shadow page tables used in nested guest memory translation.

Escape Mechanism

The Zapscape vulnerability allows an attacker with kernel privileges within an L1 guest virtual machine (VM) to bypass KVM isolation. This enables the attacker to execute arbitrary code on the host system with kernel or root privileges. The risk is present when nested virtualization is exposed to untrusted guests.

Technical Details

Security researcher Hyunwoo Kim described Zapscape as a stale-root check ordering flaw in KVM's shadow-MMU bookkeeping, leading to a use-after-free condition. During guest-triggered page fault handling, KVM can reclaim MMU pages and invalidate the shadow MMU root page while it is still in use by the fault-handling path. Because the path does not re-check the root, KVM continues under the invalidated root, creating child shadow pages that inherit an invalid state. This can lead to a dangling link and post-free write, which can be exploited.

Proof-of-Concept and Mitigation

Kim has provided a public proof-of-concept that demonstrates the flaw by creating a root-owned file named /Zapscape on the vulnerable KVM host. This proof-of-concept targets AMD nested SVM/NPT on Linux 7.1.3. An upstream fix for this vulnerability has been merged into the Linux kernel. Administrators operating KVM hosts that expose nested virtualization to untrusted guests should update to a fixed stable kernel version or a vendor package that includes the backported patch.

✨ This summary was generated by AI from the outlets' reporting listed below. It is not independently verified and may contain errors — check the original sources. How BrevFeed works →

The daily brief

One email each morning: the day's tech stories, clustered across outlets and summarized. No account needed.

One email a day. Unsubscribe in one click, any time.

Today's brief

Spend a few minutes, get the whole day. Every topic's top stories in one hands-free rundown — listen, watch, or read the transcript.

~7 min · 6 stories · Aug 15

▶ Play today's brief Listen on Spotify

New every morning, and the back catalogue is archived by date.

Reporting from

A new Linux kernel vulnerability, tracked as CVE-2026-64561 and named Zapscape, allows an attacker with kernel privileges in an L1 guest VM to escape KVM isolation and execute code on the host. This flaw affects KVM/x86's shadow memory management unit and has a merged upstream fix, requiring administrators to update their kernels.