| Summary | 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 |
|---|---|
| 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. |