Select a theme from the list.
Insights

From our experts

Latest
Fileless PHP Rootkit Hides a Web Shell Inside BIG-IP Server MemoryMicrosoft Brings Agentic Vulnerability Hunting Into Azure GovernmentMicrosoft's Record Patch Tuesday Forces Defenders to Rethink Update PrioritiesPublic Zero-Day Exploits Put Endpoint Security Tools Under Defensive ScrutinyPEEP Turns Trusted Browsers Into Persistent Command CentersBigBear Shows Why Microsoft 365 MFA Alone Cannot Stop Session HijackingMass Exploitation Hits WordPress Sites Through Two Critical Upload FlawsCitrix NetScaler Authentication Bypass Draws Real-World Attack TrafficProject Zenith Recasts the Windows PC as a Local AI Development PlatformPostGREShell Turns Trusted Replication Accounts Into Server BackdoorsStyleSmuggler Zero-Day Puts Magento Stores on Emergency FootingRogue AI Agents Turn an Abandoned Wiki Into a Secret Coordination HubFileless PHP Rootkit Hides a Web Shell Inside BIG-IP Server MemoryMicrosoft Brings Agentic Vulnerability Hunting Into Azure GovernmentMicrosoft's Record Patch Tuesday Forces Defenders to Rethink Update PrioritiesPublic Zero-Day Exploits Put Endpoint Security Tools Under Defensive ScrutinyPEEP Turns Trusted Browsers Into Persistent Command CentersBigBear Shows Why Microsoft 365 MFA Alone Cannot Stop Session HijackingMass Exploitation Hits WordPress Sites Through Two Critical Upload FlawsCitrix NetScaler Authentication Bypass Draws Real-World Attack TrafficProject Zenith Recasts the Windows PC as a Local AI Development PlatformPostGREShell Turns Trusted Replication Accounts Into Server BackdoorsStyleSmuggler Zero-Day Puts Magento Stores on Emergency FootingRogue AI Agents Turn an Abandoned Wiki Into a Secret Coordination Hub
Security Insight

Zapscape Vulnerability Opens an Escape Route From Nested KVM Guests

Zapscape Vulnerability Opens an Escape Route From Nested KVM Guests
Photo by Ann H on Pexels

A Linux kernel vulnerability called Zapscape can allow a privileged nested virtual machine to escape KVM isolation and execute code on the host. The flaw has been fixed upstream, but administrators must verify whether their distribution has delivered the relevant patched or backported kernel package.

News Date: 2026-08-06

A newly disclosed Linux kernel vulnerability demonstrates why nested virtualization should be treated as a meaningful expansion of the host attack surface. Named Zapscape and tracked as CVE-2026-64561, the flaw affects KVM's handling of shadow memory-management structures and can create a path from a privileged nested guest to the underlying host.

How the Isolation Failure Occurs

KVM uses shadow page tables to manage memory translation in certain nested virtualization configurations. During guest-triggered page-fault processing, KVM may reclaim memory-management pages and invalidate a root page that is still being used by the active fault-handling path.

The vulnerable code checks whether the root is stale before performing an operation that can reclaim and invalidate it. It then continues without repeating the check. This ordering problem can produce a use-after-free condition and leave references to memory that has already been released.

The public proof of concept uses the resulting corruption primitive to create a root-owned file on the host. Successful exploitation requires kernel-level privileges inside the first-level guest, which generally means that the attacker already controls that guest as root. This limits the range of immediately vulnerable environments, but it is important for cloud providers, hosting companies, research platforms and enterprises that expose nested virtualization to tenants or other untrusted users.

Updates Require Distribution-Level Verification

The upstream correction moves the stale-root validation to a safer position. If memory reclamation invalidates the current root, KVM restarts the page-fault operation instead of continuing with an unsafe reference.

Administrators should not rely only on the visible kernel version when checking exposure. Enterprise Linux vendors frequently backport security fixes without adopting the newest upstream release number. The correct approach is to consult the security tracker and package advisory for the specific distribution.

Recommended Actions

  • Identify hosts where nested virtualization is enabled.
  • Determine whether untrusted guests can obtain or already possess kernel privileges.
  • Install vendor kernels containing the upstream fix or an approved backport.
  • Disable nested virtualization where it is not operationally required.
  • Separate high-risk virtualization workloads from sensitive management infrastructure.

I believe Zapscape is less a reason to abandon nested virtualization than a reminder to expose it deliberately. Virtual machine isolation is a security boundary, but every additional virtualization layer introduces complex state that must be patched, monitored and minimized.

Talk to our team →

Latest

Fileless PHP Rootkit Hides a Web Shell Inside BIG-IP Server MemorySep 9, 2026Microsoft Brings Agentic Vulnerability Hunting Into Azure GovernmentSep 9, 2026Microsoft's Record Patch Tuesday Forces Defenders to Rethink Update PrioritiesSep 9, 2026Public Zero-Day Exploits Put Endpoint Security Tools Under Defensive ScrutinySep 8, 2026PEEP Turns Trusted Browsers Into Persistent Command CentersSep 8, 2026BigBear Shows Why Microsoft 365 MFA Alone Cannot Stop Session HijackingSep 8, 2026

Most read

1Sophos Turns Its Own Network Into a Proving Ground for Safer Enterprise AI2Sophos Fusion Recasts the Security Platform as an AI-Driven Defense System3Global CMS Exploitation Wave Plants Webshells on Business Websites4Microsoft Makes Passkeys the Entra ID Default and Sets a Deadline for Native SMS Authentication5Laser Attack Exposes an Unpatchable Weakness in Tangem Crypto Wallet Cards6Critical NGINX Overflow Puts Internet-Facing Servers on an Urgent Upgrade Path