First published: Mon Oct 21 2024(Updated: )
In the Linux kernel, the following vulnerability has been resolved: x86/tdx: Fix "in-kernel MMIO" check TDX only supports kernel-initiated MMIO operations. The handle_mmio() function checks if the #VE exception occurred in the kernel and rejects the operation if it did not. However, userspace can deceive the kernel into performing MMIO on its behalf. For example, if userspace can point a syscall to an MMIO address, syscall does get_user() or put_user() on it, triggering MMIO #VE. The kernel will treat the #VE as in-kernel MMIO. Ensure that the target MMIO address is within the kernel before decoding instruction.
Credit: 416baaa9-dc9f-4396-8d5f-8c081fb06d67
Affected Software | Affected Version | How to fix |
---|---|---|
Linux Kernel | >=5.19<6.1.113 | |
Linux Kernel | >=6.2<6.6.54 | |
Linux Kernel | >=6.7<6.10.13 | |
Linux Kernel | >=6.11<6.11.2 |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
CVE-2024-47727 is classified as a high severity vulnerability that affects the Linux kernel.
To mitigate CVE-2024-47727, users should update to the latest stable version of the Linux kernel that includes the fix.
CVE-2024-47727 affects users running specific versions of the Linux kernel between 5.19 and 6.11.
Exploitation of CVE-2024-47727 could lead to unauthorized access and control over system resources in kernel-initiated MMIO operations.
CVE-2024-47727 was identified and documented as a vulnerability in the Linux kernel prior to its resolution in recent updates.