CVE-2026-89930
Last modified
CVE-2026-89930 is a critical-severity vulnerability rated 9.3/10 on the CVSS scale. In the Linux kernel, the following vulnerability has been resolved: KVM: nVMX: Service local TLB flushes on failed nested VM-Enter KVM services local TLB flushes on "full" nested VM-Exits (through __nested_vmx_vmexit()), but not if a nested VM-Enter fails (e.g. due to failed VMCS checks in nested_vmx_enter_non_root_mode()). However, it is possible that KVM had queued TLB flushes that need to be performed, even if the nested VM-Enter was not successful.
Description
In the Linux kernel, the following vulnerability has been resolved: KVM: nVMX: Service local TLB flushes on failed nested VM-Enter KVM services local TLB flushes on "full" nested VM-Exits (through __nested_vmx_vmexit()), but not if a nested VM-Enter fails (e.g. due to failed VMCS checks in nested_vmx_enter_non_root_mode()). However, it is possible that KVM had queued TLB flushes that need to be performed, even if the nested VM-Enter was not successful. For example, if VPID is disabled for L2 (via nested_vmx_transition_tlb_flush(), or if via the MSR load lists, as the SDM says: If any MSR is being loaded in such a way that would architecturally require a TLB flush, the TLBs are updated so that, after VM entry, the logical processor will not use any translations that were cached before the transition. The SDM is unclear about when the TLB flush should occur, and whether or not a failed VM entry would flush the TLB, so it is safer to always do the TLB flush in this case. More concretely, KVM also updates the last VPID L1 used for L2 in nested_vmx_transition_tlb_flush() (i.e. last_vpid), even if the VM entry ultimately fails. With the current code, KVM could miss a TLB flush if L1 changes L2's VPID, then does a failed VM entry followed by a successful one, as the failed VM entry would update last_vpid but not actually flush the TLB. Servicing local TLB flushes on failed VM entries makes sure that the TLB is always flushed when last_vpid is updated.
Metrics
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= 5c614b3583e7b6dab0c86356fa36c2bcbb8322a0, < c0c66cd575e31218da6a7d104c6ef80b0830b60c; >= 5c614b3583e7b6dab0c86356fa36c2bcbb8322a0, < 1025b938dc439b75c720a568a855a13eeb245686; >= 5c614b3583e7b6dab0c86356fa36c2bcbb8322a0, < 312cdb6d8940827dea63a7a52fb714a5049f06d1; >= 5c614b3583e7b6dab0c86356fa36c2bcbb8322a0, < f74fccdf4f7fb0780cd84944108d35f3d9dc46a7; >= 5c614b3583e7b6dab0c86356fa36c2bcbb8322a0, < c43563e7518e65ec6ccaa6a65f84c5af5ca5d379; >= 5c614b3583e7b6dab0c86356fa36c2bcbb8322a0, < 62c3ee4c9f0e2efef5157358b3549e50ede96d73; >= 5c614b3583e7b6dab0c86356fa36c2bcbb8322a0, < 05a0b701d1089fb57beeb8982f23c3bbafe0fa8b |
| Linux | Linux | 4.4 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-89930?
How severe is CVE-2026-89930?
How do I fix CVE-2026-89930?
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-89925In the Linux kernel, the following vulnerability has been re…
- CVE-2026-89926In the Linux kernel, the following vulnerability has been re…
- CVE-2026-89927In the Linux kernel, the following vulnerability has been re…7.1
- CVE-2026-89928In the Linux kernel, the following vulnerability has been re…8.8
- CVE-2026-89929In the Linux kernel, the following vulnerability has been re…8.8
- CVE-2026-8993D.Launcher 2 component of Slovak eID client ecosystem contai…6.5
- CVE-2026-89931In the Linux kernel, the following vulnerability has been re…
- CVE-2026-89932In the Linux kernel, the following vulnerability has been re…8.8
- CVE-2026-89933In the Linux kernel, the following vulnerability has been re…
- CVE-2026-89934In the Linux kernel, the following vulnerability has been re…
- CVE-2026-89935In the Linux kernel, the following vulnerability has been re…
- CVE-2026-89936In the Linux kernel, the following vulnerability has been re…
Are you affected by CVE-2026-89930?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
