cve/2024/CVE-2024-50069.md
2025-09-29 21:09:30 +02:00

941 B

CVE-2024-50069

Description

In the Linux kernel, the following vulnerability has been resolved:pinctrl: apple: check devm_kasprintf() returned valuedevm_kasprintf() can return a NULL pointer on failure but this returnedvalue is not checked. Fix this lack and check the returned value.Found by code review.

POC

Reference

No PoCs from references.

Github