CVE-2023-54188
Unknown Unknown - Not Provided
Memory Leak in Linux Kernel dmaengine apple-admac Component

Publication date: 2025-12-30

Last updated on: 2025-12-30

Assigner: kernel.org

Description
In the Linux kernel, the following vulnerability has been resolved: dmaengine: apple-admac: Fix 'current_tx' not getting freed In terminate_all we should queue up all submitted descriptors to be freed. We do that for the content of the 'issued' and 'submitted' lists, but the 'current_tx' descriptor falls through the cracks as it's removed from the 'issued' list once it gets assigned to be the current descriptor. Explicitly queue up freeing of the 'current_tx' descriptor to address a memory leak that is otherwise present.
CVSS Scores
EPSS Scores
Probability:
Percentile:
Meta Information
Published
2025-12-30
Last Modified
2025-12-30
Generated
2026-06-16
AI Q&A
2025-12-30
EPSS Evaluated
2026-06-15
NVD
EUVD
Affected Vendors & Products
Showing 1 associated CPE
Vendor Product Version / Range
apple admac *
Helpful Resources
Exploitability
CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-UNKNOWN
Attack-Flow Graph
AI Quick Actions
Instant insights powered by AI
Executive Summary

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.

Impact Analysis

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.

Chat Assistant
Ask questions about this CVE
Hi! I’m here to help you understand CVE-2023-54188. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70
EPSS Chart