CVE-2024-57944: iio: adc: ti-ads1298: Add NULL check in ads1298_init
In the Linux kernel, the following vulnerability has been resolved:
iio: adc: ti-ads1298: Add NULL check in ads1298init
devmkasprintf() can return a NULL pointer on failure. A check on the return value of such a call in ads1298init() is missing. Add it.
Other sources
This CVE was automatically created from a reference found in an email or other text. If you are reading this, then this CVE entry is probably erroneous, since this text should be replaced by the official CVE description automatically.
— Launchpad
Affected Software
Remediation
Event History
Frequently Asked Questions
What is the severity of CVE-2024-57944?
The severity of CVE-2024-57944 is categorized as moderate due to its potential to cause a NULL pointer dereference.
How do I fix CVE-2024-57944?
To fix CVE-2024-57944, update the Linux Kernel to a version that includes the patch addressing the NULL check in ads1298_init.
Which versions of the Linux Kernel are affected by CVE-2024-57944?
CVE-2024-57944 affects Linux Kernel versions from 6.9 to 6.12.10 and specific release candidates of version 6.13.
What component of the Linux Kernel is vulnerable in CVE-2024-57944?
The vulnerable component in CVE-2024-57944 is the 'iio: adc: ti-ads1298' driver.
Is there a public reference for CVE-2024-57944?
Yes, you can find public references for CVE-2024-57944 in the official Linux Kernel Git repositories.