CVE-2025-22066

Severity CVSS v4.0:
Pending analysis
Type:
Unavailable / Other
Publication date:
16/04/2025
Last modified:
17/04/2025

Description

In the Linux kernel, the following vulnerability has been resolved:<br /> <br /> ASoC: imx-card: Add NULL check in imx_card_probe()<br /> <br /> devm_kasprintf() returns NULL when memory allocation fails. Currently,<br /> imx_card_probe() 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