CVE-2024-35943: pmdomain: ti: Add a null pointer check to the omap_prm_domain_init
In the Linux kernel, the following vulnerability has been resolved:
pmdomain: ti: Add a null pointer check to the omapprmdomaininit
devmkasprintf() returns a pointer to dynamically allocated memory which can be NULL upon failure. Ensure the allocation was successful by checking the pointer validity.
Affected Software
Remediation
Event History
Frequently Asked Questions
What is the severity of CVE-2024-35943?
CVE-2024-35943 is considered a medium severity vulnerability in the Linux kernel due to its potential impact on system stability.
How do I fix CVE-2024-35943?
To fix CVE-2024-35943, update to one of the secure versions of the Linux kernel listed in the affected software section.
What systems are affected by CVE-2024-35943?
CVE-2024-35943 affects specific versions of the Linux kernel, including versions up to 5.10.226-1, as detailed in the affected software information.
What is the exploitability of CVE-2024-35943?
CVE-2024-35943 can be exploited under certain conditions, particularly if the null pointer dereference is leveraged in the context of specific applications.
Is there a patch available for CVE-2024-35943?
Yes, a patch for CVE-2024-35943 is available in the updated versions of the Linux kernel.