CVE-2025-38007

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

Description

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

Impact