CVE-2024-47727
Last modified
CVE-2024-47727 is a high-severity vulnerability rated 7.8/10 on the CVSS scale. 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. EPSS estimates a 0.25% chance of exploitation in the next 30 days.
Description
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.
Metrics
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
Weakness Enumeration
Affected Software
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux Kernel | >= 5.19, < 6.1.113 |
| Linux | Linux Kernel | >= 6.2, < 6.6.54 |
| Linux | Linux Kernel | >= 6.7, < 6.10.13 |
| Linux | Linux Kernel | >= 6.11, < 6.11.2 |
References
Timeline
- Published
- Last Modified
- Status
- Modified
Frequently Asked Questions
What is CVE-2024-47727?
How severe is CVE-2024-47727?
How do I fix CVE-2024-47727?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2024
- CVE-2024-47721In the Linux kernel, the following vulnerability has been re…7.1
- CVE-2024-47722Rejected reason: This CVE ID has been rejected or withdrawn …
- CVE-2024-47723In the Linux kernel, the following vulnerability has been re…7.1
- CVE-2024-47724In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-47725Rejected reason: This CVE ID has been rejected or withdrawn …
- CVE-2024-47726In the Linux kernel, the following vulnerability has been re…6.5
- CVE-2024-47728In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-47729In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-4773When a network error occurred during page load, the prior co…7.5
- CVE-2024-47730In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2024-47731In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-47732In the Linux kernel, the following vulnerability has been re…5.5
Are you affected by CVE-2024-47727?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
