Close Menu
NCIJ Network NCIJ Network
    What's Hot

    French Streamers Convicted in Case Related to Kick Livestream Death

    August 7, 2026

    Judge pauses order sending Trump financial data to BBC

    August 7, 2026

    Mitch McConnell Discharged From Rehabilitation Facility

    August 7, 2026
    Facebook X (Twitter) Instagram
    Trending
    • French Streamers Convicted in Case Related to Kick Livestream Death
    • Judge pauses order sending Trump financial data to BBC
    • Mitch McConnell Discharged From Rehabilitation Facility
    • Some House Republicans Are Backing a Challenger in Cory Mills’s Re-election Bid
    • Google’s new Pixel 11 series comes next week – here’s what we know from leaks
    • OpenAI rolls out a major ChatGPT upgrade, even if you don’t pay for it
    • “We Need Clarity,” Says Ex-NY Governor Andrew Cuomo
    • Educators & Teens Get Hands-On With TEMPO Data to Help Investigate Local Air Quality
    • About
      • Our Team
      • Editorial Policy
      • Editorial Independence
      • International Support
    • Trust & Standards
      • AI Usage Policy
      • Conflict of Interest Policy
      • Corrections Policy
      • Ethics Policy
      • Fact-Checking Policy
      • Source Protection
    • Get Involved
      • Guide for Sources
      • Support Independent Journalism
    • Legal
      • Cookie Policy
      • Privacy Policy
      • Terms of Use
    Facebook X (Twitter) Instagram
    NCIJ Network NCIJ Network
    Friday, August 7
    • Home
    • World
    • Ai
    • Business
    • Politics
    • Health
    • Crypto
    • Science
    • Technology
    • Cybersecurity
    • Defense & Security
    • Economy
    • Energy
    • Europe
    • More
      • Fact Check
      • Investigations
      • Opinion & Analysis
      • Environment
    NCIJ Network NCIJ Network
    Home»Cybersecurity

    New Zapscape KVM Flaw Could Let Privileged L1 Guest Code Escape to Linux Hosts

    NCIJ NETWNCIJ NETWORKBy NCIJ NETWNCIJ NETWORKAugust 6, 2026 Cybersecurity No Comments4 Mins Read
    Share
    Facebook Twitter LinkedIn Pinterest Email

    Swati KhandelwalAug 06, 2026Virtualization Security / Linux

    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 tables used for nested guest memory translation.

    Security researcher Hyunwoo Kim, who disclosed the bug, said the demonstrated exploit path can run commands on the host with kernel, or root, privileges.

    The upstream fix has been merged, and administrators running KVM hosts that expose nested virtualization to untrusted guests should update to a fixed stable kernel or a vendor package that backports the patch.

    The required L1 kernel privilege usually means guest root. Intel systems also require both EPT page-walk length 4 and 5 to be exposed to the L1 guest. AMD has no equivalent condition.

    Cybersecurity

    Zapscape is a stale-root check ordering flaw in KVM’s shadow-MMU bookkeeping that can lead to a use-after-free. During guest-triggered page fault handling, KVM can reclaim MMU pages and invalidate the shadow MMU root page still being used by the fault-handling path. Because the path does not check the root again, KVM can continue under the invalidated root.

    In a technical write-up, Kim described the issue as a use-after-free in the recursive zap path used when KVM reclaims shadow pages. KVM checked whether the current root was stale before making more MMU pages available. Reclaim could then invalidate that same root, but KVM continued the fault path and created child shadow pages under it.

    Those child pages inherited the invalid state from the parent and were still placed on KVM’s active MMU page list. Later cleanup could attach the same list link to two lists at once, then free the page while stale list references remain, creating a dangling link and post-free write.

    Kim’s public proof-of-concept uses that primitive to build a full chain that creates a root-owned file named /Zapscape on the host running the vulnerable KVM.

    The proof-of-concept targets AMD nested SVM/NPT on Linux 7.1.3. Kim recommends running it under QEMU TCG for safe testing. QEMU is not the vulnerable component. Kim said the bug lives in in-kernel KVM and is triggered independently of QEMU’s emulation.

    Kim’s August 6 write-up includes a public proof-of-concept, but it does not claim the flaw has been exploited in the wild. Kim also described it as “not a weaponized exploit that runs immediately” in cloud environments, saying real-world use would require moving the L1 actions into a guest kernel module and adapting the exploit to the host kernel configuration and memory backend.

    The National Vulnerability Database lists Linux 5.9 and later as affected until fixed stable releases, including 6.6.148, 6.12.101, 6.18.42, 7.1.6, and 7.2-rc5.

    Red Hat assigned a preliminary CVSS score of 7.0 in its advisory and classified the issue as CWE-825, or expired pointer dereference.

    Cybersecurity

    Package status depends on each Linux vendor’s tracker, not only upstream version strings. Red Hat cautions that its packages often carry backported fixes without rebasing to a new upstream version.

    As of August 6, 2026, Debian’s tracker listed bullseye, bookworm, and trixie kernel packages, including their security repositories, as vulnerable. It also listed forky as vulnerable and sid as fixed at 7.1.6-1.

    According to the disclosure timeline, Kim reported the issue to security@kernel.org on July 11, 2026. A patch was posted and merged on July 21, the issue was submitted to the linux-distros list on August 1 under a five-day embargo, and CVE-2026-64561 was assigned on August 4. Public disclosure followed on August 6.

    The fix, merged as commit 2abd5287f083, moves the stale-root check after make_mmu_pages_available(). If reclaim invalidates the current root, KVM now restarts the fault with RET_PF_RETRY instead of continuing to map or fetch under the invalid root.

    The disclosure follows Kim’s earlier KVM work, including Januscape (CVE-2026-53359), a separate KVM/x86 shadow-MMU issue covered by The Hacker News in July, and ITScape (CVE-2026-46316), a KVM/arm64 escape published in June.

    Code Escape Flaw guest hosts KVM Linux Privileged Zapscape
    NCIJ NETWNCIJ NETWORK
    • Website

    Keep Reading

    OpenAI rolls out a major ChatGPT upgrade, even if you don’t pay for it

    Snowflake Hacker Pleads Guilty in US Court

    How the Democratics Built a Security-First Culture

    How a global investment firm reduced security surprises

    How a software provider closed unknown paths to cloud compromise

    New Interrupt Injection Attack Can Bypass Spectre v2 Defenses on Intel and AMD CPUs

    Add A Comment
    Leave A Reply Cancel Reply

    Editors Picks

    French Streamers Convicted in Case Related to Kick Livestream Death

    August 7, 2026

    Judge pauses order sending Trump financial data to BBC

    August 7, 2026

    Mitch McConnell Discharged From Rehabilitation Facility

    August 7, 2026

    Some House Republicans Are Backing a Challenger in Cory Mills’s Re-election Bid

    August 7, 2026
    Latest Posts

    Bitcoin treasury company erases 7.7M shares after selling 177 BTC

    July 24, 2026

    New Dolphin X malware uses AI to rank high-value targets

    July 24, 2026

    An FDA Panel Just Endorsed These Unproven Peptides

    July 24, 2026

    Subscribe to News

    Get the latest sports news from NewsSite about world, sports and politics.

    NCIJ Network is an independent digital news platform delivering trusted investigative journalism, European and global news, in-depth analysis, and fact-based reporting with accuracy, transparency, and integrity.

    Facebook X (Twitter) Instagram Pinterest YouTube

    French Streamers Convicted in Case Related to Kick Livestream Death

    August 7, 2026

    Judge pauses order sending Trump financial data to BBC

    August 7, 2026

    Mitch McConnell Discharged From Rehabilitation Facility

    August 7, 2026

    Subscribe to Updates

    Get the latest creative news from FooBar about art, design and business.

    Type above and press Enter to search. Press Esc to cancel.