CVE-2025-38121
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) |
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 iwlwifi driver related to multi-link device (mld) initialization. When an error happens during initialization, a flag called in_hw_restart is set but never cleared. This causes the system to retry initialization incorrectly and behave as if it is restarting hardware when it is not. This leads to a NULL pointer dereference when canceling a work item that was never initialized, potentially causing a kernel panic.
How can this vulnerability impact me? :
The vulnerability can cause the Linux kernel to panic due to a NULL pointer dereference, leading to system crashes or instability. This can disrupt normal operation, cause denial of service, and potentially affect system reliability.