CVE Catalog

CVE-2026-89911

HighCVSS 7.9
Published: Updated: Translated: NVD NIST

Summary

In the Linux kernel, range-based TLB invalidation (TLBI Range) in KVM arm64 can encode large ranges in few bits, making it easy for a guest to cause an overflow if the hypervisor naively adds the range to the base address. The fix caps the range to the limit dictated by the address bit determining the VA range, and for IPA invalidation further ignores the upper range.

Risk Assessment

This can lead to incorrect TLB invalidation and wrong address translation in the guest VM, potentially causing hypervisor faults. It affects KVM on arm64 environments.

Recommendation

Update the Linux kernel to a version containing the fix. Monitor arm64 hosts for unusual KVM errors.

Other vulnerabilities in Linux kernel

See all
Original NVD description (English source)

In the Linux kernel, the following vulnerability has been resolved: KVM: arm64: Correctly cap TLBI Range to the architural limit TLB Invalidation by Range has a fairly powerful way of encoding pretty large ranges in a small number of bits. This range can be based on an arbitrary VA, which means it is pretty easy for a guest to generate an overflow should the hypervisor be naive enough to add the range to the base... Make sure the range is capped to the limit dictated by the address bit that determines the VA range. For an IPA invalidation, this is further corrected down the line to ignore the upper range.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS