CVE-2026-46316
CVE-2026-46316 is a critical-severity vulnerability with a CVSS 3.x base score of 9.3. It is not currently listed as actively exploited by CISA, and its EPSS exploit-prediction score is low. The underlying weakness is classified as CWE-911.
Key facts
- Severity: Critical (CVSS 3.x base score 9.3)
- EPSS exploit prediction: 0% (8th percentile)
- Actively exploited: Not listed in CISA KEV
- EU (EUVD) id: EUVD-2026-35405
- Weakness: CWE-911
- Published:
- Last modified:
Description
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.
Frequently asked questions
- What is 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.
- How severe is CVE-2026-46316?
- CVE-2026-46316 has a CVSS 3.x base score of 9.3, rated critical severity. It is exploitable over local access with low attack complexity, requires no privileges and no user interaction. Impact on confidentiality is high, integrity high, and availability high.
- Is CVE-2026-46316 being actively exploited?
- It is not currently listed in CISA's KEV catalog. Its EPSS exploit-prediction score is 0% (8th percentile), an estimate of the probability of exploitation in the next 30 days.
- How do I fix CVE-2026-46316?
- Review the linked vendor and NVD advisories for patched versions and mitigations, then upgrade or apply the recommended workaround. Given its critical severity, prioritise patching exposed systems.
- Does CVE-2026-46316 have an EU (EUVD) identifier?
- Yes. CVE-2026-46316 is tracked in the ENISA EU Vulnerability Database (EUVD) as EUVD-2026-35405.
- When was CVE-2026-46316 published?
- CVE-2026-46316 was published on 2026-06-09 and last updated on 2026-07-07.
References
- https://git.kernel.org/stable/c/13031fb6b8357fbbcded2a7f4cba73e4781ee594
- https://git.kernel.org/stable/c/2bbc395e81bd29c543a0529a678327e932a7ec69
- https://git.kernel.org/stable/c/9121f4605ab94969f62d1b5714ca3c6c69bd202f
- https://git.kernel.org/stable/c/b7b72e88046328c9fdc638fe887d4240257dd5dc
- https://access.redhat.com/errata/RHSA-2026:34911
- https://access.redhat.com/errata/RHSA-2026:36018
- https://access.redhat.com/security/cve/CVE-2026-46316
- https://bugzilla.redhat.com/show_bug.cgi?id=2486982
- https://security.access.redhat.com/data/csaf/v2/vex/2026/cve-2026-46316.json
Other CWE-911 vulnerabilities
- CVE-2026-46099 — High (CVSS 8.1): In the Linux kernel, the following vulnerability has been resolved: net: ipv6: fix NOREF dst use in seg6 and rpl…
- CVE-2026-52943 — High (CVSS 7.8): In the Linux kernel, the following vulnerability has been resolved: net: skbuff: fix missing zerocopy reference in…
- CVE-2024-46972 — High (CVSS 7.8): Software installed and run as a non-privileged user may conduct improper GPU system calls to trigger use-after-free…
- CVE-2023-5633 — High (CVSS 7.8): The reference count changes made as part of the CVE-2023-33951 and CVE-2023-33952 fixes exposed a use-after-free flaw…
- CVE-2022-29581 — High (CVSS 7.8): Improper Update of Reference Count vulnerability in net/sched of Linux Kernel allows local attacker to cause privilege…
- CVE-2022-37012 — High (CVSS 7.5): This vulnerability allows remote attackers to create a denial-of-service condition on affected installations of Unified…