CVE-2026-63794
The CVE-2026-63794 issue is a Linux kernel KVM/SEV vulnerability in the ENCRYPT path of sev_dbg_crypt(). The root cause is that the per-iteration transfer length was bounded by the source page offset (PAGE_SIZE - s_off) but not by the destination offset (PAGE_SIZE - d_off). When d_off > s_off,...