| 概要 | In the Linux kernel, the following vulnerability has been resolved: accel/ethosu: fix OOB write in ethosu_gem_cmdstream_copy_and_validate() The command stream parsing loop increments the index variable a second for (i = 0; i < size / 4; i++) { The buffer bocmds is backed by a DMA allocation of exactly size bytes When i == size/4 - 1 on entry to an iteration and bit 14 of cmds[0] is Userspace controls both the buffer contents and the size argument via Fix by checking the incremented index against the buffer bound before |
|---|---|
| 公表日 | 2026年6月25日18:16 |
| 登録日 | 2026年6月27日4:26 |
| 最終更新日 | 2026年6月25日18:16 |