GCVE Workshop - 22 September 2026 (14:00-18:00), Luxembourg Before The Vulnopticon Conference - Registration

CVE-2026-72286 (GCVE-0-2026-72286)

Vulnerability from cvelistv5 – Published: 2026-08-15 05:55 – Updated: 2026-08-17 05:42
VLAI
Title
KVM: SEV: Do not allow intra-host migration/mirroring of SNP VMs
Summary
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]
Impacted products
Vendor Product Version CPE status
Linux Linux Affected: 1dfe571c12cf99244b933208fb77f29471ded677 , < b70404b89daad5f9f33f7ac640b1065cba639935 (git)
Affected: 1dfe571c12cf99244b933208fb77f29471ded677 , < ba06690b28be950bd46d938d9b919c4024292627 (git)
Affected: 1dfe571c12cf99244b933208fb77f29471ded677 , < d2f9df3b615ca0cd45899c090366945528186052 (git)
Affected: 1dfe571c12cf99244b933208fb77f29471ded677 , < 6ee4140788234a6fabf59e6a50e38cdb936008cd (git)
guessed Create a notification for this product.
Linux Linux Affected: 6.11
Unaffected: 0 , < 6.11 (semver)
Unaffected: 6.12.97 , ≤ 6.12.* (semver)
Unaffected: 6.18.40 , ≤ 6.18.* (semver)
Unaffected: 7.1.5 , ≤ 7.1.* (semver)
Unaffected: 7.2 , ≤ * (original_commit_for_fix)
guessed Create a notification for this product.
Show details on NVD website

