top of page
perceptive_background_267k.jpg

New Januscape Linux flaw allows VM escape on Intel, AMD devices

Published:

7 juli 2026 om 12:06:09

Alert date:

7 juli 2026 om 13:00:51

Source:

bleepingcomputer.com

Click to open the original link from this advisory

Operating Systems, Cloud & Virtualization, Zero-Day Vulnerabilities

A 16-year-old Linux kernel vulnerability named Januscape has been disclosed, enabling attackers to escape virtual machines and execute arbitrary code on the underlying host system. The flaw affects devices running on both Intel and AMD hardware architectures. Given its age, the vulnerability likely has a wide impact surface across many Linux-based virtualization environments. VM escape vulnerabilities are considered critical as they break fundamental isolation boundaries between guest and host systems. The issue underscores risks in long-standing unpatched kernel code. Organizations running virtualized Linux workloads on Intel or AMD hardware should prioritize patching.

Technical details

Januscape (CVE-2026-53359) is a 16-year-old Linux kernel vulnerability stemming from a use-after-free weakness in the shadow MMU emulation of KVM/x86, the kernel-based virtual machine for x86 and x86_64 (AMD64) architectures. It allows a guest-to-host VM escape, enabling attackers with root access inside a guest virtual machine to execute arbitrary code as root on the host, take over all other guest VMs on the same physical host, or crash the host kernel (denial of service). It is notable as the first guest-to-host exploit triggerable on both Intel and AMD processor architectures. On Linux distributions where /dev/kvm is world-writable (e.g., RHEL), unprivileged attackers can exploit it to gain root privileges. The flaw was used as a zero-day in Google's kvmCTF vulnerability reward program. A proof-of-concept exploit capable of triggering host kernel panic has been published; a full guest-to-host escape exploit has not been released. Chaining with the Dirty Frag flaw (CVE-2026-43284, CVE-2026-43500) allows attackers without initial guest root access to achieve full host compromise.

Mitigation steps:

1. Apply Linux kernel patch commit 81ccda30b4e8 immediately on all KVM/x86 hosts, especially those accepting multi-tenant guests. 2. Confirm the patch has been applied on all affected systems running KVM. 3. Prioritize patching on public cloud infrastructure and multi-tenant environments (Google Cloud, AWS, etc.). 4. On Red Hat Enterprise Linux and other distros where /dev/kvm is world-writable, restrict permissions on /dev/kvm to limit unprivileged exploitation. 5. Monitor for unusual activity originating from guest VMs attempting to interact with host-level resources. 6. Also apply patches for Dirty Frag (CVE-2026-43284, CVE-2026-43500) to prevent chained exploitation by attackers without initial guest root access. 7. Review and monitor public cloud instances running as root (default configuration) as they represent the highest risk scenario.

Affected products:

Linux kernel (KVM/x86
all versions containing shadow MMU emulation code for approximately the last 16 years prior to June 2026 patch)
Intel x86/x86_64 processor-based systems running KVM
AMD x86_64 (AMD64) processor-based systems running KVM
Red Hat Enterprise Linux (RHEL) - additionally vulnerable to unprivileged exploitation due to world-writable /dev/kvm
Ubuntu (affected by related Dirty Frag chaining)
CentOS Stream (affected by related Dirty Frag chaining)
Fedora (affected by related Dirty Frag chaining)
Google Cloud (multi-tenant environments at risk)
Amazon Web Services (multi-tenant environments at risk)

Related links:

Related CVE's:

Related threat actors:

IOC's:

This article was created with the assistance of AI technology by Perceptive.

© 2025 by Perceptive Security. All rights reserved.

email: info@perceptivesecurity.com

Deze website toont informatie afkomstig van externe bronnen; Perceptive aanvaardt geen verantwoordelijkheid voor de juistheid, volledigheid of actualiteit van deze informatie.

bottom of page