CVE-2026-64561Disclosure

CRITICAL

Exploitation observed; activity peaked at 22 mentions and remains active

Immediate actions

  • Patch affected systems immediately
  • Assume compromise if assets are exposed
  • Hunt for exploitation attempts and persistence artifacts
  • Increase monitoring for publicly documented tradecraft

Recommended action window: Immediate (within 24h)

8.3/ 10 priority

Priority

CRITICAL

Exploitation

ACTIVE

PoC

YES

Patch

AVAILABLE

Momentum

DECLINING

Threat summary

  • Active exploitation appears in 1 classified signals
  • Public PoC and exploit tooling are both present
  • Patch or workaround signal is available
  • 54 mentions across 8 observed days

What's happening

  • Active exploitation reported across 1 signal
  • Exploit tool or code specified in 10 signals
  • PoC mentioned or linked in 17 signals
  • Patch or workaround mentioned in 19 signals
  • Technical details provided in 45 signals
  • Disclosure: 25 classified signals
  • General: 9 classified signals
  • Peaked 5d ago at 22 mentions (2026-08-07); latest day: 1
  • 54 total mentions across 8 days

Deep dive

Activity timeline54 mentions / 8d
06111722Mentions · 2026-08-04: 3Mentions · 2026-08-06: 15Mentions · 2026-08-07: 22Mentions · 2026-08-08: 4Mentions · 2026-08-09: 2Mentions · 2026-08-10: 5Mentions · 2026-08-11: 2Mentions · 2026-08-14: 1PoC Mentioned / Linked · 2026-08-06: 6PoC Mentioned / Linked · 2026-08-07: 6PoC Mentioned / Linked · 2026-08-08: 1PoC Mentioned / Linked · 2026-08-09: 1PoC Mentioned / Linked · 2026-08-10: 3Exploit Tool / Code · 2026-08-06: 4Exploit Tool / Code · 2026-08-07: 3Exploit Tool / Code · 2026-08-10: 3Active Exploitation · 2026-08-07: 1Patch / Workaround · 2026-08-06: 5Patch / Workaround · 2026-08-07: 8Patch / Workaround · 2026-08-08: 3Patch / Workaround · 2026-08-09: 1Patch / Workaround · 2026-08-11: 1Patch / Workaround · 2026-08-14: 1Technical Details · 2026-08-04: 3Technical Details · 2026-08-06: 13Technical Details · 2026-08-07: 16Technical Details · 2026-08-08: 4Technical Details · 2026-08-09: 2Technical Details · 2026-08-10: 5Technical Details · 2026-08-11: 208-0408-0608-0708-0808-0908-1008-1108-14
Signal classification6 categories
Disclosure
2546.3%
PoC
1222.2%
General
916.7%
Patch
611.1%
Active Exploitation
11.9%
Exploit
11.9%
Referenced assets35 URLs
By indicator
Classification over time
DateTotalLabels
2026-08-043
Disclosure1General2
2026-08-0615
Disclosure9General1PoC5
2026-08-0722
Active Exploitation1Disclosure9General4Patch3PoC5
2026-08-084
Disclosure4
2026-08-092
Disclosure1Patch1
2026-08-105
Disclosure1Exploit1General1PoC2
2026-08-112
General1Patch1
2026-08-141
Patch1
Full discourse20 posts
  • V4bel@v4bel
    Disclosure

    💥 Introducing "Zapscape" (CVE-2026-64561) A Guest-to-Host Escape in KVM/x86 exploiting a UAF in the shadow MMU's recursive "ZAP" path. Can escape to the host on x86 public clouds that expose nested virtualization. A separate vulnerability from Januscape. If you match the vulnerable conditions, apply the patch immediately. Details: https://zapscape.io

    Post summary

    The post announces CVE-2026-64561, detailing a guest‑to‑host escape vulnerability in KVM/x86 and urging immediate patching; no PoC, exploit code, or active exploitation claims are made.

    575435816431.0K
    3.9K followersView on X
  • The Hacker News@TheHackersNews
    Disclosure

    ‼️ New Linux KVM escape flaw disclosed with public PoC. Zapscape (CVE-2026-64561) could let an attacker with guest root break out of a nested VM and execute code as root on the host when nested virtualization is exposed to untrusted guests. Learn which KVM setups are exposed: https://thehackernews.com/2026/08/new-zapscape-kvm-flaw-could-let.html

    Post summary

    A new Linux KVM escape vulnerability (CVE-2026-64561, dubbed Zapscape) has been disclosed, complete with a public PoC that shows how an attacker with guest root can escape a nested VM and run code as host root when nested virtualization is exposed to untrusted guests.

    33031193946.9K
    2.3M followersView on X
  • إبراهيم بوحيمد | Ibrahim Buhaimed@buhaimedi
    Disclosure

    لينكس مبدعين هالشهر ومتفوقين على ويندوز 😁 ثغرة جديدة في KVM اسمها Zapscape رقمها CVE-2026-64561 تسمح لمخترق عنده صلاحيات root داخل جهاز افتراضي يهرب من الـ VM وينفذ كود بصلاحيات root على السيرفر المضيف نفسه 😬 https://t.co/HzK9aSsrav

    Post summary

    The post announces a new CVE-2026-64561, a KVM privilege‑escalation vulnerability that lets a root‑privileged attacker escape from a guest VM to the host.

    57064386.4K
    50.2K followersView on X
  • dbugs@ptdbugs
    PoC

    A PoC/exploit has been discovered for vulnerability CVE-2026-64561 Vendor: Linux Product: Linux Description: In the Linux kernel, the following vulnerability has been resolved: KVM: x86: Check for invalid/obsolete root after making MMU pages available Check for a "stale" page fault, i.e. for an invalid and/or obsolete root, after making MMU pages available for the shadow MMU. If reclaiming shadow pages zaps an in-use root, i.e. marks it invalid, then KVM will attempt to map memory into an invalid root. On its own, populating an invalid root is "fine", but because child shadow pages inherit their parent's role, any children created during the map/fetch will be created as invalid pages, thus violating KVM's invariant that invalid pages are never on the list of active MMU pages. Note, the underlying flaw has existed since KVM first started tracking invalid roots in 2008 (commit 2e53d63acba7, "KVM: MMU: ignore zapped root pagetables"), but the true badness only came along in 2020 (Linux 5.9) with the invariant that invalid shadow pages can't be on the list of active pages. Note #2, inheriting role.invalid when creating child shadow pages is also far from ideal; that flaw will be addressed separately. Link: https://github.com/V4bel/Zapscape #dbugs_vuln

    Post summary

    A PoC and exploit code for CVE-2026-64561 have been shared, detailing a KVM root handling flaw, but no evidence of active exploitation or patching is mentioned.

    018049288.2K
    3.5K followersView on X
  • elhacker.NET@elhackernet
    Disclosure

    CVE-2026-64561 Zapscape permite a invitados KVM escapar al host Linux con privilegios root Se ha descubierto una vulnerabilidad en el núcleo de Linux llamada Zapscape (CVE-2026-64561) https://blog.elhacker.net/2026/08/cve-2026-64561-zapscape-permite.html

    Post summary

    The article announces a newly discovered Linux kernel vulnerability, CVE‑2026‑64561 (Zapscape), that allows KVM guests to escape to the host with root privileges.

    015059115.7K
    141.8K followersView on X
  • Rıdvan Yağlı@ridvanyagli
    PoC

    🚨 Linux KVM'de yeni kritik VM Escape açığı duyuruldu ve PoC yayınlandı! Zapscape (CVE-2026-64561) adı verilen yeni güvenlik açığı, duyurulduktan bir kaç gün sonra PoC GitHub'da kamuya açık olarak paylaşıldı. PoC: https://github.com/V4bel/Zapscape Açık, nested virtualization etkin olan KVM sistemlerinde, guest root yetkisine sahip bir saldırganın sanal makineden çıkarak host üzerinde root yetkisiyle kod çalıştırabilmesine olanak tanıyor. 🔹 CVE: CVE-2026-64561 🔹 Etkilenen: Linux KVM/x86 🔹 PoC: Yayınlandı 🔹 Risk: VM Escape -> Host Root KVM tabanlı sanallaştırma kullanan sistem yöneticileri güvenlik güncellemelerini ve nested virtualization yapılandırmalarını mutlaka gözden geçirmeli.

    Post summary

    A new critical Linux KVM VM‑escape vulnerability (CVE‑2026‑64561) has been disclosed with a publicly available PoC that enables guest root to escape to host root, but no active exploitation or patch details are reported.

    010131122.6K
    2.3K followersView on X
  • CiberBaur@BotBauR
    Disclosure

    Un nuevo fallo de seguridad en el kernel de Linux, conocido como Zapscape, podría permitir a un atacante con privilegios de kernel dentro de una máquina virtual escapar de la isolación KVM y ejecutar código en el host. El fallo es tracked como CVE-2026-64561 y afecta KVM/x86's shadow memory management unit (MMU), lo que podría permitir a un atacante con privilegios de kernel dentro de una máquina virtual escapar de la isolación KVM y ejecutar código en el host. El impacto de este fallo es crítico, ya que podría permitir a un atacante acceder a información confidencial y tomar control de la máquina host. Los sistemas que utilizan KVM/x86 y tienen habilitada la virtualización anidada están en riesgo. ¿Hay parche? La comunidad de Linux ya está trabajando en un parche para solucionar este problema. Mientras tanto, los administradores de sistemas deben revisar sus configuraciones de KVM y considerar deshabilitar la virtualización anidada hasta que se disponga de un parche. ¿Estás en riesgo? Revisa esto: verifica si tus sistemas utilizan KVM/x86 y si tienen habilitada la virtualización anidada. Si es así, considera deshabilitarla hasta que se disponga de un parche. #Ciberseguridad #CVE #SeguridadDigital #Threat https://thehackernews.com/2026/08/new-zapscape-kvm-flaw-could-let.html

    Post summary

    A newly disclosed Linux kernel flaw (CVE‑2026‑64561) called Zapscape that allows kernel‑level VM escape, with technical details provided and a patch in progress. Administrators are advised to disable nested virtualization until a fix is released.

    01103292.6K
    629 followersView on X
  • Ali Saleh@alisalehiman
    Disclosure

    اگر از مجازی ساز KVM استفاده می کنید و Nested Virtualization فعال هست، آسیب پذیری با عنوان Zapscape و CVE-2026-64561 منتشر شده به مهاجم از داخل VM که فلگ پردازنده به صورت Host تنظیم شده اجازه دسترسی میده که به ماشین اصلی دسترسی پیدا کنه. کرنل را به روز کنید و اگر از Nested استفاده نمی کنید آن را غیرفعال کنید.

    Post summary

    Announces CVE-2026-64561 (Zapscape) that allows attackers within a nested KVM VM to reach the host if the processor flag is set as Host, and advises updating the kernel and disabling nested virtualization when unnecessary.

    0102962.1K
    820 followersView on X
  • Open Source Security mailing list@oss_security
    Exploit

    CVE-2026-64561,Zapscape: Linux kernel: Guest-to-Host Escape in KVM/x86 https://www.openwall.com/lists/oss-security/2026/08/06/6 UAF in the shadow MMU emulation, specifically in the recursive "zap" path that runs when shadow pages are reclaimed. Exploit included.

    Post summary

    The post announces CVE‑2026‑64561, details a use‑after‑free in KVM/x86 shadow MMU emulation and notes that an exploit is included in the discussion.

    040811.0K
    4.7K followersView on X
  • Daily CyberSecurity@Daily_CyberSec
    PoC

    PoC exploit code is public for CVE-2026-64561 (Zapscape), a KVM escape that runs commands with kernel root privilege on the host. Details inside. #KVM #Linux #CVE #Virtualization #CyberSecurity http://securityonline.info/kvm-escape-vulnerability-zapscape/

    Post summary

    A publicly available Proof of Concept for CVE-2026-64561 (Zapscape) demonstrates a KVM escape that gives kernel-root command execution on the host, with no indication of active exploitation or patches yet.

    04090650
    12.9K followersView on X
  • Mbuya@itsmbuya
    Disclosure

    Nested virtualization keeps proving it’s a high-risk playground. A new Linux KVM flaw called Zapscape (CVE-2026-64561) lets an attacker with root inside a nested guest punch through to the actual host via a use-after-free in the shadow memory manager. Not the easiest exploit in the wild yet, but any environment that hands nested virt to untrusted VMs should be treating this as urgent. Patch early. https://www.cysecurity.news/2026/08/new-zapscape-linux-kvm-vulnerability.html

    Post summary

    An undisclosed use‑after‑free flaw (CVE‑2026‑64561) allows a privileged nested VM to escape to the host; no PoC or active attacks yet, but an urgent patch is available.

    2104353
    5.0K followersView on X
  • yousukezan@yousukezan
    PoC

    KVM/x86のゲストからホストへ脱出し、ホストカーネル権限で任意コードを実行できる脆弱性「Zapscape」(CVE-2026-64561)のPoCが公開された。影響はネスト仮想化を提供する環境に及び、マルチテナント型のx86クラウドではゲスト間分離が破られる可能性がある。 ZapscapeはKVM/x86のシャドウMMUに存在するUse-After-Freeで、シャドウページ回収時の再帰的なzap処理に起因する。攻撃者はゲスト側の操作だけでホストカーネルのシャドウページを破壊し、root権限のコード実行へつなげられる。公開PoCはAMD向けで、Linux 7.1.3とKVM_AMDをQEMU TCG上で動かす構成を想定する。L1ゲストがlong modeからPAEへ切り替えて同一ページを別用途で参照し、L2のメモリアクセスでクォータ回収を起こすことでUAFを誘発する。成功するとホスト側にroot所有の「/Zapscape」ファイルが作成される。影響範囲は2020年7月8日から2026年7月21日までの変更を含むカーネルで、公開クラウドではゲストroot権限を持つ利用者がホストや同一物理マシン上の他VMを侵害できる可能性がある。 https://github.com/V4bel/Zapscape

    Post summary

    A proof‑of‑concept for CVE‑2026‑64561 has been released, demonstrating a use‑after‑free in KVM/x86 Shadow MMU that allows guest code to execute arbitrary code on the host kernel. The PoC code is publicly available on GitHub.

    010721.5K
    15.0K followersView on X
  • Eduardo Taboada@edutaboada
    PoC

    Descubierta una nueva vulnerabilidad que afecta a los hipervisores #Proxmox VE, Zapscape (CVE-2026-64561). https://github.com/V4bel/Zapscape

    Post summary

    A new vulnerability (CVE-2026-64561) affecting Proxmox VE hypervisors has been discovered, and a GitHub repository (Zapscape) appears to host a proof‑of‑concept exploit.

    11061509
    2.0K followersView on X
  • Securízame@Securizame
    General

    CVE-2026-64561 Zapscape permite a invitados KVM escapar al host Linux con privilegios root https://blog.elhacker.net/2026/08/cve-2026-64561-zapscape-permite.html #Internet #Noticia #Tecnología #CiberSeguridad vía @elhackernet https://t.co/XPgm2Jt1ju

    Post summary

    The tweet highlights CVE-2026-64561 in Zapscape, indicating KVM guest escape to a Linux host with root privileges, but offers no evidence of exploitation, patch, or PoC.

    02050493
    15.4K followersView on X
  • Süleyman Kenar@kenarsuleyman
    General

    @osmanmakal CVE-2026-64561 sanırım bahsi geçen olay, AI sayesinde/yüzünden belki de senelerce kimsenin fark etmeyeceği zafiyetler gün yüzüne çıkıyor. İyi mi kötü mü bilemedim

    Post summary

    The post briefly mentions CVE‑2026‑64561, speculating that AI may reveal old vulnerabilities, but provides no concrete details or actionable information.

    10022363
    232 followersView on X
  • kokumօtօ@__kokumoto
    PoC

    LinuxのKVMエスケープ脆弱性"Zapscape" (CVE-2026-64561)がPoC(攻撃の概念実証コード)付きで開示された。CVSSスコアはまだない。カーネルroot権限取得可能。KVM shadow MMUにおける解放後メモリ使用。 https://securityonline.info/kvm-escape-vulnerability-zapscape/

    Post summary

    CVE‑2026‑64561, a KVM escape vulnerability, has been disclosed with PoC code that allows kernel‑root escalation via freed memory in the shadow MMU; no patch or active exploitation is reported.

    01021888
    7.8K followersView on X
  • ThreatWire@ThreatWire_
    PoC

    🚨 PoC RELEASED: CVE-2026-64561, a Linux kernel KVM/x86 vulnerability, now has public exploit code. The flaw involves stale/invalid MMU roots and can cause KVM to create invalid shadow pages, violating core MMU invariants and potentially leading to kernel memory corruption. The underlying issue dates back to 2008, while the problematic invariant was introduced in Linux 5.9. 🔗 PoC: https://github.com/V4bel/Zapscape #Linux #Kernel #KVM #CVE #PoC #CyberSecurity #Infosec

    Post summary

    A PoC for CVE‑2026‑64561 was released, providing public exploit code that can cause kernel memory corruption via KVM. No active exploitation or patch information was included.

    00030436
    1.5K followersView on X
  • Daily CyberSecurity@Daily_CyberSec
    Disclosure

    A new Linux Kernel KVM vulnerability threatens cloud servers with virtual machine escape risks. Learn about CVE-2026-64561 and secure your host machine now. #LinuxKernel #KVMVulnerability #CVE202664561 #CloudSecurity #VMescape http://securityexpress.info/linux-kernel-kvm-vulnerability/

    Post summary

    The tweet announces a new Linux Kernel KVM vulnerability (CVE-2026-64561) that poses virtual machine escape risks to cloud servers, urging hosts to secure themselves.

    01020455
    12.6K followersView on X
  • connect24h@connect24h
    Disclosure

    Zapscape、名前がいいのが余計に怖い。CVE-2026-64561、KVM/x86のシャドウMMUで再帰的なZAP処理がUAFを起こし、L1ゲストの特権コードがホストへ脱出できる。効くのはネステッド仮想化を晒したx86パブリッククラウド全部。 使ってないなら切る、使ってるならパッチ状況を今すぐ確認した方がいい。 ソース: https://thehackernews.com/2026/08/new-zapscape-kvm-flaw-could-let.html

    Post summary

    The post announces CVE-2026-64561, a KVM/x86 UAF that allows L1 guest privilege escape on nested virtualization setups. It recommends checking patch status or disabling the vulnerable configuration.

    01002692
    5.5K followersView on X
  • Rıdvan Yağlı@ridvanyagli
    Disclosure

    🔴 CVE-2026-64561 (Zapscape) ardından Linux KVM'de yeni bir nVMX açığı daha ortaya çıktı: CVE-2026-68081 Nested VM-Enter işlemi geçersiz guest state nedeniyle başarısız olduğunda "vmcs12" sayfalarının düzgün serbest bırakılmaması sonucu kaynak/sayfa sızıntısına yol açıyor. Özellikle nested virtualization kullanan KVM hostlar için kernel güncellemesi öneriliyor.

    Post summary

    The text announces new CVE-2026-64561 and CVE-2026-68081 vulnerabilities in Linux KVM, provides technical details of the flaw, and recommends a kernel update for affected hosts, without evidence of exploitation or PoC.

    00011331
    1.6K followersView on X

Explore more