
Cloud Vulnerability DB
A community-led vulnerabilities database
CVE-2022-49320 affects the Linux kernel's DMA engine, specifically in the zynqmp_dma driver. The vulnerability was discovered in the struct zynqmp_dma_chan where the desc_size data type could potentially cause an overflow condition in 32-bit multiplication operations (Kernel Commit).
The vulnerability exists in the zynqmp_dma_alloc/free_chan_resources functions where there is a potential overflow in expressions using desc_size and ZYNQMP_DMA_NUM_DESCS arguments, which were both 32-bit values. The issue occurs in operations like: dma_alloc_coherent(chan->dev, (2 * chan->desc_size * ZYNQMP_DMA_NUM_DESCS), &chan->desc_pool_p, GFP_KERNEL) and dma_free_coherent(chan->dev,(2 * ZYNQMP_DMA_DESC_SIZE(chan) * ZYNQMP_DMA_NUM_DESCS), chan->desc_pool_v, chan->desc_pool_p) (Kernel Commit).
While the overflow condition had not been observed in practice, it presented a potential security risk in cases involving 32-bit multiplication operations in the DMA engine (Kernel Commit).
The issue was fixed by changing the desc_size data type from u32 to size_t in the struct zynqmp_dma_chan. Additionally, the fix included reusing the ZYNQMP_DMA_DESC_SIZE macro in the dma_alloc_coherent API argument (Kernel Commit).
Source: This report was generated using AI
Free Vulnerability Assessment
Evaluate your cloud security practices across 9 security domains to benchmark your risk level and identify gaps in your defenses.
Get a personalized demo
"Best User Experience I have ever seen, provides full visibility to cloud workloads."
"Wiz provides a single pane of glass to see what is going on in our cloud environments."
"We know that if Wiz identifies something as critical, it actually is."