CVE-2023-53460
BaseFortify
Publication date: 2025-10-01
Last updated on: 2025-10-02
Assigner: kernel.org
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| realtek | rtw88 | * |
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 memory leak in the Linux kernel's Realtek wireless driver (rtw88), specifically in the rtw_usb_probe() function. The issue occurs because the 'hw' resource allocated by ieee80211_alloc_hw() is not properly released in certain code paths, leading to a memory leak. The fix involves changing the return statement to a goto statement to ensure proper cleanup.
How can this vulnerability impact me? :
The memory leak in the wireless driver can lead to increased memory usage over time, potentially causing system instability or degraded performance, especially on systems using the affected Realtek wireless hardware and driver.