Centos-kernel-stream-9/arch/x86/coco
Vitaly Kuznetsov 9056622a67 x86/tdx: Fix "in-kernel MMIO" check
JIRA: https://issues.redhat.com/browse/RHEL-63318
CVE: CVE-2024-47727

commit d4fc4d01471528da8a9797a065982e05090e1d81
Author: Alexey Gladkov (Intel) <legion@kernel.org>
Date:   Fri Sep 13 19:05:56 2024 +0200

    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.

    Fixes: 31d58c4e557d ("x86/tdx: Handle in-kernel MMIO")
    Signed-off-by: Alexey Gladkov (Intel) <legion@kernel.org>
    Signed-off-by: Dave Hansen <dave.hansen@linux.intel.com>
    Reviewed-by: Kirill A. Shutemov <kirill.shutemov@linux.intel.com>
    Acked-by: Dave Hansen <dave.hansen@linux.intel.com>
    Cc:stable@vger.kernel.org
    Link: https://lore.kernel.org/all/565a804b80387970460a4ebc67c88d1380f61ad1.1726237595.git.legion%40kernel.org

Signed-off-by: Vitaly Kuznetsov <vkuznets@redhat.com>
2025-03-20 17:47:55 +01:00
..
sev x86/sev: Convert shared memory back to private on kexec 2024-12-11 17:57:26 +01:00
tdx x86/tdx: Fix "in-kernel MMIO" check 2025-03-20 17:47:55 +01:00
Makefile x86/sev: Move SEV compilation units 2024-10-09 18:04:25 +02:00
core.c cpu/hotplug, x86/acpi: Disable CPU offlining for ACPI MADT wakeup 2024-10-09 18:04:19 +02:00