CVE-2026-89918
9.3 CRITICALPublished 2026-09-16 · Updated 2026-09-16
AI risk analysis
- Summary
- The flaw involves a TLB invalidation bug in KVM arm64 where address rollover is not handled correctly, leading to potential memory corruption or privilege escalation.
- Exploitability
- Exploitation requires kernel-level access and specific conditions related to virtual address space handling. Difficulty varies but is considered critical due to the nature of kernel vulnerabilities.
- Blast radius
- If exploited, this could lead to severe system compromise including data theft, code execution, or complete system failure.
- Prioritized remediation
- Update affected Linux kernels to versions that include the fix for this vulnerability.
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: Correctly handle end of VA space TLBI invalidation Our TLB invalidation by VA code is based on comparing two ranges, one defined by the TLB, and one defined by the TLBI instruction. Each range is defined by a start and a size. However, the way the comparison is done doesn't account for address rollover, as it compares an address with (base + size). This works nicely until this expression represent the last page/block in the TTBR1 VA space, as the result is a big fat 0. And a failed TLB invalidation. Rewrite the comparison in a way that is immune to the address rollover (making the end address inclusive instead of exclusive), and move this into a common helper that is used by both VA and IPA invalidations, as suggested by Hyunwoo Kim (although the IPA version didn't suffer from this particular problem, obviously).
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
- CRITICALCVE-2026-90036
- MEDIUMCVE-2026-17051PoC
- HIGHCVE-2026-17052PoC
- HIGHCVE-2026-64562
- CRITICALCVE-2026-64564
- CRITICALCVE-2026-64566
- HIGHCVE-2026-64568
- HIGHCVE-2026-64570
Related by shared AI tags and CWE weakness class. Browse the full archive.