CVE-2025-38541
Severity CVSS v4.0:
Pending analysis
Type:
Unavailable / Other
Publication date:
16/08/2025
Last modified:
18/08/2025
Description
In the Linux kernel, the following vulnerability has been resolved:<br />
<br />
wifi: mt76: mt7925: Fix null-ptr-deref in mt7925_thermal_init()<br />
<br />
devm_kasprintf() returns NULL on error. Currently, mt7925_thermal_init()<br />
does not check for this case, which results in a NULL pointer<br />
dereference.<br />
<br />
Add NULL check after devm_kasprintf() to prevent this issue.