Security readout for executives and security teams
Plain-English summary
This CVE is a Linux kernel TPM event-log handling bug. On some systems, firmware can expose a large TPM ACPI event log, causing the kernel to use an unsuitable memory allocation path and warn during boot. The public record does not provide CVSS, business impact, or confirmed exploitability.
Executive priority
Treat this as a routine kernel maintenance item unless affected vendors rate your product exposure higher. Prioritize systems where kernel updates are delayed, TPM/secure-boot telemetry matters, or vendor appliances depend on affected Linux kernels.
Technical view
The kernel TPM ACPI event-log code used devm_kmalloc() for a buffer that may be large; the reported case mapped to a 16 MiB allocation. The fix changes this path to kvmalloc()/devm_add_action(), allowing large allocations to fall back appropriately instead of triggering the page allocator warning.
Likely exposure
Exposure is most relevant to Linux systems running affected kernel versions with TPM ACPI event-log support. The reported failure involved HPE ProLiant DL320 Gen12 hardware. Debian LTS and Siemens advisories indicate downstream distributions and products may inherit exposure through their packaged Linux kernels.
Exploitation context
No active exploitation is stated in the provided sources, and the CVE is not listed as KEV. The record describes a kernel boot-time allocation failure condition, not a public exploit path. Evidence is incomplete for attacker control, privilege requirements, or practical impact beyond the reported warning.
Researcher notes
The public data lacks CVSS, CWE, and detailed threat model. Focus analysis on the TPM eventlog/acpi.c allocation path, affected stable branches, and downstream backports. Do not assume remote exploitation from the available evidence.
Mitigation direction
Update to a kernel containing the referenced stable fixes.
Apply Debian LTS or vendor kernel updates where applicable.
For Siemens products, follow the linked Siemens ProductCERT advisories.
Track vendor guidance if packaged kernel status is unclear.
Validation and detection
Inventory Linux kernel versions across servers, appliances, and embedded products.
Check whether deployed kernels include the stable commits listed in the CVE references.
Review boot logs for TPM ACPI event-log allocation warnings on affected hardware.
Confirm Debian or Siemens advisory applicability for managed assets.
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
Potential ATT&CK relevance
Conservative CVE-to-ATT&CK context
These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.
ATT&CK lookup starting points
Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.
cve · low confidence lookup
CVE-2024-58005 mapping review
Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.
These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.
0CVSS vectors
3Timeline events
2ADP providers
13Source links
Vulnerability timeline
Timeline events are normalized from CVE metadata, CNA source timelines, ADP timelines, and KEV metadata when present.
CVE reservedCVE Program
The CVE ID was reserved by the assigning CNA.
CVE publishedCVE Program
The CVE record was published.
Feb 27, 2025, 02:12 UTC (UTC+00:00)
CVE updatedCVE Program
The CVE record metadata indicates this as the latest update time.