I
n the Linux kernel, the following vulnerability has been resolved: wifi: mt76: mt7925: Fix null-ptr-deref in mt7925_thermal_init() devm_kasprintf() returns NULL on error. Currently, mt7925_thermal_init() does not check for this case, which results in a NULL pointer dereference. Add NULL check after devm_kasprintf() to prevent this issue.
References
Configurations
Configuration 1 (hide)
|
History
18 Nov 2025, 18:09
| Type | Values Removed | Values Added |
|---|---|---|
| References | () https://git.kernel.org/stable/c/03ee8f73801a8f46d83dfc2bf73fb9ffa5a21602 - Patch | |
| References | () https://git.kernel.org/stable/c/1bbdf4213711bb6dc365e7628430a63dd3280794 - Patch | |
| References | () https://git.kernel.org/stable/c/2e99e9b34ece0b6d3e82cb757e9f60fa414da999 - Patch | |
| CWE | CWE-476 | |
| CVSS |
v2 : v3 : |
v2 : unknown
v3 : 5.5 |
| CPE | cpe:2.3:o:linux:linux_kernel:6.16:rc2:*:*:*:*:*:* cpe:2.3:o:linux:linux_kernel:6.16:rc1:*:*:*:*:*:* cpe:2.3:o:linux:linux_kernel:6.16:rc5:*:*:*:*:*:* cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* cpe:2.3:o:linux:linux_kernel:6.16:rc4:*:*:*:*:*:* cpe:2.3:o:linux:linux_kernel:6.16:rc3:*:*:*:*:*:* |
|
| First Time |
Linux linux Kernel
Linux |
18 Aug 2025, 20:16
| Type | Values Removed | Values Added |
|---|---|---|
| New CVE |
Information
Published : 2025-08-16 12:15
Updated : 2025-11-18 18:09
NVD link : CVE-2025-38541
Mitre link : CVE-2025-38541
CVE.ORG link : CVE-2025-38541
JSON object : View
Products Affected
CWE
CWE-476
NULL Pointer Dereference