2 matches found
EUVD-2023-60453
In the Linux kernel, the following vulnerability has been resolved: dmaengine: apple-admac: Fix 'currenttx' not getting freed In terminateall we should queue up all submitted descriptors to be freed. We do that for the content of the 'issued' and 'submitted' lists, but the 'currenttx' descriptor...
CVE-2023-54188
CVE-2023-54188 affects the Linux kernel’s dmaengine for the Apple-admac path. The root cause is that the memory descriptor named current_tx is removed from the issued list when it becomes the current descriptor, causing it to be omitted from the standard freeing flow and leaking memory. The docum...