Description
In the Linux kernel, the following vulnerability has been resolved:

KVM: nSVM: Always use vmcb01 in VMLOAD/VMSAVE emulation

Commit cc3ed80ae69f ("KVM: nSVM: always use vmcb01 to for vmsave/vmload
of guest state") made KVM always use vmcb01 for the fields controlled by
VMSAVE/VMLOAD, but it missed updating the VMLOAD/VMSAVE emulation code
to always use vmcb01.

As a result, if VMSAVE/VMLOAD is executed by an L2 guest and is not
intercepted by L1, KVM will mistakenly use vmcb02. Always use vmcb01
instead of the current VMCB.
Published: 2026-05-06
Score: n/a
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

In nested KVM environments, a bug caused the VMLOAD and VMSAVE emulation path to use the second virtual machine control block (vmcb02) instead of the first one (vmcb01) when those instructions were executed by a Level‑2 virtual machine and not intercepted by Level‑1. This incorrect use of vmcb02 can result in the guest’s state being saved to or restored from the wrong control block, causing memory corruption or unintended data exposure between virtual machines. The flaw does not directly enable arbitrary code execution but undermines the isolation guarantees of nested virtualization.

Affected Systems

Linux kernel running KVM with nested virtualization enabled. No specific version range is listed, so any kernel that implements the vmcb02 field for VMSAVE/VMLOAD may be affected until the patch is applied.

Risk and Exploitability

The CVSS score is not listed, and the EPSS score is not available, so formal severity metrics are missing. The vulnerability is only exploitable in environments that use nested virtualization and where the L1 hypervisor does not intercept VMSAVE/VMLOAD. Because the flaw requires a nested virtual machine context to be triggered, the risk to a typical host system is limited, but it can be significant in multi‑tenant data‑center or cloud scenarios that rely on guest isolation. The defect was fixed in commit cc3ed80, which now forces the use of vmcb01 for both the emulation and actual instruction handling. Once patched, the risk is mitigated.

Generated by OpenCVE AI on May 6, 2026 at 14:59 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Update your Linux kernel to a version that contains commit cc3ed80, which ensures vmcb01 is used for all VMLOAD and VMSAVE operations
  • Disable nested virtualization for workloads that cannot be updated, guaranteeing that L1 will always intercept VMSAVE/VMLOAD
  • Migrate or isolate vulnerable workloads to a host without nested virtualization until the kernel patch is applied

Generated by OpenCVE AI on May 6, 2026 at 14:59 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Wed, 06 May 2026 15:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-680
CWE-704

Wed, 06 May 2026 12:15:00 +0000

Type Values Removed Values Added
Description In the Linux kernel, the following vulnerability has been resolved: KVM: nSVM: Always use vmcb01 in VMLOAD/VMSAVE emulation Commit cc3ed80ae69f ("KVM: nSVM: always use vmcb01 to for vmsave/vmload of guest state") made KVM always use vmcb01 for the fields controlled by VMSAVE/VMLOAD, but it missed updating the VMLOAD/VMSAVE emulation code to always use vmcb01. As a result, if VMSAVE/VMLOAD is executed by an L2 guest and is not intercepted by L1, KVM will mistakenly use vmcb02. Always use vmcb01 instead of the current VMCB.
Title KVM: nSVM: Always use vmcb01 in VMLOAD/VMSAVE emulation
First Time appeared Linux
Linux linux Kernel
CPEs cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*
Vendors & Products Linux
Linux linux Kernel
References

Subscriptions

Linux Linux Kernel
cve-icon MITRE

Status: PUBLISHED

Assigner: Linux

Published:

Updated: 2026-05-06T11:27:20.882Z

Reserved: 2026-05-01T14:12:55.988Z

Link: CVE-2026-43133

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Awaiting Analysis

Published: 2026-05-06T12:16:30.480

Modified: 2026-05-06T13:07:51.607

Link: CVE-2026-43133

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-05-06T15:00:07Z

Weaknesses