CVE detail
CVE-2026-53359
In the Linux kernel, the following vulnerability has been resolved: KVM: x86: Fix shadow paging use-after-free due to unexpected role Commit 0cb2af2ea66ad ("KVM: x86: Fix shadow paging use-after-free due to unexpected GFN") fixed a shadow paging mismatch between stored and computed GFNs; the bug could be triggered by changing a PDE mapping from outside the guest, and then deleting a memslot. The rmap_remove() call would miss entries created after the PDE change because the GFN of the leaf SPTE does not match the GFN of the struct kvm_mmu_page. A similar hole however remains if the modified PDE points to a non-leaf page. In this case the gfn can be made to match, but the role does not match: the original large 2MB page creates a kvm_mmu_page with direct=1, while the new 4KB needs a kvm_mmu_page with direct=0. However, kvm_mmu_get_child_sp() does not compare the role, and therefore reuses the page. The next step is installing a leaf (4KB) SPTE on the new path which records an rmap entry under the gfn resolved by the walk. But when that child is zapped its parent kvm_mmu_page has direct=1 and kvm_mmu_page_get_gfn() computes the gfn for the 4KB page as sp->gfn + index instead of using sp->shadowed_translation[] (or sp->gfns[] in older kernels). It therefore fails to remove the recorded entry. When the memslot is dropped the shadow page is freed but the rmap entry survives, as in the scenario that was already fixed. Code that later walks that gfn (dirty logging, MMU notifier invalidation, and so on) dereferences an sptep that lies in the freed page, causing the use-after-free.
Buzz score
Why this CVE is surfacing
This all-time snapshot uses the same composite formula as Trending across a 30-year evidence window, rather than a current rolling window.
Buzz score components · mention 29.4 · diversity 20.0 · KEV 0.0 · OTX 0.0 · PoC 0.0
Why it matters now
Mention timeline
- Total mentions
- 18
- within the 30d window
- Peak daily
- 7
- highest bucket
Evidence
Source links by recency
18 source links · newest first
- OVH reveals semi-secret plan to fix critical Januscape hypervisor bug with mass reboots – and an Australian crash-test dummyThe Register Security
a fix for the critical Januscape guest-host escape bug in the Linux kernel-based virtual machine (KVM). Januscape, aka CVE-2026-53359, allowed attackers with root access to a guest VM to execute code as root on the host, crash that machine, or take over all other guest VMs. A widespread guest-host escape exploitation is a nightmare scenario, because m
newswww.theregister.comJul 21, 2026, 3:52 AM - OVH reveals semi-secret plan to fix critical Januscape bug with mass reboots – and an Australian crash-test dummyThe Register Security
a fix for the critical Januscape guest-host escape bug in the Linux kernel-based virtual machine (KVM). Januscape, aka CVE-2026-53359, allowed attackers with root access to a guest VM to execute code as root on the host, crash that machine, or take over all other guest VMs. A widespread guest-host escape exploitation is a nightmare scenario, because m
newswww.theregister.comJul 21, 2026, 3:52 AM Linked URL: https://ubuntu.com/blog/januscape-linux-vulnerability-mitigations-available | Posted by alexellisuk | 3 points | 1 comments
communitynews.ycombinator.comJul 13, 2026, 5:51 PM- 13th July – Threat Intelligence ReportCheck Point Research
peration that used a large language model to conduct an intrusion without direct human control. The operation exploited CVE-2025-3248 in an exposed Langflow instance, accessed a production MySQL server, exfiltrated selected information, deleted the database, and issued an extortion demand. Researchers showed that malicious instructions hidden inside o
vendorresearch.checkpoint.comJul 13, 2026, 1:06 PM Information published.
vendormsrc.microsoft.comJul 9, 2026, 8:50 AMy that cloud providers and enterprises rely on to isolate sensitive processes on servers. The vulnerability, tracked as CVE-2026-53359 , stems from a use-after-free memory bug in the shadow MMU emulation of KVM on x86 CPU architecture. According to Hyunwoo Kim , the researcher who discovered it, the flaw has been present in the Linux kernel code for th
newswww.csoonline.comJul 7, 2026, 9:53 PMThe 16-year-old Januscape flaw affects Linux's KVM hypervisor, allowing attackers to escape virtual machines and potentially execute code on the underlying host. The post Linux Kernel Vulnerability Allows VM Escape on Intel and AMD Systems appeared first on SecurityWeek .
newswww.securityweek.comJul 7, 2026, 10:00 AMM hypervisor that allows code running inside a guest virtual machine to corrupt host kernel memory. The bug, tracked as CVE-2026-53359 and named Januscape, has been sitting in the kernel since August 2010. It affects both Intel and AMD processors, which makes it the first publicly documented guest-to-host KVM exploit that works across both architecture
newssecurityaffairs.comJul 7, 2026, 7:07 AMLinked URL: https://openwall.com/lists/oss-security/2026/07/06/7 | Posted by aberoham | 2 points | 0 comments
communitynews.ycombinator.comJul 6, 2026, 6:44 PM- 16-Year-Old Linux KVM Flaw Lets Guest VMs Escape to Host on Intel and AMD x86 SystemsThe Hacker News
est virtual machine to corrupt the shadow-page state of the host kernel that runs it. Dubbed 'Januscape' and tracked as CVE-2026-53359, the flaw sits in the shadow MMU code that KVM shares across both Intel and AMD. The public proof-of-concept panics the host; the researcher claims that a separate, unreleased exploit
newsthehackernews.comJul 6, 2026, 5:37 PM Linked URL: https://github.com/V4bel/Januscape | Posted by Imustaskforhelp | 143 points | 61 comments
communitynews.ycombinator.comJul 6, 2026, 5:35 PM- http://www.openwall.com/lists/oss-security/2026/07/06/7www.openwall.com
No excerpt available.
Exploitwww.openwall.comJul 4, 2026, 12:17 PM No excerpt available.
Patchgit.kernel.orgJul 4, 2026, 12:17 PMNo excerpt available.
Patchgit.kernel.orgJul 4, 2026, 12:17 PMNo excerpt available.
Patchgit.kernel.orgJul 4, 2026, 12:17 PMNo excerpt available.
Patchgit.kernel.orgJul 4, 2026, 12:17 PMNo excerpt available.
Patchgit.kernel.orgJul 4, 2026, 12:17 PMNo excerpt available.
Patchgit.kernel.orgJul 4, 2026, 12:17 PM
Exploit code
Public exploit repository references
Public PoC repositories are third-party, potentially unsafe artifacts. Treat their code as untrusted and use it only on authorized systems in an isolated, least-privilege environment. cvebuzz does not execute the code or verify that an exploit works.
0 repository references · best confidence N/A · max 0 stars
Related records
Similar CVEs
6 related CVEs with shared weakness or product evidence
- CVE-2026-15904CVSS 8.8 · High
Use after free in Ozone in Google Chrome on Linux prior to 150.0.7871.128 allowed a remote attacker who convinced a user to engage in specific UI gestures to potentially exploit h…
- CVE-2026-15777CVSS 7.5 · High
Use after free in UI in Google Chrome on Linux prior to 150.0.7871.125 allowed a remote attacker who convinced a user to engage in specific UI gestures to potentially exploit heap…
- CVE-2026-15764CVSS 7.5 · High
Use after free in Ozone in Google Chrome on Linux prior to 150.0.7871.125 allowed a remote attacker who convinced a user to engage in specific UI gestures to potentially exploit h…
- CVE-2026-53357CVSS 8.0 · High
In the Linux kernel, the following vulnerability has been resolved: Bluetooth: fix UAF in l2cap_sock_cleanup_listen() vs l2cap_conn_del() bt_accept_dequeue() unlinks a not-yet-a…
- CVE-2026-24266CVSS 5.9 · Medium
NVIDIA Triton Inference Server for Linux contains a vulnerability where an attacker can cause a use-after-free issue. A successful exploit of this vulnerability might lead to deni…
- CVE-2026-53341CVSS 7.8 · High
In the Linux kernel, the following vulnerability has been resolved: fhandle: fix UAF due to unlocked ->mnt_ns read in may_decode_fh() may_decode_fh() accesses mount::mnt_ns with…