LIVE · cybersecurity feed
Live wire
Malware Hijacks Android Car Head UnitsCritical Flaw in NASA/JPL Open-Source Spacecraft Command Software Allowed Unauthenticated Command ExecutionCVE-2026-73570 · U.S. CISA adds Zimbra Collaboration Suite (ZCS) flaw to its Known Exploited Vulnerabilities catalogCVE-2024-3094 · Connecting the Dots: Securing the Overlooked Corners of the Software Development Lifecycle (SDLC) Supply Chain14 Trojanized npm Packages Drop RedC2 4.0 Linux Backdoor With AI-Assisted C2Hundreds of leaked AWS keys give full control over corporate accountsAndroid Car Malware Spreads Through Built-In Updaters for Ad Fraud, Proxy BotnetMalware injected into popular Rust packages to steal developer credentialsSix Maximum-Severity Flaws Found in Cisco ProductsCritical Isolated-vm Vulnerability Leads to RCE on Host
linuxcritical

Linux Kernel Vulnerability Allows VM Escape on Intel and AMD Systems

A recently discovered 16-year-old vulnerability in the Linux kernel's KVM hypervisor, dubbed Januscape, allows attackers to break out of a virtual machine. This flaw affects both Intel and AMD systems and could enable unauthorized code execution on the underlying host system.

zeroday.news ·

A critical vulnerability, present in the Linux kernel's KVM (Kernel-based Virtual Machine) hypervisor for 16 years, has been disclosed, potentially allowing attackers to escape virtual machine environments and execute code on the host system. The flaw, named Januscape, impacts systems utilizing processors from both Intel and AMD.

The vulnerability arises from how KVM handles certain operations related to memory management and device emulation. Specifically, it involves a race condition that can occur when a virtual machine attempts to access or modify memory regions that are also being managed by the hypervisor. This race condition can be exploited to trick the KVM into incorrectly mapping or unmapping memory, leading to a situation where the virtual machine gains unauthorized access to host memory.

Successful exploitation of Januscape could grant an attacker the ability to read sensitive data from the host system or even write arbitrary data to it. This level of access effectively bypasses the isolation that a virtual machine is intended to provide, turning a compromised guest into a potential gateway to the entire host. The implications are significant for cloud computing environments, shared hosting, and any scenario where multiple virtual machines run on the same physical hardware.

While the vulnerability has existed for a considerable period, its public disclosure is recent. The nature of the flaw suggests that it could be challenging to detect without specialized tooling, as it relies on subtle timing issues within the hypervisor's operations. The fact that it affects both major processor architectures, Intel and AMD, broadens the scope of potentially vulnerable systems.

The KVM hypervisor is a foundational component of many virtualization solutions on Linux, including QEMU, which is widely used for emulating hardware and managing virtual machines. Therefore, any system running Linux and utilizing KVM for virtualization is potentially at risk. This includes a vast array of servers, cloud instances, and even desktop virtualization setups.

Details regarding specific exploit code or widespread attacks have not been publicly detailed, but the potential for a virtual machine escape is a severe security concern. Security researchers have been working to understand the full impact and develop patches.

Mitigation for this vulnerability typically involves updating the Linux kernel to a version that includes the necessary security fixes. System administrators are advised to monitor for kernel updates from their distribution vendors and apply them promptly. As a general security practice, keeping all system software, including the operating system, hypervisor, and guest virtual machines, up to date is crucial for protecting against known vulnerabilities.

Further technical details and specific kernel versions affected are expected to be released by the security community and distribution vendors as they finalize their advisories and patches. Users and administrators should consult their respective Linux distribution's security advisories for the most accurate and timely information regarding the Januscape vulnerability and available remedies.

linuxkernelkvmvulnerabilityvm escape
ShareXLinkedInWhatsAppFacebook

More News

view all →
security

Postal Service moves to finalize mail ballot regs before SCOTUS ruling

The rules have already been rejected by multiple state courts, but the Trump administration said it’s preparing in case of a favorable Supreme Court decision. The post Postal Service moves to finalize mail ballot regs before SCOTUS ruling appeared first on CyberScoop.

vulnerability

ToxicPanda 2.0 Gets a Major Upgrade, Expanding Attacks Across 16 Countries

ToxicPanda 2.0 targets 349 financial apps and abuses Android Wireless Debugging to gain deeper device access and steal banking credentials. ToxicPanda used to be a Europe-focused nuisance targeting a manageable list of banks. That version is gone. Zimperium’s zLabs team just documented ToxicPanda 2.0, and the numbers alone tell the story: 349 targeted financial institutions […]

ai

If you're not using AI to attack your own systems, your adversaries will

Agents are also the new attack surface - cue defenders' existential angst

privacy

TikTok Agrees to $400 Million Settlement in U.S. Child Privacy Lawsuit

TikTok has agreed to a $400 million settlement with the U.S. Department of Justice to resolve a lawsuit alleging violations of child privacy laws. The lawsuit, filed in 2024, accused the company of improperly collecting data from users under 13 and failing to comply with parental requests to delete accounts. The settlement includes an immediate payment of $300 million and an additional $100 million contingent on the dissolution of a prior consent decree related to Musical.ly.

malware

Hackers infect Android car head units with proxy botnet malware

A supply-chain attack targeting Android-based car head units is using a legitimate device-update app to spread malware that enlists compromised devices in a proxy botnet or uses them for ad fraud. [...]

security

Named Pipes Under Attack: Securing Windows Interprocess Communication

Windows named pipes provide fast interprocess communication, but weak access controls can expose privileged services to untrusted processes. ThreatLocker explains how endpoint verification, command authorization, strict input validation, and narrowly scoped privileges can help secure named-pipe communication. [...]