Daily brief at 7am Melbourne. Unsubscribe any time.

Tuesday 7 July 2026

A 16-Year-Old Bug in Linux's Hypervisor Can Let a Virtual Machine Escape to the Host

A 16-year-old Linux hypervisor flaw lets guest VMs break out to the host — and a proof-of-concept is already public.

Lead story

A 16-Year-Old Bug in Linux's Hypervisor Can Let a Virtual Machine Escape to the Host

If you run virtual machines on Linux — and most cloud infrastructure does — there's a newly disclosed flaw worth understanding quickly. Researchers have published details of a use-after-free vulnerability in Linux's KVM hypervisor, tracked as CVE-2026-53359 and nicknamed "Januscape," that sits in the shadow MMU code shared across both Intel and AMD x86 systems. The bug is 16 years old. It's been hiding in plain sight since at least 2010.

The short version: a process running inside a guest virtual machine can corrupt memory in the host kernel that sits beneath it. That's a VM escape — one of the most serious classes of vulnerability in virtualised infrastructure. The public proof-of-concept currently causes the host to panic (crash), but the researcher who found it claims a separate, unreleased exploit can go further.

Why this matters beyond the lab. KVM is the hypervisor underpinning a substantial chunk of the world's cloud and on-premises virtualised infrastructure. It ships in every mainstream Linux distribution and is the engine behind many commercial cloud platforms. A flaw that lets a tenant VM reach the host kernel is the kind of thing cloud providers model in their worst-case threat scenarios — because if it's exploitable in a multi-tenant environment, one customer could theoretically interfere with another's workloads.

The shadow MMU is the specific component responsible for tracking memory mappings when hardware virtualisation extensions can't do it directly. It's complex, low-level code, and the use-after-free class of bug — where memory gets accessed after it's been freed — is notoriously difficult to spot in code reviews but well-understood by exploit developers.

What's the actual risk right now? The disclosed PoC triggers a kernel panic, meaning an attacker with access to a guest VM could crash the host — that's a denial-of-service, which is disruptive but not a full compromise. The researcher's claim of a further unreleased exploit that achieves more hasn't been independently verified. Treat it as a serious risk to patch against, not an active emergency requiring midnight outages.

Patches are in progress upstream, but given how widely KVM is deployed, distribution maintainers will need time to roll fixes through to stable kernels. Organisations running Linux-based virtualisation — including private cloud operators and managed service providers — should be watching their vendor advisories closely.

The Australian angle. Australian cloud and data centre operators running KVM-based infrastructure — including several local managed service providers and government agencies using on-premises virtualisation — fall directly in scope. The Australian Signals Directorate's Essential Eight prioritises patching of internet-facing systems within 48 hours for the highest maturity levels; internal hypervisor infrastructure should be treated with similar urgency here. Any organisation subject to the SOCI Act running critical infrastructure workloads on KVM-based platforms should treat this as a priority review item.

What to watch. Whether a working privilege-escalation or lateral-movement exploit surfaces publicly in the coming days. If the unreleased exploit is real and leaks, the risk profile changes significantly. Keep an eye on kernel.org and your distribution's security mailing lists.

Also today

France Draws a Hard Line on Quantum-Safe Encryption — From 2027

France's cybersecurity agency ANSSI has announced it will stop certifying security products that don't support post-quantum encryption, starting in 2027. The move effectively tells government bodies and critical infrastructure operators that the clock is ticking on older cryptographic standards. It's one of the most concrete national-level timelines any country has set on the quantum transition. Australia's approach through the ASD has encouraged organisations to begin planning post-quantum migrations, but stops short of France's hard certification deadline — making this a useful benchmark for where policy is heading globally. Procurement teams buying security products now should be asking vendors about their PQC roadmap.

Schneier on Security

Anthropic Caught Secretly Tracking Claude Users in China

Anthropic has been outed for running an undisclosed monitoring system that tracked Claude usage among Chinese users — behaviour that sits awkwardly against the company's stated commitments to user privacy and its public opposition to surveillance. An engineer described it as a finished experiment that has now been switched off, but the disclosure has rattled users and observers who expected more transparency from a company that markets itself on safety-first AI development. The incident raises harder questions about what AI companies actually log, how they handle geopolitical pressure, and whether their public values hold up under commercial or regulatory stress.

Ars Technica

Microsoft Cuts 4,800 Jobs — Xbox Takes the Hardest Hit

Microsoft laid off around 4,800 employees on Monday — roughly 2.1% of its global workforce — with the Xbox gaming division absorbing a disproportionate share. More than 1,600 Xbox roles are going, five studios are being shut or spun off, and four — including Double Fine and Compulsion Games — will return to independence with their IP intact. The restructuring is framed internally as a gaming "reset," with Xbox refocusing resources on its largest franchises. It's the latest in a long string of AI-cited layoffs across the industry in 2026. Microsoft's Australian operations haven't been detailed in the announcement, but the broader commercial sales cuts will have local implications.

TechCrunch

