In the Linux kernel, the following vulnerability has been resolved:
wifi: mt76: mt7996: Add NULL check in mt7996_thermal_init
devm_kasprintf() can return a NULL pointer on failure,but this
returned value in mt7996_thermal_init() is not checked.
Add NULL check in mt7996_thermal_init(), to handle kernel NULL
pointer dereference error.
References
Configurations
History
No history.
Information
Published : 2025-07-10 08:15
Updated : 2025-11-19 21:59
NVD link : CVE-2025-38281
Mitre link : CVE-2025-38281
CVE.ORG link : CVE-2025-38281
JSON object : View
Products Affected
linux
- linux_kernel
CWE
CWE-476
NULL Pointer Dereference