{
  "containers": {
    "cna": {
      "affected": [
        {
          "defaultStatus": "unaffected",
          "product": "Linux",
          "programFiles": [
            "arch/x86/kvm/svm/sev.c"
          ],
          "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
          "vendor": "Linux",
          "versions": [
            {
              "lessThan": "b70404b89daad5f9f33f7ac640b1065cba639935",
              "status": "affected",
              "version": "1dfe571c12cf99244b933208fb77f29471ded677",
              "versionType": "git"
            },
            {
              "lessThan": "ba06690b28be950bd46d938d9b919c4024292627",
              "status": "affected",
              "version": "1dfe571c12cf99244b933208fb77f29471ded677",
              "versionType": "git"
            },
            {
              "lessThan": "d2f9df3b615ca0cd45899c090366945528186052",
              "status": "affected",
              "version": "1dfe571c12cf99244b933208fb77f29471ded677",
              "versionType": "git"
            },
            {
              "lessThan": "6ee4140788234a6fabf59e6a50e38cdb936008cd",
              "status": "affected",
              "version": "1dfe571c12cf99244b933208fb77f29471ded677",
              "versionType": "git"
            }
          ]
        },
        {
          "defaultStatus": "affected",
          "product": "Linux",
          "programFiles": [
            "arch/x86/kvm/svm/sev.c"
          ],
          "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
          "vendor": "Linux",
          "versions": [
            {
              "status": "affected",
              "version": "6.11"
            },
            {
              "lessThan": "6.11",
              "status": "unaffected",
              "version": "0",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "6.12.*",
              "status": "unaffected",
              "version": "6.12.97",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "6.18.*",
              "status": "unaffected",
              "version": "6.18.40",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "7.1.*",
              "status": "unaffected",
              "version": "7.1.5",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "*",
              "status": "unaffected",
              "version": "7.2",
              "versionType": "original_commit_for_fix"
            }
          ]
        }
      ],
      "cpeApplicability": [
        {
          "nodes": [
            {
              "cpeMatch": [
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "6.12.97",
                  "versionStartIncluding": "6.11",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "6.18.40",
                  "versionStartIncluding": "6.11",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "7.1.5",
                  "versionStartIncluding": "6.11",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "7.2",
                  "versionStartIncluding": "6.11",
                  "vulnerable": true
                }
              ],
              "negate": false,
              "operator": "OR"
            }
          ]
        }
      ],
      "descriptions": [
        {
          "lang": "en",
          "value": "In the Linux kernel, the following vulnerability has been resolved:\n\nKVM: SEV: Do not allow intra-host migration/mirroring of SNP VMs\n\nThe intra-host migration/mirroring feature is not fully implemented for\nSEV-SNP VMs. The proper migration requires additional SNP-specific\nstate such as guest_req_mutex, guest_req_buf, and guest_resp_buf to be\ntransferred or initialized on the destination.\n\nThe SNP VM mirroring requires vmsa features to be copied as well otherwise\nASID would be bound to SNP range while VM is detected as a SEV VM.\n\nReject SNP source VMs in migration/mirroring until proper SNP state\ntransfer is implemented.\n\n\n[sean: let lines poke past 80 chars, tag for stable]"
        }
      ],
      "metrics": [
        {
          "cvssV3_1": {
            "baseScore": 8.8,
            "baseSeverity": "HIGH",
            "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:H",
            "version": "3.1"
          },
          "scenarios": [
            {
              "lang": "en",
              "value": "AV:L - The flaw is reached only through KVM_ENABLE_CAP on a VM file descriptor (KVM_CAP_VM_MOVE_ENC_CONTEXT_FROM or KVM_CAP_VM_COPY_ENC_CONTEXT_FROM) after opening /dev/kvm; it is a local ioctl/syscall path, not remote network, adjacent-radio, or physical I/O.\nAC:L - An attacker who controls both source and destination KVM VM fds can deterministically invoke sev_vm_move_enc_context_from() or sev_vm_copy_enc_context_from() on a launched SEV-SNP VM; no race, special memory layout, or other uncontrollable condition is required.\nPR:L - Exploitation requires local /dev/kvm (and /dev/sev) access to create SNP VMs and issue KVM_ENABLE_CAP, privileges commonly granted to kvm-group users, QEMU tenants, or container workloads with KVM passthrough, not real root in the init namespace.\nUI:N - No victim user action is required; the attacker\u2019s own VMM process issues the migration/mirroring ioctl sequence directly once it holds the relevant VM file descriptors.\nS:C - Incomplete SNP state transfer crosses the SEV-SNP guest/host trust boundary: mirroring leaves an SNP-bound ASID managed via SEV code paths (missing vmsa_features), and migration leaves destination VMs without snp_context or guest-request buffers.\nC:H - SNP/SEV type confusion can undermine SEV-SNP memory isolation and let a hypervisor-side actor access confidential guest memory; missing guest_req_buf/guest_resp_buf and uninitialized mutex also create kernel memory safety failures with disclosure potential.\nI:H - Inconsistent SNP firmware context and uninitialized guest-request state can corrupt hypervisor memory and guest execution paths during SNP VMGEXIT guest-request handling, enabling modification of protected guest memory and host kernel structures.\nA:H - Migrated SNP VMs reach snp_handle_guest_req() with NULL snp_context/guest_req_buf and an uninitialized guest_req_mutex, which can NULL-dereference or corrupt kernel state and panic/oops the host when the guest issues SNP guest-request VMGEXITs."
            }
          ]
        }
      ],
      "providerMetadata": {
        "dateUpdated": "2026-08-17T05:42:21.458Z",
        "orgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
        "shortName": "Linux"
      },
      "references": [
        {
          "url": "https://git.kernel.org/stable/c/b70404b89daad5f9f33f7ac640b1065cba639935"
        },
        {
          "url": "https://git.kernel.org/stable/c/ba06690b28be950bd46d938d9b919c4024292627"
        },
        {
          "url": "https://git.kernel.org/stable/c/d2f9df3b615ca0cd45899c090366945528186052"
        },
        {
          "url": "https://git.kernel.org/stable/c/6ee4140788234a6fabf59e6a50e38cdb936008cd"
        }
      ],
      "title": "KVM: SEV: Do not allow intra-host migration/mirroring of SNP VMs",
      "x_generator": {
        "engine": "bippy-1.2.0"
      }
    }
  },
  "cveMetadata": {
    "assignerOrgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
    "assignerShortName": "Linux",
    "cveId": "CVE-2026-72286",
    "datePublished": "2026-08-15T05:55:09.004Z",
    "dateReserved": "2026-08-09T03:40:39.917Z",
    "dateUpdated": "2026-08-17T05:42:21.458Z",
    "state": "PUBLISHED"
  },
  "dataType": "CVE_RECORD",
  "dataVersion": "5.2",
  "vulnerability-lookup:meta": {
    "epss": {
      "cve": "CVE-2026-72286",
      "date": "2026-09-05",
      "epss": "0.00175",
      "percentile": "0.07144"
    },
    "nvd": "{\"cve\":{\"id\":\"CVE-2026-72286\",\"sourceIdentifier\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"published\":\"2026-08-15T06:21:59.920\",\"lastModified\":\"2026-08-17T06:18:31.313\",\"vulnStatus\":\"Received\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"In the Linux kernel, the following vulnerability has been resolved:\\n\\nKVM: SEV: Do not allow intra-host migration/mirroring of SNP VMs\\n\\nThe intra-host migration/mirroring feature is not fully implemented for\\nSEV-SNP VMs. The proper migration requires additional SNP-specific\\nstate such as guest_req_mutex, guest_req_buf, and guest_resp_buf to be\\ntransferred or initialized on the destination.\\n\\nThe SNP VM mirroring requires vmsa features to be copied as well otherwise\\nASID would be bound to SNP range while VM is detected as a SEV VM.\\n\\nReject SNP source VMs in migration/mirroring until proper SNP state\\ntransfer is implemented.\\n\\n\\n[sean: let lines poke past 80 chars, tag for stable]\"}],\"affected\":[{\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"affectedData\":[{\"vendor\":\"Linux\",\"product\":\"Linux\",\"defaultStatus\":\"unaffected\",\"programFiles\":[\"arch/x86/kvm/svm/sev.c\"],\"repo\":\"https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git\",\"versions\":[{\"version\":\"1dfe571c12cf99244b933208fb77f29471ded677\",\"lessThan\":\"b70404b89daad5f9f33f7ac640b1065cba639935\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"1dfe571c12cf99244b933208fb77f29471ded677\",\"lessThan\":\"ba06690b28be950bd46d938d9b919c4024292627\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"1dfe571c12cf99244b933208fb77f29471ded677\",\"lessThan\":\"d2f9df3b615ca0cd45899c090366945528186052\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"1dfe571c12cf99244b933208fb77f29471ded677\",\"lessThan\":\"6ee4140788234a6fabf59e6a50e38cdb936008cd\",\"versionType\":\"git\",\"status\":\"affected\"}]},{\"vendor\":\"Linux\",\"product\":\"Linux\",\"defaultStatus\":\"affected\",\"programFiles\":[\"arch/x86/kvm/svm/sev.c\"],\"repo\":\"https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git\",\"versions\":[{\"version\":\"6.11\",\"status\":\"affected\"},{\"version\":\"0\",\"lessThan\":\"6.11\",\"versionType\":\"semver\",\"status\":\"unaffected\"},{\"version\":\"6.12.97\",\"lessThanOrEqual\":\"6.12.*\",\"versionType\":\"semver\",\"status\":\"unaffected\"},{\"version\":\"6.18.40\",\"lessThanOrEqual\":\"6.18.*\",\"versionType\":\"semver\",\"status\":\"unaffected\"},{\"version\":\"7.1.5\",\"lessThanOrEqual\":\"7.1.*\",\"versionType\":\"semver\",\"status\":\"unaffected\"},{\"version\":\"7.2\",\"lessThanOrEqual\":\"*\",\"versionType\":\"original_commit_for_fix\",\"status\":\"unaffected\"}]}]}],\"metrics\":{\"cvssMetricV31\":[{\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"type\":\"Secondary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:H\",\"baseScore\":8.8,\"baseSeverity\":\"HIGH\",\"attackVector\":\"LOCAL\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"LOW\",\"userInteraction\":\"NONE\",\"scope\":\"CHANGED\",\"confidentialityImpact\":\"HIGH\",\"integrityImpact\":\"HIGH\",\"availabilityImpact\":\"HIGH\"},\"exploitabilityScore\":2.0,\"impactScore\":6.0}]},\"references\":[{\"url\":\"https://git.kernel.org/stable/c/6ee4140788234a6fabf59e6a50e38cdb936008cd\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"},{\"url\":\"https://git.kernel.org/stable/c/b70404b89daad5f9f33f7ac640b1065cba639935\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"},{\"url\":\"https://git.kernel.org/stable/c/ba06690b28be950bd46d938d9b919c4024292627\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"},{\"url\":\"https://git.kernel.org/stable/c/d2f9df3b615ca0cd45899c090366945528186052\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"}]}}",
    "redhat_vex": {
      "aggregate_severity": "Moderate",
      "current_release_date": "2026-08-18T19:37:34+00:00",
      "cve": "CVE-2026-72286",
      "id": "CVE-2026-72286",
      "initial_release_date": "2026-08-15T00:00:00+00:00",
      "product_status:known_affected": "184",
      "product_status:known_not_affected": "90",
      "source": "Red Hat CSAF VEX",
      "status": "final",
      "title": "kernel: KVM: SEV: Do not allow intra-host migration/mirroring of SNP VMs",
      "url": "https://security.access.redhat.com/data/csaf/v2/vex/2026/cve-2026-72286.json",
      "version": "3"
    }
  }
}



Log in or create an account to share your comment.




Tags
Taxonomy of the tags.


Loading…

Loading…

Loading…

Forecast uses a logistic model when the trend is rising, or an exponential decay model when the trend is falling. Fitted via linearized least squares.

Sightings

Author Source Type Date Other

Nomenclature

  • Seen: The vulnerability was mentioned, discussed, or observed by the user.
  • Confirmed: The vulnerability has been validated from an analyst's perspective.
  • Published Proof of Concept: A public proof of concept is available for this vulnerability.
  • Exploited: The vulnerability was observed as exploited by the user who reported the sighting.
  • Patched: The vulnerability was observed as successfully patched by the user who reported the sighting.
  • Not exploited: The vulnerability was not observed as exploited by the user who reported the sighting.
  • Not confirmed: The user expressed doubt about the validity of the vulnerability.
  • Not patched: The vulnerability was not observed as successfully patched by the user who reported the sighting.

Loading…

Detection rules are retrieved from Rulezet.

Loading…

Loading…

Loading…