CVE-2025-38155
BaseFortify
Publication date: 2025-07-03
Last updated on: 2025-11-20
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) |
| linux | linux_kernel | From 5.15.160 (inc) to 5.16 (inc) |
| 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 is a null pointer dereference in the Linux kernel's mt7915 WiFi driver. Specifically, the function mt7915_mmio_wed_init() calls devm_ioremap(), which can return NULL on error, but the function does not check for this NULL return value. This leads to a null pointer dereference, which can cause the kernel to crash or behave unexpectedly.
How can this vulnerability impact me? :
The null pointer dereference can cause the Linux kernel to crash or become unstable, potentially leading to denial of service or system instability on devices using the affected WiFi driver.