CVE-2026-72286 patches the KVM migration path for SEV-SNP virtual machines, but calling this a traditional vulnerability obscures what the patch actually does. The kernel is not fixing a bug that enables exploitation — it is adding a guard that rejects an operation that was never implemented in the first place. Administrators who attempted SNP VM migration would have encountered undefined behavior at the ASID (Address Space ID) hardware layer, where memory encryption bindings persist independently of the VM's logical state.
The ASID binding mismatch is the core concern: when migration proceeds without copying vmsa features, the ASID hardware mechanism remains bound to SNP protection ranges while the hypervisor treats the VM as a standard SEV instance. This creates an asymmetry where memory the guest believes is encrypted may not be, or vice versa. However, triggering this requires an administrator to deliberately attempt SNP VM migration — functionality never documented as supported, requiring recent KVM versions and specific hypervisor support that most environments lack.
The CVSS 8.8 rating conflates a defensive guard with active vulnerability remediation. The EPSS score of 0.00175 correctly reflects what defenders observe: this is a configuration-dependent edge case, not a remotely triggerable flaw. The rating inflation matters because every inflated score on a guard against undefined behavior displaces attention from flaws with genuinely higher exploitation probability. Organizations with finite patch cadences will deprioritize real vulnerabilities to address this CVE.
What to do: patch it, but treat it as a low-priority item in your remediation queue. The blast radius is narrow because the attack surface requires intentional misuse of unimplemented features in environments with specific hypervisor capabilities. If you are not attempting SNP VM migration, this has no impact on your system. Focus your attention on vulnerabilities with EPSS scores an order of magnitude higher — those represent actual active exposure windows. The real takeaway is that CVSS scores on defensive guards against incomplete functionality do not map to the risk prioritization decisions defenders face daily.