← Back to search

CVE-2026-89915

9.3 CRITICAL

Published 2026-09-16 · Updated 2026-09-16

AI risk analysis

Summary
The vulnerability lies in the flawed tracking of VNCR mapping counters in KVM arm64, potentially leading to missed TLB invalidations and security risks.
Exploitability
Exploitation requires specific conditions, such as an L1 vCPU attempting to invalidate its own TLB, making it moderately difficult but not impossible.
Blast radius
If exploited, the impact could be significant, affecting system stability and potentially leading to privilege escalation or other security breaches.
Prioritized remediation
Update to the latest kernel version that addresses this vulnerability.
kernelvulnerabilityarm64kvmsecurity

Analysis generated locally by qwen2.5:7b-instruct (no data left the box). AI-assisted — verify against primary sources before acting.

NVD description

In the Linux kernel, the following vulnerability has been resolved: KVM: arm64: Remove VM-wide VNCR mapping counter The global VNCR mapping counter is used to decide whether an L1 provided VNCR page is mapped in L0 on any CPU at the point of dealing with a TLB invalidation. It is incremented when a mapping is made in the fixmap, and decremented when unmapped. As it turns out, this tracking has several flaws: - we are trying to invalidate TLBs, and the mapping is only an opportunistic consequence of the TLB. Checking this counter to decide whether a TLB needs to be invalidated may result in missed invalidations. - an L1 vcpu invalidating its own TLB (a very likely case) will not succeed in invalidating the VNCR pseudo TLB because that page is not mapped in L0 at this stage. Given that this tracking fails at delivering the minimum guarantees that are required and is only a performance optimisation, remove it completely.

CVSS vector

CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:H

All references

Source data: NVD (nvd.nist.gov), public domain. Exploit-DB.ai adds local AI analysis for defensive use only.

Related CVEs

Related by shared AI tags and CWE weakness class. Browse the full archive.