CVE-2024-25743: Input Validation
A vulnerability was found in AMD SEV-SNP (named "WeSee"), in this flaw, the hypervisor can inject a malicious #VC into a CPU that is executing a SEV-SNP VM at any time. Specifically, the hypervisor has the ability to inject external interrupts to the CPUs, including #VC which is yet another exception.
It is seen that SEV-SNP invokes the #VC exception handler in the VM without checking the authenticity of the root cause. Specifically, the VC handler does not check if the VM indeed executed an instruction that would legitimately cause the CPU to generate a #VC exception.
The VC handler performs sensitive operations of copying data between the VM and the hypervisor to emulate the semantics of the instruction that generated the #VC. The handler is programmed to be bug-free and has checks to defend against Iago attacks, i.e., it clears all registers and performs checks on the data values provided by the hypervisor before it uses them as per AMD specifications [14]. However, it is not programmed to defend against #VC that is maliciously injected by the hypervisor. Worse yet, each malicious #VC injection tricks the handler into emulating an instruction that either writes attacker-controlled data to the VM or leaks sensitive VM data to the hypervisor.
References: https://www.amd.com/en/resources/product-security/bulletin/amd-sb-3008.html https://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git/commit/?id=e3ef461af35a8c74f2f4ce6616491ddb355a208f https://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git/commit/?id=f35e46631b28a63ca3887d7afef1a65a5544da52 https://arxiv.org/html/2404.03526v1
Other sources
In the Linux kernel through 6.9, an untrusted hypervisor can inject virtual interrupts 0 and 14 at any point in time and can trigger the SIGFPE signal handler in userspace applications. This affects AMD SEV-SNP and AMD SEV-ES.
— NVD
Affected Software
Event History
Frequently Asked Questions
What is the severity of CVE-2024-25743?
CVE-2024-25743 is considered a high severity vulnerability that allows an untrusted hypervisor to inject virtual interrupts.
How does CVE-2024-25743 affect userspace applications?
CVE-2024-25743 can trigger the SIGFPE signal handler in userspace applications, potentially leading to unexpected behavior.
What versions of the Linux kernel are affected by CVE-2024-25743?
CVE-2024-25743 affects the Linux kernel versions up to and including 6.9.
How can I mitigate the risks of CVE-2024-25743?
Mitigation measures for CVE-2024-25743 include upgrading to a patched version of the Linux kernel.
Is there a specific hardware dependency for CVE-2024-25743?
Yes, CVE-2024-25743 specifically affects systems utilizing AMD SEV-SNP and AMD SEV-ES technology.