Description
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 16/32/64 bits.

For NHWC format, the element size is simply missing from the
calculation.

The bitfield for the element size is different between IFM/IFM2 and
OFM. IFM and IFM2 encode the precision in parameter bits 2:3, while OFM
uses bits 1:2.
Published: 2026-08-10
Score: 7.8 High
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The vulnerability stems from an inaccurate calculation of packet element sizes in the Linux kernel’s ethosu GPU accelerator command stream validator. Because the size of 16, 32, and 64‑bit elements is mis‑computed—sometimes omitted entirely for NHWC layouts—the validator reports a buffer requirement that is smaller than the actual command needs. This mismatch could allow the driver to copy data past the end of a buffer, leading to kernel memory corruption. The CVE text does not document a successful exploitation, so the possibility of a buffer overflow is inferred from the description.

Affected Systems

Any Linux kernel that includes the ethosu accelerator subsystem and has not yet incorporated the commits 18a551482a4a326790698b273e76d7575a51a57d or b4ae748f8e6cb65bb86e5a281bbb5b5e5f106527 is potentially vulnerable. Versions prior to the application of these patches should be considered at risk.

Risk and Exploitability

The CVSS score of 7.8 indicates high severity, while an EPSS score of less than 1% suggests very low likelihood of exploitation. The flaw requires interaction with the GPU accelerator interface, which typically necessitates local or privileged access; therefore remote exploitation is unlikely. At present, the vulnerability is not listed in the CISA KEV catalog. Overall, the risk remains high for systems that are vulnerable and reachable by a local adversary.

Generated by OpenCVE AI on August 14, 2026 at 00:46 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply a kernel update that includes the commits 18a551482a4a326790698b273e76d7575a51a57d or b4ae748f8e6cb65bb86e5a281bbb5b5e5f106527, which correct element size handling for the ethosu driver.
  • If the GPU accelerator is not required for your workload, disable the ethosu device driver or unload the associated kernel module to eliminate the vulnerable interface.
  • Keep the system updated and monitor vendor advisories or distribution security updates for any future patches that address this issue.

Generated by OpenCVE AI on August 14, 2026 at 00:46 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Thu, 13 Aug 2026 23:15:00 +0000

Type Values Removed Values Added
Metrics cvssV3_1

{'score': 5.3, 'vector': 'CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:N/I:L/A:H'}

cvssV3_1

{'score': 7.8, 'vector': 'CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H'}


Wed, 12 Aug 2026 19:00:00 +0000

Type Values Removed Values Added
Weaknesses CWE-119
CWE-20

Wed, 12 Aug 2026 00:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-131
References
Metrics threat_severity

None

cvssV3_1

{'score': 5.3, 'vector': 'CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:N/I:L/A:H'}

threat_severity

Moderate


Mon, 10 Aug 2026 18:30:00 +0000

Type Values Removed Values Added
Weaknesses CWE-119
CWE-20

Mon, 10 Aug 2026 12:30:00 +0000

Type Values Removed Values Added
Description 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 16/32/64 bits. For NHWC format, the element size is simply missing from the calculation. The bitfield for the element size is different between IFM/IFM2 and OFM. IFM and IFM2 encode the precision in parameter bits 2:3, while OFM uses bits 1:2.
Title accel: ethosu: Fix element size accounting for cmd stream validation
First Time appeared Linux
Linux linux Kernel
CPEs cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*
Vendors & Products Linux
Linux linux Kernel
References

Subscriptions

Linux Linux Kernel
cve-icon MITRE

Status: PUBLISHED

Assigner: Linux

Published:

Updated: 2026-08-17T05:03:13.193Z

Reserved: 2026-07-30T09:28:09.382Z

Link: CVE-2026-68316

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-08-10T13:20:21.577

Modified: 2026-08-17T05:18:34.510

Link: CVE-2026-68316

cve-icon Redhat

Severity : Moderate

Publid Date: 2026-08-10T12:02:51Z

Links: CVE-2026-68316 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-08-14T01:00:05Z

Weaknesses
  • CWE-131

    Incorrect Calculation of Buffer Size