{"id":"CVE-2026-89930","summary":"KVM: nVMX: Service local TLB flushes on failed nested VM-Enter","details":"In the Linux kernel, the following vulnerability has been resolved:\n\nKVM: nVMX: Service local TLB flushes on failed nested VM-Enter\n\nKVM services local TLB flushes on \"full\" nested VM-Exits (through\n__nested_vmx_vmexit()), but not if a nested VM-Enter fails (e.g. due to\nfailed VMCS checks in nested_vmx_enter_non_root_mode()).\n\nHowever, it is possible that KVM had queued TLB flushes that need to be\nperformed, even if the nested VM-Enter was not successful. For example,\nif VPID is disabled for L2 (via nested_vmx_transition_tlb_flush(), or if\nvia the MSR load lists, as the SDM says:\n\n  If any MSR is being loaded in such a way that would architecturally\n  require a TLB flush, the TLBs are updated so that, after VM entry, the\n  logical processor will not use any translations that were cached before\n  the transition.\n\nThe SDM is unclear about when the TLB flush should occur, and whether or\nnot a failed VM entry would flush the TLB, so it is safer to always\ndo the TLB flush in this case.\n\nMore concretely, KVM also updates the last VPID L1 used for L2 in\nnested_vmx_transition_tlb_flush() (i.e. last_vpid), even if the VM entry\nultimately fails. With the current code, KVM could miss a TLB flush if\nL1 changes L2's VPID, then does a failed VM entry followed by a\nsuccessful one, as the failed VM entry would update last_vpid but not\nactually flush the TLB. Servicing local TLB flushes on failed VM entries\nmakes sure that the TLB is always flushed when last_vpid is updated.","modified":"2026-09-17T03:47:26.532957783Z","published":"2026-09-16T10:32:21.535Z","database_specific":{"osv_generated_from":"https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/89xxx/CVE-2026-89930.json","cna_assigner":"Linux"},"references":[{"type":"PACKAGE","url":"https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git"},{"type":"WEB","url":"https://git.kernel.org/stable/c/05a0b701d1089fb57beeb8982f23c3bbafe0fa8b"},{"type":"WEB","url":"https://git.kernel.org/stable/c/1025b938dc439b75c720a568a855a13eeb245686"},{"type":"WEB","url":"https://git.kernel.org/stable/c/312cdb6d8940827dea63a7a52fb714a5049f06d1"},{"type":"WEB","url":"https://git.kernel.org/stable/c/62c3ee4c9f0e2efef5157358b3549e50ede96d73"},{"type":"WEB","url":"https://git.kernel.org/stable/c/c0c66cd575e31218da6a7d104c6ef80b0830b60c"},{"type":"WEB","url":"https://git.kernel.org/stable/c/c43563e7518e65ec6ccaa6a65f84c5af5ca5d379"},{"type":"WEB","url":"https://git.kernel.org/stable/c/f74fccdf4f7fb0780cd84944108d35f3d9dc46a7"},{"type":"ADVISORY","url":"https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/89xxx/CVE-2026-89930.json"},{"type":"ADVISORY","url":"https://nvd.nist.gov/vuln/detail/CVE-2026-89930"}],"affected":[{"ranges":[{"type":"GIT","repo":"https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git","events":[{"introduced":"5c614b3583e7b6dab0c86356fa36c2bcbb8322a0"},{"fixed":"c0c66cd575e31218da6a7d104c6ef80b0830b60c"},{"fixed":"1025b938dc439b75c720a568a855a13eeb245686"},{"fixed":"312cdb6d8940827dea63a7a52fb714a5049f06d1"},{"fixed":"f74fccdf4f7fb0780cd84944108d35f3d9dc46a7"},{"fixed":"c43563e7518e65ec6ccaa6a65f84c5af5ca5d379"},{"fixed":"62c3ee4c9f0e2efef5157358b3549e50ede96d73"},{"fixed":"05a0b701d1089fb57beeb8982f23c3bbafe0fa8b"}]}],"database_specific":{"source":"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-89930.json"}},{"package":{"name":"Kernel","ecosystem":"Linux"},"ranges":[{"type":"ECOSYSTEM","events":[{"introduced":"4.4.0"},{"fixed":"5.15.221"}]},{"type":"ECOSYSTEM","events":[{"introduced":"5.16.0"},{"fixed":"6.1.188"}]},{"type":"ECOSYSTEM","events":[{"introduced":"6.2.0"},{"fixed":"6.6.157"}]},{"type":"ECOSYSTEM","events":[{"introduced":"6.7.0"},{"fixed":"6.12.110"}]},{"type":"ECOSYSTEM","events":[{"introduced":"6.13.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-89930.json"}}],"schema_version":"1.9.0","severity":[{"type":"CVSS_V3","score":"CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:H"}]}