Zapscape, a new Linux kernel vulnerability, could allow an attacker with kernel privileges inside an L1 guest virtual machine (VM) to escape KVM isolation and execute code on the host. The risk applies when nested virtualization is exposed to untrusted guests. The flaw is tracked as CVE-2026-64561 and affects KVM/x86's shadow memory management unit (MMU), which manages shadow page

A newly discovered vulnerability, dubbed Zapscape, has been reported to affect the Linux kernel's KVM virtualization module. This flaw could potentially allow an attacker with kernel-level privileges within an L1 guest virtual machine to bypass KVM's isolation mechanisms and execute arbitrary code on the underlying Linux host system. The risk is particularly relevant in environments where nested virtualization is enabled and exposed to untrusted guest VMs.
The Zapscape vulnerability is tracked under the identifier CVE-2026-64561. It specifically impacts the KVM/x86 architecture, with the root cause identified within its shadow memory management unit (MMU). The shadow MMU is a critical component responsible for managing shadow page tables, which are used by KVM to virtualize memory access for guest operating systems without direct hardware support for nested paging.
In a typical KVM setup, the shadow MMU translates guest physical addresses to host physical addresses. When nested virtualization is introduced, an L1 guest itself can host L2 guests, requiring KVM to manage an additional layer of memory virtualization. This complexity can introduce subtle flaws. An attacker with kernel privileges inside an L1 guest could potentially manipulate the shadow MMU's operations, leading to a memory corruption or bypass that allows them to break out of the L1 guest's confines.
Exploitation of this class of vulnerability typically involves crafting specific memory access patterns or system calls from within the privileged guest environment. These actions would aim to trigger an unexpected state or condition within the host's KVM module, ultimately leading to arbitrary code execution in the host's kernel space. Such an escape would grant the attacker full control over the host system, impacting all other guests running on it.
Mitigation for this type of KVM escape vulnerability generally involves several layers. System administrators are advised to ensure that their Linux kernels are kept up to date with the latest security patches, as vendors typically release fixes promptly for critical vulnerabilities. Where possible, limiting exposure of nested virtualization to untrusted guests or disabling it entirely if not strictly necessary can reduce the attack surface. Additionally, employing robust host-level security monitoring and intrusion detection systems can help detect anomalous activity that might indicate an attempted or successful VM escape.
The potential impact of a VM escape vulnerability like Zapscape is significant, as it undermines the fundamental security boundary provided by virtualization. In cloud environments or shared hosting platforms, a successful escape could lead to compromise of the entire physical server, affecting multiple tenants or critical infrastructure. This incident underscores the ongoing importance of rigorous security auditing and prompt patching in complex virtualization technologies.

JetBrains is urging Cadence users to revoke and rotate all credentials following a security incident last month in which unidentified threat actors exploited a recently disclosed critical vulnerability in TeamCity to breach its own environment. "Cadence users should immediately revoke or rotate all credentials and secrets that may have been used to run their Cadence executions," JetBrains said.
A weakness has been identified in Tenda CP3 27.5.57.101. This issue affects some unknown processing of the file Net/NetCheckPing.cpp. This manipulation of the argument interface_name/host causes os command injection. The attack can be initiated remotely.
A security flaw has been discovered in Tenda CP3 27.5.57.101. This vulnerability affects the function SystemAsh of the file Apis/system.c of the component Kylin. The manipulation of the argument AlarmVoiceURL results in os command injection. It is possible to launch the attack remotely.

OpenAI has announced a $1 billion commitment to provide subsidized access to its Daybreak AI cybersecurity tools for under-resourced critical infrastructure defenders. The initiative, named Daybreak for Frontline Defenders, will offer AI models, training, and technical support over the next six months, prioritizing water and wastewater utilities, electric grid operators, and local government entities. This move aims to equip organizations with limited budgets and staff against increasingly sophisticated cyber threats.

Attackers are exploiting a new unpatched vulnerability in Magento Open Source and Adobe Commerce that lets them run malicious code on an online store's server without logging in, Dutch e-commerce security company Sansec said in an advisory published on September 5. Sansec, which discovered the flaw and named it StyleSmuggler, said attacks started on September 4. "Sansec is publishing early
In BPF instructions that load/store a value from/to a scratch memory register the register index is an unsigned 32-bit integer and must not exceed 15, but libpcap BPF interpreter does not validate the value. In particular uncommon use cases a crafted filter program can cause the interpreter to try reading and writing the OS process memory in the 16GiB starting at the current stack frame on 64-bit architectures and in the entire address space on 32-bit architectures.