Bug 2320259 (CVE-2024-47727) - CVE-2024-47727 kernel: x86/tdx: Fix "in-kernel MMIO" check
Summary: CVE-2024-47727 kernel: x86/tdx: Fix "in-kernel MMIO" check
Keywords:
Status: NEW
Alias: CVE-2024-47727
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Product Security DevOps Team
QA Contact:
URL:
Whiteboard:
Depends On: 2320359
Blocks:
TreeView+ depends on / blocked
 
Reported: 2024-10-21 13:06 UTC by OSIDB Bzimport
Modified: 2026-03-11 00:47 UTC (History)
4 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Product Errata RHSA-2025:20518 0 None None None 2025-11-11 10:19:54 UTC
Red Hat Product Errata RHSA-2026:4011 0 None None None 2026-03-09 09:09:15 UTC
Red Hat Product Errata RHSA-2026:4246 0 None None None 2026-03-11 00:47:32 UTC

Description OSIDB Bzimport 2024-10-21 13:06:08 UTC
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.

Comment 3 errata-xmlrpc 2025-11-11 10:19:53 UTC
This issue has been addressed in the following products:

  Red Hat Enterprise Linux 9

Via RHSA-2025:20518 https://access.redhat.com/errata/RHSA-2025:20518

Comment 4 ethelriez 2026-02-18 12:45:12 UTC Comment hidden (spam)
Comment 5 errata-xmlrpc 2026-03-09 09:09:13 UTC
This issue has been addressed in the following products:

  Red Hat Enterprise Linux 9.6 Extended Update Support

Via RHSA-2026:4011 https://access.redhat.com/errata/RHSA-2026:4011

Comment 6 errata-xmlrpc 2026-03-11 00:47:30 UTC
This issue has been addressed in the following products:

  Red Hat Enterprise Linux 9.4 Extended Update Support

Via RHSA-2026:4246 https://access.redhat.com/errata/RHSA-2026:4246


Note You need to log in before you can comment on or make changes to this bug.