A flaw was found in grub2 where the grub_extcmd_dispatcher() function calls grub_arg_list_alloc() to allocate memory for the grub's argument list. However, it fails to check in case the memory allocation fails. Once the allocation fails, a NULL point will be processed by the parse_option() function, leading grub to crash or, in some rare scenarios, corrupt the IVT data.
References
Configurations
No configuration.
History
18 Feb 2025, 20:15
Type | Values Removed | Values Added |
---|---|---|
New CVE |
Information
Published : 2025-02-18 20:15
Updated : 2025-02-18 20:15
NVD link : CVE-2024-45775
Mitre link : CVE-2024-45775
CVE.ORG link : CVE-2024-45775
JSON object : View
Products Affected
No product.
CWE
CWE-252
Unchecked Return Value