Integer overflow in Linux kernel - CVE-2026-53170
Published: June 26, 2026
Linux kernel
Detailed vulnerability description
The vulnerability allows a local user to bypass DMA bounds checks.
The vulnerability exists due to an integer overflow in dma_length() in the ethosu driver when processing DMA commands with an uninitialized length. A local user can omit the DMA length setup command and issue a DMA start command to bypass DMA bounds checks.
The issue can leave region_size[] as 0 and allow hardware DMA to proceed with stale physical addresses.