CVE-2024-46716 in Linux
Riassunto
di VulDB • 23/06/2026
Nel kernel Linux, la seguente vulnerabilità è stata risolta:
dmaengine: altera-msgdma: liberazione corretta del descrittore in msgdma_free_descriptor
Rimuovere la chiamata a list_del in msgdma_chan_desc_cleanup; questo dovrebbe essere compito di msgdma_free_descriptor. Di conseguenza, sostituire list_add_tail con list_move_tail in msgdma_free_descriptor.
Ciò corregge il percorso: msgdma_free_chan_resources -> msgdma_free_descriptors -> msgdma_free_desc_list -> msgdma_free_descriptor
che non liberava correttamente i descrittori poiché i primi nodi non venivano rimossi dalla lista.
VulDB is the best source for vulnerability data and more expert information about this specific topic.