{
    "dataType": "CVE_RECORD",
    "dataVersion": "5.2",
    "cveMetadata": {
        "cveId": "CVE-2026-72286",
        "assignerOrgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
        "state": "PUBLISHED",
        "assignerShortName": "Linux",
        "dateReserved": "2026-08-09T03:40:39.917Z",
        "datePublished": "2026-08-15T05:55:09.004Z",
        "dateUpdated": "2026-08-17T05:42:21.458Z"
    },
    "containers": {
        "cna": {
            "providerMetadata": {
                "orgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
                "shortName": "Linux",
                "dateUpdated": "2026-08-17T05:42:21.458Z"
            },
            "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": {
                        "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"
                    },
                    "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’s 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."
                        }
                    ]
                }
            ],
            "affected": [
                {
                    "product": "Linux",
                    "vendor": "Linux",
                    "defaultStatus": "unaffected",
                    "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
                    "programFiles": [
                        "arch/x86/kvm/svm/sev.c"
                    ],
                    "versions": [
                        {
                            "version": "1dfe571c12cf99244b933208fb77f29471ded677",
                            "lessThan": "b70404b89daad5f9f33f7ac640b1065cba639935",
                            "status": "affected",
                            "versionType": "git"
                        },
                        {
                            "version": "1dfe571c12cf99244b933208fb77f29471ded677",
                            "lessThan": "ba06690b28be950bd46d938d9b919c4024292627",
                            "status": "affected",
                            "versionType": "git"
                        },
                        {
                            "version": "1dfe571c12cf99244b933208fb77f29471ded677",
                            "lessThan": "d2f9df3b615ca0cd45899c090366945528186052",
                            "status": "affected",
                            "versionType": "git"
                        },
                        {
                            "version": "1dfe571c12cf99244b933208fb77f29471ded677",
                            "lessThan": "6ee4140788234a6fabf59e6a50e38cdb936008cd",
                            "status": "affected",
                            "versionType": "git"
                        }
                    ]
                },
                {
                    "product": "Linux",
                    "vendor": "Linux",
                    "defaultStatus": "affected",
                    "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
                    "programFiles": [
                        "arch/x86/kvm/svm/sev.c"
                    ],
                    "versions": [
                        {
                            "version": "6.11",
                            "status": "affected"
                        },
                        {
                            "version": "0",
                            "lessThan": "6.11",
                            "status": "unaffected",
                            "versionType": "semver"
                        },
                        {
                            "version": "6.12.97",
                            "lessThanOrEqual": "6.12.*",
                            "status": "unaffected",
                            "versionType": "semver"
                        },
                        {
                            "version": "6.18.40",
                            "lessThanOrEqual": "6.18.*",
                            "status": "unaffected",
                            "versionType": "semver"
                        },
                        {
                            "version": "7.1.5",
                            "lessThanOrEqual": "7.1.*",
                            "status": "unaffected",
                            "versionType": "semver"
                        },
                        {
                            "version": "7.2",
                            "lessThanOrEqual": "*",
                            "status": "unaffected",
                            "versionType": "original_commit_for_fix"
                        }
                    ]
                }
            ],
            "cpeApplicability": [
                {
                    "nodes": [
                        {
                            "operator": "OR",
                            "negate": false,
                            "cpeMatch": [
                                {
                                    "vulnerable": true,
                                    "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                                    "versionStartIncluding": "6.11",
                                    "versionEndExcluding": "6.12.97"
                                },
                                {
                                    "vulnerable": true,
                                    "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                                    "versionStartIncluding": "6.11",
                                    "versionEndExcluding": "6.18.40"
                                },
                                {
                                    "vulnerable": true,
                                    "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                                    "versionStartIncluding": "6.11",
                                    "versionEndExcluding": "7.1.5"
                                },
                                {
                                    "vulnerable": true,
                                    "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                                    "versionStartIncluding": "6.11",
                                    "versionEndExcluding": "7.2"
                                }
                            ]
                        }
                    ]
                }
            ],
            "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"
            }
        }
    }
}