CVE-2026-89918

Source
https://cve.org/CVERecord?id=CVE-2026-89918
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-89918.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-89918
Downstream
Published
2026-09-16T10:32:13Z
Modified
2026-09-18T03:48:33Z
Severity
  • 9.3 (Critical) CVSS_V3 - CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:H CVSS Calculator
Summary
KVM: arm64: Correctly handle end of VA space TLBI invalidation
Details

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).

Database specific
{
    "cna_assigner": "Linux",
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/89xxx/CVE-2026-89918.json"
}
References

Affected packages

Git / git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git

Affected ranges

Type
GIT
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Events
Introduced
4ffa72ad8f37e73bbb6c0baa88557bcb4fd39929
Fixed
ce447651a52ec077694172af10c4fffb11f56c43
Fixed
c624731ca6fe59ad8909ce4108301aa7560a91d6
Fixed
34af2c3e31f91a739dc175459fdbd99ed952b457

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-89918.json"

Linux / Kernel

Package

Name
Kernel

Affected ranges

Type
ECOSYSTEM
Events
Introduced
6.16.0
Fixed
6.18.51
Type
ECOSYSTEM
Events
Introduced
6.19.0
Fixed
7.2.5

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-89918.json"