CVE-2024-46716: dmaengine: altera-msgdma: properly free descriptor in msgdma_free_descriptor
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.
Security readout for executives and security teams
Plain-English summary
CVE-2024-46716 is a Linux kernel bug in the Altera mSGDMA DMA driver cleanup path. The public record says descriptors were not freed correctly because list nodes were handled in the wrong function. Business urgency depends on whether affected kernels and this driver are present; public sources do not provide CVSS, impact detail, or active exploitation evidence.
Executive priority
Handle as a kernel maintenance item with uncertain severity. Patch during the next appropriate kernel update window, but accelerate for systems using Altera mSGDMA-capable hardware or Debian LTS kernels covered by the advisory. There is no provided evidence of active exploitation.
Technical view
The fix removes list deletion from msgdma_chan_desc_cleanup and moves list handling into msgdma_free_descriptor, replacing list_add_tail with list_move_tail. The affected path is msgdma_free_chan_resources to msgdma_free_descriptors to msgdma_free_desc_list to msgdma_free_descriptor, where first list nodes were not removed correctly.
Likely exposure
Likely exposure is Linux systems running affected kernel ranges with the altera-msgdma dmaengine driver included or used. The source bundle lists Linux kernels around 4.14 through fixed stable releases, but does not identify appliances, distributions beyond Debian LTS, or default exploitability.
Exploitation context
The CVE is not listed as KEV, and the provided sources do not report exploitation, proof-of-concept activity, or remote attack conditions. Treat exploitation status as unconfirmed. The available evidence describes a kernel resource cleanup defect, not an externally reachable service flaw.
Researcher notes
The public record is sparse: no CVSS, CWE, concrete impact, or exploit preconditions are provided. Analysis should focus on the altera-msgdma descriptor lifecycle, whether affected code is reachable on deployed hardware, and whether downstream kernels have backported the stable fix.
Mitigation direction
Apply vendor kernel updates containing the referenced stable fixes.
Review Debian LTS or your distribution's kernel advisory for packaged updates.
Prioritize hosts that use Altera mSGDMA or FPGA DMA functionality.
If updates are unavailable, follow vendor guidance for reducing driver exposure.
Track the CVE record for any later severity or impact clarification.
Validation and detection
Inventory Linux kernel versions against the CVE affected and fixed ranges.
Check whether the altera-msgdma driver is built, loaded, or required.
Confirm installed kernel packages include the referenced stable commits or distro backports.
Review distribution advisories for matching package versions and reboot requirements.
Document systems where exposure is unknown because hardware or driver use is unclear.
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
Potential ATT&CK relevance
Conservative CVE-to-ATT&CK context
These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.
ATT&CK lookup starting points
Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.
cve · low confidence lookup
CVE-2024-46716 mapping review
Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.
These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.