CVE detail
CVE-2026-46316
In the Linux kernel, the following vulnerability has been resolved: KVM: arm64: vgic-its: Drop the translation cache reference only for the erased entry vgic_its_invalidate_cache() walks the per-ITS translation cache with xa_for_each() and drops the cache's reference on each entry with vgic_put_irq(). It puts the iterated pointer, though, rather than the value returned by xa_erase(). The function is called from contexts that do not exclude one another: the ITS command handlers hold its_lock, the GITS_CTLR write path holds cmd_lock, and the path that clears EnableLPIs in a redistributor's GICR_CTLR holds neither. Two or more of them can drain the same cache concurrently, and if each one observes the same entry, erases it and then puts it, the single reference the cache holds on that entry is dropped more than once. The entry can then be freed while an ITE still maps it. xa_erase() is atomic and returns the previous entry, so put only the entry that this context actually removed. The cache reference is then dropped exactly once per entry even when the invalidations run concurrently, and the behavior is unchanged when only one context runs.
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
- 2
- within the 30d window
- Peak daily
- 2
- highest bucket
Evidence
Source links by recency
18 source links · newest first
y 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 PMM 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://www.nofire.ai/blog/ITS-arm64-escape | Posted by _ananos_ | 8 points | 1 comments
communitynews.ycombinator.comJun 12, 2026, 12:54 PMLinked URL: https://seclists.org/oss-sec/2026/q2/877 | Posted by Wingy | 4 points | 0 comments
communitynews.ycombinator.comJun 11, 2026, 7:27 PM- https://access.redhat.com/errata/RHSA-2026:40787access.redhat.com
No excerpt available.
Vendor Advisoryaccess.redhat.comJun 9, 2026, 1:16 PM - https://access.redhat.com/errata/RHSA-2026:40779access.redhat.com
No excerpt available.
Vendor Advisoryaccess.redhat.comJun 9, 2026, 1:16 PM - https://access.redhat.com/errata/RHSA-2026:40764access.redhat.com
No excerpt available.
Vendor Advisoryaccess.redhat.comJun 9, 2026, 1:16 PM - https://access.redhat.com/errata/RHSA-2026:39371access.redhat.com
No excerpt available.
Vendor Advisoryaccess.redhat.comJun 9, 2026, 1:16 PM - https://access.redhat.com/errata/RHSA-2026:38902access.redhat.com
No excerpt available.
Vendor Advisoryaccess.redhat.comJun 9, 2026, 1:16 PM - https://security.access.redhat.com/data/csaf/v2/vex/2026/cve-2026-46316.jsonsecurity.access.redhat.com
No excerpt available.
Vendor Advisorysecurity.access.redhat.comJun 9, 2026, 1:16 PM - https://bugzilla.redhat.com/show_bug.cgi?id=2486982bugzilla.redhat.com
No excerpt available.
Exploitbugzilla.redhat.comJun 9, 2026, 1:16 PM - https://access.redhat.com/security/cve/CVE-2026-46316access.redhat.com
No excerpt available.
Vendor Advisoryaccess.redhat.comJun 9, 2026, 1:16 PM - https://access.redhat.com/errata/RHSA-2026:36018access.redhat.com
No excerpt available.
Vendor Advisoryaccess.redhat.comJun 9, 2026, 1:16 PM - https://access.redhat.com/errata/RHSA-2026:34911access.redhat.com
No excerpt available.
Vendor Advisoryaccess.redhat.comJun 9, 2026, 1:16 PM No excerpt available.
Vendor Advisorygit.kernel.orgJun 9, 2026, 1:16 PMNo excerpt available.
Vendor Advisorygit.kernel.orgJun 9, 2026, 1:16 PMNo excerpt available.
Vendor Advisorygit.kernel.orgJun 9, 2026, 1:16 PMNo excerpt available.
Vendor Advisorygit.kernel.orgJun 9, 2026, 1:16 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-52943CVSS 7.8 · High
In the Linux kernel, the following vulnerability has been resolved: net: skbuff: fix missing zerocopy reference in pskb_carve helpers pskb_carve_inside_header() and pskb_carve_i…
- CVE-2026-46099CVSS 8.1 · High
In the Linux kernel, the following vulnerability has been resolved: net: ipv6: fix NOREF dst use in seg6 and rpl lwtunnels seg6_input_core() and rpl_input() call ip6_route_input…
- CVE-2021-47327CVSS 7.1 · High
In the Linux kernel, the following vulnerability has been resolved: iommu/arm-smmu: Fix arm_smmu_device refcount leak when arm_smmu_rpm_get fails arm_smmu_rpm_get() invokes pm_r…
- CVE-2023-5633CVSS 7.8 · High
The reference count changes made as part of the CVE-2023-33951 and CVE-2023-33952 fixes exposed a use-after-free flaw in the way memory objects were handled when they were being u…
- CVE-2023-2019CVSS 4.4 · Medium
A flaw was found in the Linux kernel's netdevsim device driver, within the scheduling of events. This issue results from the improper management of a reference count. This may all…
- CVE-2022-1678CVSS 5.9 · Medium
An issue was discovered in the Linux Kernel from 4.18 to 4.19, an improper update of sock reference in TCP pacing can lead to memory/netns leak, which can be used by remote client…