CVE-2023-54231
Unknown
Unknown - Not Provided
Memory Leak in Linux Kernel net/libwx DMA Buffer Handling
Publication date: 2025-12-30
Last updated on: 2025-12-30
Assigner: kernel.org
Description
Description
In the Linux kernel, the following vulnerability has been resolved:
net: libwx: fix memory leak in wx_setup_rx_resources
When wx_alloc_page_pool() failed in wx_setup_rx_resources(), it doesn't
release DMA buffer. Add dma_free_coherent() in the error path to release
the DMA buffer.
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 a memory leak in the Linux kernel's net: libwx component. Specifically, when the function wx_alloc_page_pool() fails during wx_setup_rx_resources(), the DMA buffer is not released properly, leading to a memory leak. The fix involves adding dma_free_coherent() in the error path to release the DMA buffer.
How can this vulnerability impact me? :
The memory leak caused by this vulnerability can lead to increased memory usage and potential resource exhaustion on affected systems, which may degrade system performance or cause instability over time.
Ask Our AI Assistant
Need more information? Ask your question to get an AI reply (Powered by our expertise)
0/70