CVE-2023-54001
Unknown Unknown - Not Provided
Memory Leak in Linux Kernel r8712 Driver Fixed

Publication date: 2025-12-24

Last updated on: 2025-12-24

Assigner: kernel.org

Description
In the Linux kernel, the following vulnerability has been resolved: staging: r8712: Fix memory leak in _r8712_init_xmit_priv() In the above mentioned routine, memory is allocated in several places. If the first succeeds and a later one fails, the routine will leak memory. This patch fixes commit 2865d42c78a9 ("staging: r8712u: Add the new driver to the mainline kernel"). A potential memory leak in r8712_xmit_resource_alloc() is also addressed.
CVSS Scores
EPSS Scores
Probability:
Percentile:
Meta Information
Published
2025-12-24
Last Modified
2025-12-24
Generated
2026-05-07
AI Q&A
2025-12-24
EPSS Evaluated
2026-05-05
NVD
EUVD
Affected Vendors & Products
Showing 1 associated CPE
Vendor Product Version / Range
linux linux_kernel *
Helpful Resources
Exploitability
CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-UNKNOWN
Attack-Flow Graph
AI Powered Q&A
What immediate steps should I take to mitigate this vulnerability?

To mitigate this vulnerability, update your Linux kernel to a version that includes the patch fixing the memory leak in the r8712 driver, specifically addressing the _r8712_init_xmit_priv() routine and r8712_xmit_resource_alloc(). Applying the latest kernel updates from your distribution is recommended.


Can you explain this vulnerability to me?

This vulnerability is a memory leak in the Linux kernel's r8712 driver, specifically in the _r8712_init_xmit_priv() function. When memory is allocated multiple times in this routine, if an early allocation succeeds but a later one fails, the previously allocated memory is not freed, causing a memory leak. The patch fixes this issue by ensuring proper memory management.


How can this vulnerability impact me? :

The memory leak can lead to increased memory usage over time, potentially causing system instability or degraded performance if the leaked memory accumulates. This could affect the reliability of systems running the affected Linux kernel driver.


Ask Our AI Assistant
Need more information? Ask your question to get an AI reply (Powered by our expertise)
0/70
EPSS Chart