Beveiligingsadvies

CVE-2024-56573

CVE-kwetsbaarheidsdetails - eXtreme Datacenter Security Operations

Gepubliceerd 2024-12-27 14:23:16
Laatst bijgewerkt 2026-08-05 11:45:08
Toegewezen door Linux
CVSS-score 7.0
Status PUBLISHED

Beschrijving

In the Linux kernel, the following vulnerability has been resolved: efi/libstub: Free correct pointer on failure cmdline_ptr is an out parameter, which is not allocated by the function itself, and likely points into the caller's stack. cmdline refers to the pool allocation that should be freed when cleaning up after a failure, so pass this instead to free_pool().