CVE-2025-38281
BaseFortify
Publication date: 2025-07-10
Last updated on: 2025-11-19
Assigner: kernel.org
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| linux | linux_kernel | From 5.15.160 (inc) to 5.16 (inc) |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-476 | The product dereferences a pointer that it expects to be valid but is NULL. |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability occurs in the Linux kernel's mt7996 wireless driver where the function mt7996_thermal_init() uses devm_kasprintf() without checking if it returns a NULL pointer. If devm_kasprintf() fails and returns NULL, the lack of a NULL check can lead to a kernel NULL pointer dereference error, potentially causing a system crash or instability.
How can this vulnerability impact me? :
The vulnerability can cause a kernel NULL pointer dereference, which may lead to a system crash or instability in devices using the affected Linux kernel wireless driver. This could result in denial of service or unexpected reboots.