CVE-2026-64562
Linux Kernel vulnerability analysis and mitigation

Overview

CVE-2026-64562 is a use-after-free vulnerability in the Linux kernel's KVM (Kernel-based Virtual Machine) module, specifically in the nested VMX (nVMX) subsystem. The flaw arises because free_nested() frees the shadow VMCS (Virtual Machine Control Structure) while vmcs01 still holds a pointer to it, creating a race condition during vCPU migration. The vulnerability affects Linux kernel versions from 4.9 up to (but not including) the fixed releases: 6.6.148, 6.12.101, 6.18.42, 7.1.6, and 7.2-rc5. It was published on August 4, 2026, with patches available on the same date. The CVSS base score is currently listed as 0.0 (pending full scoring), though Feedly estimates the severity as HIGH (GitHub Advisory, Feedly).

Technical details

The root cause is a use-after-free condition (CWE-416) in the KVM nVMX shadow VMCS lifecycle management. Specifically, free_nested() frees the shadow VMCS page while vmcs01 still references it; because this freeing is asynchronous with respect to loaded_vmcs_clear(), a vCPU can migrate between the time the page is freed and the time the pointer is cleared, causing __loaded_vmcs_clear() to execute a VMCLEAR instruction on a freed VMCS pointer. The fix ensures the shadow VMCS is hidden (detached from vmcs01) immediately after VMCLEAR completes, before the page is freed, eliminating the race window. Exploitation requires local access to KVM functionality (i.e., the ability to create or manage VMs on the affected host) (GitHub Advisory, Feedly).

Impact

Successful exploitation of this use-after-free vulnerability can allow a local user with KVM access to achieve arbitrary code execution at kernel privilege level. This could result in full compromise of the host system, including access to all guest VMs running on the hypervisor, sensitive data exposure across VM boundaries, and potential for lateral movement within a cloud or virtualization environment. Availability impact includes potential kernel panic or system crash triggered by the race condition (GitHub Advisory, Feedly).

Mitigation and workarounds

Patches are available in the following fixed Linux kernel versions: 6.6.148, 6.12.101, 6.18.42, 7.1.6, and 7.2-rc5. Administrators should update to a patched kernel version as the primary remediation. As a temporary workaround, nested virtualization can be disabled if not required (e.g., by unloading or blacklisting the kvm_intel module with nested=0), or access to KVM functionality can be restricted to trusted users only (GitHub Advisory, Feedly).

Additional resources


SourceThis report was generated using AI

Related Linux Kernel vulnerabilities:

CVE ID

Severity

Score

Technologies

Component name

CISA KEV exploit

Has fix

Published date

CVE-2026-64564NONEN/A
  • Linux Kernel logoLinux Kernel
  • kernel6.12
NoYesAug 04, 2026
CVE-2026-64563NONEN/A
  • Linux Kernel logoLinux Kernel
  • linux-azure-5.4
NoYesAug 04, 2026
CVE-2026-64562NONEN/A
  • Linux Kernel logoLinux Kernel
  • linux-gcp-5.15
NoYesAug 04, 2026
CVE-2026-64561NONEN/A
  • Linux Kernel logoLinux Kernel
  • linux-azure-6.17
NoYesAug 04, 2026
CVE-2022-4994NONEN/A
  • Linux Kernel logoLinux Kernel
  • kernel-rt-debug-modules
NoYesJul 30, 2026

Free Vulnerability Assessment

Benchmark your Cloud Security Posture

Evaluate your cloud security practices across 9 security domains to benchmark your risk level and identify gaps in your defenses.

Request assessment

Get a personalized demo

Ready to see Wiz in action?

"Best User Experience I have ever seen, provides full visibility to cloud workloads."
David EstlickCISO
"Wiz provides a single pane of glass to see what is going on in our cloud environments."
Adam FletcherChief Security Officer
"We know that if Wiz identifies something as critical, it actually is."
Greg PoniatowskiHead of Threat and Vulnerability Management