CVE-2025-38143

Severity CVSS v4.0:
Pending analysis
Type:
Unavailable / Other
Publication date:
03/07/2025
Last modified:
03/07/2025

Description

In the Linux kernel, the following vulnerability has been resolved:<br /> <br /> backlight: pm8941: Add NULL check in wled_configure()<br /> <br /> devm_kasprintf() returns NULL when memory allocation fails. Currently,<br /> wled_configure() does not check for this case, which results in a NULL<br /> pointer dereference.<br /> <br /> Add NULL check after devm_kasprintf() to prevent this issue.

Impact