CVE-2025-38605
BaseFortify
Publication date: 2025-08-19
Last updated on: 2025-11-26
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) |
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 in the Linux kernel's ath12k wireless driver. It occurs because the function ath12k_dp_tx_get_encap_type() uses the arvif parameter only to retrieve the ab pointer. During the vdev delete sequence, arvif->ar can become NULL, which leads to a kernel panic due to dereferencing a NULL pointer. The fix involves passing the ab pointer directly to avoid this NULL dereference and prevent the kernel panic.
How can this vulnerability impact me? :
This vulnerability can cause a kernel panic in the Linux system running the affected ath12k wireless driver. A kernel panic results in a system crash, causing downtime and potential loss of data or service availability. This can disrupt normal operations on devices using this driver.