| Summary | In the Linux kernel, the following vulnerability has been resolved: accel/ethosu: fix arithmetic issues in dma_length() dma_length() derives DMA region usage from command stream values and len = ((len + stride[0]) * size0 + stride[1]) * size1 Several arithmetic issues can corrupt the derived region size: - signed stride values may underflow when added to len region_size[] is later used by ethosu_job.c to validate command stream Fix by validating signed additions, using overflow helpers for |
|---|---|
| Publication Date | June 25, 2026, 6:16 p.m. |
| Registration Date | June 27, 2026, 4:26 a.m. |
| Last Update | June 25, 2026, 6:16 p.m. |