CVE-2023-53721
BaseFortify
Publication date: 2025-10-22
Last updated on: 2025-10-22
Assigner: kernel.org
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| qualcomm | ath12k | * |
| qualcomm | wcn7850 | * |
| linux | linux_kernel | * |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-UNKNOWN |
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 ath12k driver, specifically in the function ath12k_mac_op_hw_scan(). The issue occurs because the return value of kzalloc(), a memory allocation function, is used directly in memcpy() without checking if kzalloc() failed and returned NULL. This can cause the system to dereference a NULL pointer, leading to a crash or instability.
How can this vulnerability impact me? :
This vulnerability can cause the affected system to crash or become unstable due to a NULL pointer dereference in the WiFi driver. This may result in denial of service or loss of network connectivity.