Iran's Cavern Manticore Brings a New Modular C2 Framework to the Middle East Conflict

Check Point Research has detailed a previously undocumented command-and-control framework called Cavern, used by an Iranian APT group linked to the Ministry of Intelligence and Security. The group — tracked as Cavern Manticore — has been targeting Israeli IT providers and government organisations since early 2026. What makes this notable is the modularity of the framework: it's designed to be swapped and updated in components, making it harder for defenders to build durable detection signatures. The group has overlaps with OilRig, a long-running Iranian threat actor. It's a reminder that the cyber dimension of the Israel-Iran conflict continues to evolve technically, not just in volume.

Check Point Research

Adobe ColdFusion Max-Severity Flaw Now Being Actively Exploited

A critical Adobe ColdFusion vulnerability — CVE-2026-48282, rated maximum severity — has moved from patched-but-watch-it to actively exploited in the wild, according to vulnerability intelligence firm KEVIntel. ColdFusion has a long history of being targeted in enterprise attacks, particularly against government and education sectors that run older deployments. If your organisation runs ColdFusion anywhere — including legacy public-facing applications — this is a patch-now situation, not a scheduled-maintenance one. Australian government agencies using ColdFusion, of which there are several at state and federal levels, should treat this as an urgent remediation item consistent with ASD patching guidance.

Bleeping Computer

Fake IT Support Calls on Microsoft Teams Are Installing EtherRAT

A social engineering campaign is using Microsoft Teams voice calls to impersonate corporate IT helpdesk staff and trick employees into installing EtherRAT — a remote access trojan that gives attackers a foothold inside corporate networks. The technique is an evolution of the vishing (voice phishing) playbook, now adapted to the enterprise tools most employees trust implicitly. It requires no technical exploit: just a convincing caller and an employee who follows instructions. Organisations relying heavily on Teams for internal IT support — which is most large Australian enterprises — should brief staff that IT will never cold-call and ask them to install software remotely.

Bleeping Computer

Medical Device Maker Notifies Nearly 4 Million People of Data Breach

A major medical device manufacturer has begun notifying approximately 3.9 million people that their personal and health-related data — including Social Security numbers — was accessed in a breach. The company says it has no evidence the data has been publicly posted or sold, but that's a low bar for comfort when the data involved includes sensitive health information. Medical device manufacturers occupy an awkward security position: they handle highly sensitive personal data, often run legacy IT systems, and are critical infrastructure under most national frameworks. Australian entities that source devices or software from this vendor may need to assess their supply-chain notification obligations under the Privacy Act.

The Record

SkillCloak: Malicious AI Agent Add-Ons Are Evading Static Scanners

Researchers at Hong Kong University of Science and Technology have demonstrated a technique called SkillCloak that lets malicious "skills" — the add-on plugins used by AI coding agents — slip past static security scanners more than 90% of the time. The trick involves self-extracting packing that keeps the malware functionally intact while obscuring its signature. The same team also built a runtime detector that catches most variants, but the gap between what defenders are currently deploying and what attackers can already bypass is real and wide. As AI agent ecosystems grow and more organisations let agents run autonomously, the attack surface through third-party skills is becoming a serious concern.

The Hacker News

Australia's Attorney-General's Department Backs Microsoft Copilot and Google NotebookLM

Australia's Attorney-General's Department has formally sanctioned Microsoft Copilot Chat and Google NotebookLM as approved AI tools for departmental use — a meaningful signal from one of the more security-conscious parts of the federal public service. The move suggests that at least some generative AI tools are now clearing the bar for use with government information, though the specifics of what data classifications apply will matter enormously. It also puts pressure on other agencies still sitting on the fence about AI adoption to formalise their own assessments rather than leaving staff to use unsanctioned tools by default.

iTnews

Prompt Injection Attacks Are Tricking AI Agents Into Making Crypto Payments

Researchers have uncovered two active campaigns embedding malicious instructions inside websites that autonomous AI agents visit during normal browsing tasks. When an agent reads the page, it unknowingly executes the hidden prompt — in these cases, initiating cryptocurrency payments on behalf of the user. It's a real-world demonstration of indirect prompt injection, a threat the security community has been warning about since the earliest agentic AI deployments. The problem is structural: agents that can act on what they read are inherently susceptible unless there are strict controls on what actions can be triggered by external content. Those controls are still largely absent in most deployed systems.

SecurityWeek

UK Financial Regulator Warns of 'Arms Race' to Keep Pace With AI in Finance

A senior official at the UK's Financial Conduct Authority has warned that regulators are struggling to keep up with the speed at which financial services firms are deploying AI — including for decisions that directly affect consumers' money. The FCA is making the case for expanded powers to scrutinise AI use across the sector. Millions of people are already using AI tools to make personal finance decisions, often without understanding the limitations or the liability model if things go wrong. Australia's ASIC has been developing its own AI guidance framework, but the FCA's framing of this as an active arms race — not a slow drift — sets a useful urgency bar for regulators everywhere.

Ars Technica

Sources consulted