Improper resource shutdown or release in Linux kernel - CVE-2026-72474
Published: August 15, 2026
Vulnerability details
The vulnerability allows a local attacker to cause a denial of service.
The vulnerability exists due to improper resource management in the dma-axi-dmac driver descriptor handling when freeing DMA descriptors from softirq context. A local attacker can trigger DMA operations that cause descriptor cleanup to invoke dma_free_coherent() in interrupt context to cause a denial of service.
The issue is observable on architectures such as Microblaze or arm64 where DMA_DIRECT_REMAP is set.