CVE-2024-58051: ipmi: ipmb: Add check devm_kasprintf() returned value
In the Linux kernel, the following vulnerability has been resolved:
ipmi: ipmb: Add check devmkasprintf() returned value
devmkasprintf() can return a NULL pointer on failure but this returned value is not checked.
Affected Software
Remediation
Event History
Frequently Asked Questions
What is the severity of CVE-2024-58051?
CVE-2024-58051 is classified as a moderate severity vulnerability due to potential risks associated with a NULL pointer dereference.
How do I fix CVE-2024-58051?
To fix CVE-2024-58051, you should update to the latest version of the Linux kernel where this vulnerability has been addressed.
What type of vulnerability is CVE-2024-58051?
CVE-2024-58051 is a NULL pointer dereference vulnerability in the IPMI implementation of the Linux kernel.
Which Linux kernel versions are affected by CVE-2024-58051?
CVE-2024-58051 affects specific versions of the Linux kernel, particularly those prior to the patch addressing the issue.
Is CVE-2024-58051 a remote or local vulnerability?
CVE-2024-58051 is primarily a local privilege escalation vulnerability that requires local access to the system.