CVE-2024-53135
Last modified
CVE-2024-53135 is a medium-severity vulnerability rated 6.5/10 on the CVSS scale. In the Linux kernel, the following vulnerability has been resolved: KVM: VMX: Bury Intel PT virtualization (guest/host mode) behind CONFIG_BROKEN Hide KVM's pt_mode module param behind CONFIG_BROKEN, i.e. disable support for virtualizing Intel PT via guest/host mode unless BROKEN=y. EPSS estimates a 0.23% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: KVM: VMX: Bury Intel PT virtualization (guest/host mode) behind CONFIG_BROKEN Hide KVM's pt_mode module param behind CONFIG_BROKEN, i.e. disable support for virtualizing Intel PT via guest/host mode unless BROKEN=y. There are myriad bugs in the implementation, some of which are fatal to the guest, and others which put the stability and health of the host at risk. For guest fatalities, the most glaring issue is that KVM fails to ensure tracing is disabled, and *stays* disabled prior to VM-Enter, which is necessary as hardware disallows loading (the guest's) RTIT_CTL if tracing is enabled (enforced via a VMX consistency check). Per the SDM: If the logical processor is operating with Intel PT enabled (if IA32_RTIT_CTL.TraceEn = 1) at the time of VM entry, the "load IA32_RTIT_CTL" VM-entry control must be 0. On the host side, KVM doesn't validate the guest CPUID configuration provided by userspace, and even worse, uses the guest configuration to decide what MSRs to save/load at VM-Enter and VM-Exit. E.g. configuring guest CPUID to enumerate more address ranges than are supported in hardware will result in KVM trying to passthrough, save, and load non-existent MSRs, which generates a variety of WARNs, ToPA ERRORs in the host, a potential deadlock, etc.
Metrics
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:C/C:N/I:N/A:H
Affected Software
| Vendor | Product | Versions | Update |
|---|---|---|---|
| Linux | Linux Kernel | >= 5.0, < 6.1.119 | — |
| Linux | Linux Kernel | >= 6.2, < 6.6.63 | — |
| Linux | Linux Kernel | >= 6.7, < 6.11.10 | — |
| Linux | Linux Kernel | 6.12 | Rc1 |
References
Timeline
- Published
- Last Modified
- Status
- Modified
Frequently Asked Questions
What is CVE-2024-53135?
How severe is CVE-2024-53135?
How do I fix CVE-2024-53135?
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-5313CWE-668: Exposure of the Resource Wrong Sphere vulnerability…6.5
- CVE-2024-53130In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-53131In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-53132In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-53133In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2024-53134In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-53136In the Linux kernel, the following vulnerability has been re…4.7
- CVE-2024-53137In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-53138In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-53139In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2024-5314Vulnerabilities in Dolibarr ERP - CRM that affect version 9.…9.1
- CVE-2024-53140In the Linux kernel, the following vulnerability has been re…5.5
Are you affected by CVE-2024-53135?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
