First published: Fri Dec 27 2024(Updated: )
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().
Credit: 416baaa9-dc9f-4396-8d5f-8c081fb06d67
Affected Software | Affected Version | How to fix |
---|---|---|
Linux Kernel |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
CVE-2024-56573 has been classified as a moderate severity vulnerability in the Linux kernel.
CVE-2024-56573 can lead to an out-of-bounds read operation that may impact system stability.
To fix CVE-2024-56573, ensure you update to the latest version of the Linux kernel where the vulnerability has been patched.
CVE-2024-56573 affects multiple versions of the Linux kernel prior to the release that includes the fix.
Technical details about CVE-2024-56573 can typically be found in the changelogs or official patch notes from the Linux kernel repository.