First published: Tue Jan 21 2025(Updated: )
In the Linux kernel, the following vulnerability has been resolved: iio: adc: ti-ads1298: Add NULL check in ads1298_init devm_kasprintf() can return a NULL pointer on failure. A check on the return value of such a call in ads1298_init() is missing. Add it.
Credit: 416baaa9-dc9f-4396-8d5f-8c081fb06d67
Affected Software | Affected Version | How to fix |
---|---|---|
Linux Kernel | ||
Linux Kernel | >=6.9<6.12.10 | |
Linux Kernel | =6.13-rc1 | |
Linux Kernel | =6.13-rc2 | |
Linux Kernel | =6.13-rc3 | |
Linux Kernel | =6.13-rc4 | |
Linux Kernel | =6.13-rc5 | |
Linux Kernel | =6.13-rc6 | |
debian/linux | 5.10.223-1 5.10.234-1 6.1.129-1 6.1.128-1 6.12.21-1 |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
The severity of CVE-2024-57944 is categorized as moderate due to its potential to cause a NULL pointer dereference.
To fix CVE-2024-57944, update the Linux Kernel to a version that includes the patch addressing the NULL check in ads1298_init.
CVE-2024-57944 affects Linux Kernel versions from 6.9 to 6.12.10 and specific release candidates of version 6.13.
The vulnerable component in CVE-2024-57944 is the 'iio: adc: ti-ads1298' driver.
Yes, you can find public references for CVE-2024-57944 in the official Linux Kernel Git repositories.