CVE-2023-53802
BaseFortify
Publication date: 2025-12-09
Last updated on: 2025-12-09
Assigner: kernel.org
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| 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 in the Linux kernel's ath9k wireless driver, specifically in the function ath9k_htc_rx_msg(). The function is supposed to either free a provided skb (socket buffer) or pass its management to another callback function. However, if there is no callback function, the skb is not freed, which leads to a memory leak. This issue was discovered using the Syzkaller testing tool.
How can this vulnerability impact me? :
The vulnerability can cause a memory leak in the Linux kernel's wireless driver. Over time, this memory leak could degrade system performance or stability, potentially leading to resource exhaustion or crashes if exploited repeatedly.