CVE-2023-53529
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 rtw88_usb driver, specifically in the USB probe routine. The driver allocates memory that is not properly freed, leading to a leak. This was confirmed by observing a dangling pointer after unloading the driver. The issue is fixed by ensuring the allocated memory is freed in the rtw_usb_intf_deinit() function.
How can this vulnerability impact me? :
The memory leak can cause increased memory usage over time, potentially leading to reduced system performance or stability issues if the leaked memory accumulates. This could affect systems using the affected rtw88_usb driver, especially in environments where the driver is frequently loaded and unloaded.
What immediate steps should I take to mitigate this vulnerability?
Unload the affected rtw88_usb driver to avoid the memory leak, as the leak was verified by unloading the driver which resulted in a dangling pointer. Additionally, ensure that the driver is updated to a version where the memory leak in rtw88_usb has been fixed.