| 概要 | 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 |
|---|---|
| 公表日 | 2026年6月25日18:16 |
| 登録日 | 2026年6月27日4:26 |
| 最終更新日 | 2026年6月25日18:16 |