mirror of
https://github.com/0xMarcio/cve.git
synced 2025-11-30 18:56:19 +00:00
904 B
904 B
CVE-2024-56573
Description
In the Linux kernel, the following vulnerability has been resolved:efi/libstub: Free correct pointer on failurecmdline_ptr is an out parameter, which is not allocated by the functionitself, and likely points into the caller's stack.cmdline refers to the pool allocation that should be freed when cleaningup after a failure, so pass this instead to free_pool().
POC
Reference
No PoCs from references.