CVE-2023-53602
BaseFortify
Publication date: 2025-10-04
Last updated on: 2026-03-23
Assigner: kernel.org
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| qualcomm | qcn9074 | * |
| qualcomm | ath11k | * |
| linux | linux_kernel | From 5.15.160 (inc) to 5.16 (inc) |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-401 | The product does not sufficiently track and release allocated memory after it has been used, making the memory unavailable for reallocation and reuse. |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability is a memory leak in the Linux kernel's ath11k WiFi driver. Specifically, memory allocated for firmware statistics related to pdev, vdev, and beacon is not properly released when the driver module is removed (rmmod). The issue is fixed by ensuring the function ath11k_fw_stats_free() is called before the hardware is unregistered, preventing the memory leak.
How can this vulnerability impact me? :
The memory leak can cause increased memory usage over time when the affected WiFi driver is loaded and unloaded repeatedly, potentially leading to system instability or degraded performance due to exhausted memory resources.