CVE-2026-64562

Severity CVSS v4.0:
Pending analysis
Type:
Unavailable / Other
Publication date:
04/08/2026
Last modified:
08/08/2026

Description

In the Linux kernel, the following vulnerability has been resolved:<br /> <br /> KVM: nVMX: Hide shadow VMCS right after VMCLEAR<br /> <br /> free_nested() frees the shadow VMCS while vmcs01 still points to it. But<br /> because it is asynchronous with respect to loaded_vmcs_clear(), the vCPU<br /> might migrate before the pointer is cleared and __loaded_vmcs_clear()<br /> may then execute VMCLEAR.<br /> <br /> The VMCS needs to stay attached until its explicit VMCLEAR completes, but<br /> then it can be hidden and the page safely freed.