3 matches found
CVE-2026-68316
A flaw was found in the Linux kernel's accel: ethosu component. This vulnerability involves incorrect element size accounting during command stream validation. Specifically, the calculation for element sizes of 16, 32, or 64 bits can be too small, and the element size is entirely missing for the...
CVE-2026-68316
In the Linux kernel, the following vulnerability has been resolved: accel: ethosu: Fix element size accounting for cmd stream validation There are 2 issues with the element size handling in the command stream validation which result in too small of a size calculated when the element size is...
CVE-2026-68316
The CVE-2026-68316 entry concerns the Linux kernel accel: ethosu issue where element size handling in command stream validation is incorrect, with two root causes: (1) NHWC format omits element size from calculation, and (2) differing bitfields for element size between IFM/IFM2 and OFM (IFM/IFM2 ...