First published: Tue Oct 29 2024(Updated: )
In the Linux kernel, the following vulnerability has been resolved: pinctrl: stm32: check devm_kasprintf() returned value devm_kasprintf() can return a NULL pointer on failure but this returned value is not checked. Fix this lack and check the returned value. Found by code review.
Credit: 416baaa9-dc9f-4396-8d5f-8c081fb06d67
Affected Software | Affected Version | How to fix |
---|---|---|
Linux Kernel | >=6.6<6.6.58 | |
Linux Kernel | >=6.7<6.11.5 | |
Linux Kernel | =6.12-rc1 | |
Linux Kernel | =6.12-rc2 | |
Linux Kernel | =6.12-rc3 | |
debian/linux | 5.10.223-1 5.10.234-1 6.1.129-1 6.1.128-1 6.12.20-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-50070 is currently classified as moderate.
To fix CVE-2024-50070, ensure that updates for the affected Linux kernel versions are applied, following the recommended patching procedures.
CVE-2024-50070 affects Linux kernel versions from 6.6 up to 6.6.58, between 6.7 and 6.11.5, and specific release candidates 6.12-rc1, 6.12-rc2, and 6.12-rc3.
CVE-2024-50070 addresses a lack of NULL pointer checks on the return value of devm_kasprintf() in the pinctrl subsystem of the Linux kernel.
CVE-2024-50070 was discovered through a code review process.