Improper Initialization in Linux kernel - CVE-2026-64310
Published: July 27, 2026
Vulnerability details
The vulnerability allows a local user to cause a denial of service.
The vulnerability exists due to improper initialization in the SEV ioctl handling in drivers/crypto/ccp/sev-dev.c when processing /dev/sev ioctl commands that require only SEV firmware. A local user can issue a crafted SEV ioctl request to cause a host crash.
The issue can occur if SEV initialization fails while KVM is actively running normal virtual machines, leading to global clearing of MSR_VM_HSAVE_PA and a general protection fault on the next VMRUN.