First published: Tue Oct 29 2024(Updated: )
In the Linux kernel, the following vulnerability has been resolved: pinctrl: apple: 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 | >=5.16<6.1.114 | |
Linux Kernel | >=6.2<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.226-1 6.1.123-1 6.1.128-1 6.12.12-1 6.12.15-1 | |
debian/linux-6.1 | 6.1.119-1~deb11u1 |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
CVE-2024-50069 has been rated as a medium severity vulnerability due to the potential for NULL pointer dereference.
To mitigate CVE-2024-50069, update your Linux kernel to the latest stable version that includes the fix.
CVE-2024-50069 affects Linux kernel versions between 5.16 and 6.1.114, 6.2 to 6.6.58, and 6.7 to 6.11.5, as well as the 6.12-rc1, 6.12-rc2, and 6.12-rc3 releases.
CVE-2024-50069 is a vulnerability in the pinctrl subsystem of the Linux kernel related to inadequate error handling.
CVE-2024-50069 was discovered through code review.