| 概要 | In the Linux kernel, the following vulnerability has been resolved: accel/ethosu: fix IFM region index out-of-bounds in command stream parser NPU_SET_IFM_REGION extracts the region index with param & 0x7f, giving Every other region assignment in the same switch uses param & 0x7: The 0x7f mask on IFM is inconsistent and appears to be a typo. feat_matrix_length() and calc_sizes() use the region index directly A userspace caller supplying NPU_SET_IFM_REGION with param > 7 causes Fix by applying the same & 0x7 mask used by all other region |
|---|---|
| 公表日 | 2026年6月25日18:16 |
| 登録日 | 2026年6月27日4:26 |
| 最終更新日 | 2026年6月25日18:16 |