CVE-2025-38316
BaseFortify
Publication date: 2025-07-10
Last updated on: 2025-11-18
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 is a NULL pointer dereference in the Linux kernel's wifi driver for the mt7996 chipset. Specifically, the function mt7996_set_monitor() dereferences a pointer named 'phy' before checking if it is NULL, which can lead to a crash or unexpected behavior. The fix involves moving the dereference to occur after the NULL check to prevent this issue.
How can this vulnerability impact me? :
This vulnerability can cause the Linux kernel to crash or behave unexpectedly due to a NULL pointer dereference in the wifi driver. This may lead to denial of service or instability in systems using the affected driver.