16-Year-Old Linux Kernel Flaw Enables VM Escape on Intel and AMD Cloud Servers

A 16-year-old vulnerability in the Linux kernel, dubbed Januscape, enables attackers to escape from guest virtual machines and execute arbitrary code directly on host systems. Security researcher Hyunwoo Kim, who discovered the flaw, traces it to a use-after-free weakness in the shadow MMU emulation of KVM/x86, the kernel-based virtual machine subsystem designed for x86 and x86_64 processor architectures. Tracked as CVE-2026-53359, the vulnerability stands out as the first guest-to-host exploit that works across both Intel and AMD platforms simultaneously.

The risk is especially acute for multi-tenant public cloud environments like Google Cloud and Amazon Web Services, where an attacker who rents a single instance can potentially compromise the entire host machine. With root access inside a guest VM — the default configuration on most public cloud instances — attackers can either crash the host kernel to take every other tenant's VM offline or achieve full remote code execution with root privileges on the host. On certain distributions such as Red Hat Enterprise Linux, where /dev/kvm is world-writable, even unprivileged users on unpatched systems can exploit the flaw to gain root permissions.

Kim has published a technical write-up and a proof-of-concept exploit capable of triggering a host kernel panic, though a full guest-to-host escape exploit remains withheld for the foreseeable future. Administrators running KVM/x86 hosts that accept multi-tenant guests should verify that patch commit 81ccda30b4e8 is applied to their host kernels. The fix was merged in June 2026, and ensuring all systems are current represents the primary defense against this serious virtualization threat.

Read More at the original source →