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

KVM: SEV: Do not allow intra-host migration/mirroring of SNP VMs

The intra-host migration/mirroring feature is not fully implemented for
SEV-SNP VMs. The proper migration requires additional SNP-specific
state such as guest_req_mutex, guest_req_buf, and guest_resp_buf to be
transferred or initialized on the destination.

The SNP VM mirroring requires vmsa features to be copied as well otherwise
ASID would be bound to SNP range while VM is detected as a SEV VM.

Reject SNP source VMs in migration/mirroring until proper SNP state
transfer is implemented.


[sean: let lines poke past 80 chars, tag for stable]
Published: 2026-08-15
Score: 8.8 High
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The Linux kernel KVM implementation for Intel Secure Encrypted Virtualization (SEV) lacks the required state transfer for Secure Nested Paging (SNP) when a virtual machine is migrated or mirrored within the same host. As a result, the kernel rejects any attempt to perform these operations, preventing migration or mirroring from succeeding. This failure limits the availability of VM management features and can lead to a denial of service for administrators relying on these operations. The vulnerability does not provide a path to arbitrary code execution.

Affected Systems

All Linux kernels that include KVM SEV support are affected, regardless of distribution vendor. Any host running a Linux kernel with SEV enabled that attempts to migrate or mirror SEV‑SNP virtual machines before the commit that implements proper SNP state transfer is vulnerable.

Risk and Exploitability

The flaw carries a CVSS score of 8.8, indicating high severity, while the EPSS score of < 1% denotes a very low likelihood of exploitation in the wild. The vulnerability is not listed in CISA KEV. The kernel’s current check rejects migration attempts, which provides a safety net; however, based on the description, it is inferred that a privileged local user or compromised migration tool might be able to bypass or abuse the logic, potentially leading to a denial of service. The likely attack vector is a privileged process or user initiating migration or mirroring operations on SEV‑SNP virtual machines, which would trigger the failure if the check were circumvented.

Generated by OpenCVE AI on August 22, 2026 at 11:50 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade the kernel to a version that includes the SEV‑SNP migration state‑transfer fix found in the referenced kernel commits.
  • Configure KVM to disable intra‑host migration and mirroring for SEV‑SNP virtual machines by adjusting host migration policies.
  • Restrict the permission set of users or processes that can issue migration or mirroring commands, ensuring only trusted administrators can perform these actions.
  • Monitor migration attempts for SEV‑SNP VMs and alert when failures occur, so that administrators can investigate and prevent potential exploitation.

Generated by OpenCVE AI on August 22, 2026 at 11:50 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Sat, 22 Aug 2026 09:00:00 +0000

Type Values Removed Values Added
Weaknesses CWE-250
CWE-264

Wed, 19 Aug 2026 00:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-909
References
Metrics threat_severity

None

threat_severity

Moderate


Mon, 17 Aug 2026 06:00:00 +0000

Type Values Removed Values Added
Metrics cvssV3_1

{'score': 8.8, 'vector': 'CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:H'}


Sat, 15 Aug 2026 11:00:00 +0000

Type Values Removed Values Added
Weaknesses CWE-250
CWE-264

Sat, 15 Aug 2026 06:00:00 +0000

Type Values Removed Values Added
Description In the Linux kernel, the following vulnerability has been resolved: KVM: SEV: Do not allow intra-host migration/mirroring of SNP VMs The intra-host migration/mirroring feature is not fully implemented for SEV-SNP VMs. The proper migration requires additional SNP-specific state such as guest_req_mutex, guest_req_buf, and guest_resp_buf to be transferred or initialized on the destination. The SNP VM mirroring requires vmsa features to be copied as well otherwise ASID would be bound to SNP range while VM is detected as a SEV VM. Reject SNP source VMs in migration/mirroring until proper SNP state transfer is implemented. [sean: let lines poke past 80 chars, tag for stable]
Title KVM: SEV: Do not allow intra-host migration/mirroring of SNP VMs
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-08-17T05:42:21.458Z

Reserved: 2026-08-09T03:40:39.917Z

Link: CVE-2026-72286

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-08-15T06:21:59.920

Modified: 2026-08-17T06:18:31.313

Link: CVE-2026-72286

cve-icon Redhat

Severity : Moderate

Publid Date: 2026-08-15T00:00:00Z

Links: CVE-2026-72286 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-08-22T12:00:04Z

Weaknesses
  • CWE-909

    Missing Initialization of Resource