216.73.216.233

CVE-2026-46316

· Published 09/06/2026 15:16 · Modified 09/06/2026 13:16 · Author: The MITRE Corporation

Labels: CVE-2026-46316 2026-06-09416baaa9-dc9f-4396-8d5f-8c081fb06d67CVE-2026-46316

Essential information

Published
09/06/2026 15:16
Modified
09/06/2026 13:16
Author
The MITRE Corporation
Creator
The MITRE Corporation
CVSS
9.3 CRITICAL (v3.1)
CISA KEV
No
CWE
EPSS (First)
P4.8% ?EPSS percentile: rank of this vulnerability versus all others. Higher percentile = more likely to be exploited. Learn more (score 0.00018)
CVSS vector
CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:H

CVSS metrics

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.

NVD status

Status
Received — CVE has been recently published to the CVE List and has been received by the NVD.
Source
416baaa9-dc9f-4396-8d5f-8c081fb06d67
NVD
View on NVD

Affected products (CPE)

ProductCPE
linux / linux kernel cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*

References

Relations

Type From To
targets T1204 CVE-2026-46316
targets T1610 CVE-2026-46316
targets T1548 CVE-2026-46316
targets T1609 CVE-2026-46316
targets T1059 CVE-2026-46316
targets T1068 CVE-2026-46316
targets T1592 CVE-2026-46316
targets T1005 CVE-2026-46316
targets T1611 CVE-2026-46316
targets T1082 CVE-2026-46316