First published: Wed Sep 18 2024(Updated: )
In the Linux kernel, the following vulnerability has been resolved: dmaengine: altera-msgdma: properly free descriptor in msgdma_free_descriptor Remove list_del call in msgdma_chan_desc_cleanup, this should be the role of msgdma_free_descriptor. In consequence replace list_add_tail with list_move_tail in msgdma_free_descriptor. This fixes the path: msgdma_free_chan_resources -> msgdma_free_descriptors -> msgdma_free_desc_list -> msgdma_free_descriptor which does not correctly free the descriptors as first nodes were not removed from the list.
Credit: 416baaa9-dc9f-4396-8d5f-8c081fb06d67 416baaa9-dc9f-4396-8d5f-8c081fb06d67
Affected Software | Affected Version | How to fix |
---|---|---|
debian/linux | <=5.10.223-1<=5.10.226-1 | 6.1.123-1 6.1.119-1 6.12.9-1 6.12.10-1 |
debian/linux-6.1 | 6.1.119-1~deb11u1 |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
CVE-2024-46716 is classified as a moderate severity vulnerability affecting the Linux kernel.
To fix CVE-2024-46716, ensure your Linux kernel is updated to versions 6.1.123-1, 6.1.119-1, 6.12.9-1, or 6.12.10-1.
CVE-2024-46716 affects Debian Linux packages such as linux and linux-6.1.
CVE-2024-46716 is a memory management issue related to descriptor handling in the dmaengine of the Linux kernel.
There are no known workarounds for CVE-2024-46716; applying the appropriate updates is recommended.