CVE-2026-89775
Last modified
CVE-2026-89775 is a critical-severity vulnerability rated 9.3/10 on the CVSS scale. In the Linux kernel, the following vulnerability has been resolved: KVM: arm64: Handle negative S1 walk levels in VNCR TLB size evaluation Computing the effects of a TLB invalidation involves looking at the size of the mapping cached by the TLB. For S1 mappings such as VNCR, this is deducted from the combination of the base granule size and the mapping level. However, this implies that the S1 MMU is *on*. EPSS estimates a 0.18% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: KVM: arm64: Handle negative S1 walk levels in VNCR TLB size evaluation Computing the effects of a TLB invalidation involves looking at the size of the mapping cached by the TLB. For S1 mappings such as VNCR, this is deducted from the combination of the base granule size and the mapping level. However, this implies that the S1 MMU is *on*. When the MMU is off, we indicate this with the level being set to a "creative" value of -127 (S1_MMU_DISABLED). This ends-up being misinterpreted by pgshift_level_to_ttl() as it doesn't handle negative levels at all (the level is immediately cast to a u8 and only the bottom two bits considered), leading to an invalidation size of 0. Not helpful. Tidy-up pgshift_level_to_ttl() to handle these negative levels, and ttl_to_size() to always return SZ_1G when no valid TTL is present. This allows the removal of open-coded checks for similar situations. Note that the check for a negative value not explicitely checking for S1_MMU_DISABLED is deliberate, so that actual negative levels introduced with LVA2 and D128 can take the same path if we ever support them.
Metrics
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= 7270cc9157f474dfc46750a34c9d7defc686b2eb, < be54a70067c7dbe1381157e8a238fa4b16ea9c05; >= 7270cc9157f474dfc46750a34c9d7defc686b2eb, < 1c9fca34b9625a67a7f1a03c8604f3df760c6c49; >= 7270cc9157f474dfc46750a34c9d7defc686b2eb, < 8053393680d4fa3eb962667d2be95dd39f0940e5 |
| Linux | Linux | 6.16 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-89775?
How severe is CVE-2026-89775?
How do I fix CVE-2026-89775?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-8977The WP GDPR Cookie Consent plugin for WordPress is vulnerabl…6.4
- CVE-2026-89770In the Linux kernel, the following vulnerability has been re…
- CVE-2026-89771In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-89772In the Linux kernel, the following vulnerability has been re…
- CVE-2026-89773In the Linux kernel, the following vulnerability has been re…
- CVE-2026-89774In the Linux kernel, the following vulnerability has been re…8.8
- CVE-2026-89776In the Linux kernel, the following vulnerability has been re…
- CVE-2026-89777In the Linux kernel, the following vulnerability has been re…8.8
- CVE-2026-89778In the Linux kernel, the following vulnerability has been re…9.8
- CVE-2026-89779In the Linux kernel, the following vulnerability has been re…9.1
- CVE-2026-8978The OptinCraft – Drag & Drop Optins & Popup Builder for Word…4.9
- CVE-2026-89780In the Linux kernel, the following vulnerability has been re…
Are you affected by CVE-2026-89775?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
