CVE-2024-49858
Last modified
CVE-2024-49858 is a medium-severity vulnerability rated 5.5/10 on the CVSS scale. In the Linux kernel, the following vulnerability has been resolved: efistub/tpm: Use ACPI reclaim memory for event log to avoid corruption The TPM event log table is a Linux specific construct, where the data produced by the GetEventLog() boot service is cached in memory, and passed on to the OS using an EFI configuration table. The use of EFI_LOADER_DATA here results in the region being left unreserved in the E820 memory map constructed by the EFI stub, and this is the memory description that is passed on to the incoming kernel by kexec, which is therefore unaware that the region should be reserved. Even though the utility of the TPM2 event log after a kexec is questionable, any corruption might send the parsing code off into the weeds and crash the kernel. So let's use EFI_ACPI_RECLAIM_MEMORY instead, which is always treated as reserved by the E820 conversion logic.. EPSS estimates a 0.21% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: efistub/tpm: Use ACPI reclaim memory for event log to avoid corruption The TPM event log table is a Linux specific construct, where the data produced by the GetEventLog() boot service is cached in memory, and passed on to the OS using an EFI configuration table. The use of EFI_LOADER_DATA here results in the region being left unreserved in the E820 memory map constructed by the EFI stub, and this is the memory description that is passed on to the incoming kernel by kexec, which is therefore unaware that the region should be reserved. Even though the utility of the TPM2 event log after a kexec is questionable, any corruption might send the parsing code off into the weeds and crash the kernel. So let's use EFI_ACPI_RECLAIM_MEMORY instead, which is always treated as reserved by the E820 conversion logic.
Metrics
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
Affected Software
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux Kernel | < 5.10.227 |
| Linux | Linux Kernel | >= 5.11, < 5.15.168 |
| Linux | Linux Kernel | >= 5.16, < 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-49858?
How severe is CVE-2024-49858?
How do I fix CVE-2024-49858?
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-49852In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2024-49853In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2024-49854In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2024-49855In the Linux kernel, the following vulnerability has been re…7
- CVE-2024-49856In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-49857In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-49859In the Linux kernel, the following vulnerability has been re…4.7
- CVE-2024-49860In the Linux kernel, the following vulnerability has been re…7.1
- CVE-2024-49861In the Linux kernel, the following vulnerability has been re…7.1
- CVE-2024-49862In the Linux kernel, the following vulnerability has been re…7.1
- CVE-2024-49863In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-49864In the Linux kernel, the following vulnerability has been re…4.7
Are you affected by CVE-2024-49858?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
