CVE-2023-54188
Memory Leak in Linux Kernel dmaengine apple-admac Component
Publication date: 2025-12-30
Last updated on: 2025-12-30
Assigner: kernel.org
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| apple | admac | * |
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 apple-admac dmaengine driver. Specifically, the 'current_tx' descriptor is not properly freed during the termination process, as it is removed from the 'issued' list when assigned as the current descriptor but not queued for freeing. This causes the 'current_tx' descriptor to be left allocated, leading to a memory leak.
How can this vulnerability impact me? :
The memory leak caused by this vulnerability can lead to increased memory usage over time, potentially degrading system performance or causing resource exhaustion if the leak is significant and persistent.