summaryrefslogtreecommitdiff
path: root/arch/x86/boot/compressed
diff options
context:
space:
mode:
authorJoerg Roedel <jroedel@suse.de>2020-10-28 19:46:56 +0300
committerBorislav Petkov <bp@suse.de>2020-10-29 15:48:49 +0300
commited7b895f3efb5df184722f5a30f8164fcaffceb1 (patch)
tree7748da27da985bd96ca5cb2175aa5b200d1c99a9 /arch/x86/boot/compressed
parent3ad84246a4097010f3ae3d6944120c0be00e9e7a (diff)
downloadlinux-ed7b895f3efb5df184722f5a30f8164fcaffceb1.tar.xz
x86/boot/compressed/64: Sanity-check CPUID results in the early #VC handler
The early #VC handler which doesn't have a GHCB can only handle CPUID exit codes. It is needed by the early boot code to handle #VC exceptions raised in verify_cpu() and to get the position of the C-bit. But the CPUID information comes from the hypervisor which is untrusted and might return results which trick the guest into the no-SEV boot path with no C-bit set in the page-tables. All data written to memory would then be unencrypted and could leak sensitive data to the hypervisor. Add sanity checks to the early #VC handler to make sure the hypervisor can not pretend that SEV is disabled. [ bp: Massage a bit. ] Signed-off-by: Joerg Roedel <jroedel@suse.de> Signed-off-by: Borislav Petkov <bp@suse.de> Reviewed-by: Tom Lendacky <thomas.lendacky@amd.com> Link: https://lkml.kernel.org/r/20201028164659.27002-3-joro@8bytes.org
Diffstat (limited to 'arch/x86/boot/compressed')
0 files changed, 0 insertions, 0 deletions