CVE-2026-43133: KVM: nSVM: Always use vmcb01 in VMLOAD/VMSAVE emulation
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.
Security readout for executives and security teams
Plain-English summary
CVE-2026-43133 is a Linux KVM kernel flaw affecting nested AMD virtualization handling. A low-privileged local user in the relevant virtualization path could trigger incorrect virtual machine control state handling, with the strongest documented impact on availability.
Executive priority
Treat as high priority for virtualization infrastructure, especially platforms offering nested virtualization. The risk is narrower than internet-facing remote code execution, but availability impact on hypervisor-backed services can be business significant.
Technical view
In KVM nSVM, VMLOAD/VMSAVE emulation could use vmcb02 instead of vmcb01 when an L2 guest executes these instructions and L1 does not intercept them. The issue is resolved by stable kernel commits that consistently use vmcb01 for this emulation path.
Likely exposure
Exposure is most likely on Linux systems running KVM with AMD SVM nested virtualization and affected kernel versions. Non-virtualization hosts, non-KVM systems, or environments without nested SVM usage appear less exposed based on the provided description.
Exploitation context
The provided sources do not show CISA KEV listing or active exploitation. CVSS indicates local access with low privileges and no user interaction, but the triggering condition is specific to nested KVM SVM behavior.
Researcher notes
Key condition is L2 execution of VMLOAD/VMSAVE without L1 interception, causing KVM to reference vmcb02 incorrectly. Evidence is strongest for Linux KVM nSVM code behavior and stable fixes; exploit maturity is not established in the provided sources.
Mitigation direction
Apply vendor kernel updates that include the referenced stable KVM fixes.
Prioritize KVM hosts that permit nested AMD SVM virtualization.
Review Red Hat CVE, Bugzilla, and CSAF VEX entries for distribution-specific status.
If patching is delayed, assess whether nested virtualization can be disabled or restricted.
Validation and detection
Inventory Linux kernels on KVM virtualization hosts.
Identify hosts using AMD SVM and nested virtualization.
Compare installed kernel builds against vendor advisories and stable fix commits.
Check vulnerability scanners for CVE-2026-43133 coverage and vendor package mappings.
Confirm post-update kernels include the VMLOAD/VMSAVE nSVM correction.
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
Potential ATT&CK relevance
Conservative CVE-to-ATT&CK context
These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.
ATT&CK lookup starting points
Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.
cwe · low confidence lookup
CWE-628: Exact CWE lookup
Use the exact CWE identifier as the starting point before reviewing related ATT&CK behavior. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.
These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.
2CVSS vectors
5Timeline events
1ADP providers
11Source links
CVSS vector scores
2 official scores
We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.
CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.
CWE-628 · source CWE mapping
Function Call with Incorrectly Specified Arguments
Function Call with Incorrectly Specified Arguments represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.