
Cloud Vulnerability DB
A community-led vulnerabilities database
CVE-2023-54001 is a memory leak vulnerability in the Linux kernel's staging r8712u wireless USB driver. Specifically, the flaw exists in the _r8712_init_xmit_priv() function, where memory allocated in multiple sequential steps is not properly freed if a later allocation fails, resulting in a resource leak. A secondary memory leak in r8712_xmit_resource_alloc() is also addressed by the fix. The vulnerability was published on December 24, 2025, and affects Linux kernel versions from commit 2865d42c78a9 onward until the respective stable-branch fixes. No CVSS score has been assigned by NVD at this time (NVD, EUVD).
The root cause is improper memory management (CWE-401 — Missing Release of Memory after Effective Lifetime) in the r8712u staging driver's transmit initialization routine. When _r8712_init_xmit_priv() performs sequential memory allocations and a later allocation fails, the error-handling path does not free previously allocated memory before returning, causing a kernel memory leak. The fix ensures that all previously allocated resources are released on any failure path, and also corrects a similar issue in r8712_xmit_resource_alloc(). The vulnerability was introduced with commit 2865d42c78a9 ("staging: r8712u: Add the new driver to the mainline kernel") (NVD).
The primary impact of this vulnerability is a kernel memory leak, which can gradually exhaust available kernel memory on affected systems over time, potentially leading to degraded system performance or denial of service. Because the affected code resides in a staging USB wireless driver (r8712u), the impact is limited to systems where this driver is loaded — typically those using Realtek RTL8712-based USB Wi-Fi adapters. There is no known path to privilege escalation, code execution, or data exfiltration via this vulnerability (NVD).
The Linux kernel stable trees have released patches addressing this vulnerability across multiple branches: kernel 5.10.190, 5.15.124, 6.1.43, 6.4.8, and 6.5. Administrators should update to a patched kernel version for their respective distribution. As a workaround, systems that do not require the r8712u driver can blacklist the module (echo 'blacklist r8712u' >> /etc/modprobe.d/blacklist.conf) to prevent it from loading, eliminating exposure entirely (NVD).
Source: This report was generated using AI
Free Vulnerability Assessment
Evaluate your cloud security practices across 9 security domains to benchmark your risk level and identify gaps in your defenses.
Get a personalized demo
"Best User Experience I have ever seen, provides full visibility to cloud workloads."
"Wiz provides a single pane of glass to see what is going on in our cloud environments."
"We know that if Wiz identifies something as critical, it actually is."