Skip to main content

Linux Kernel CVE-2026-68316

| EUVDEUVD-2026-55417 HIGH
2026-08-10 Linux GHSA-35p7-3vg5-ccvp
7.8
CVSS 3.1 · Vendor: Linux
Share

Severity by source

Vendor (Linux) PRIMARY
7.8 HIGH
AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
vuln.today AI
7.8 HIGH

Local attack vector with low privilege required; hardware dependency does not raise AC since exploitation is straightforward once the attacker has a shell on an Ethos-U-equipped system.

3.1 AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
4.0 AV:L/AC:L/AT:P/PR:L/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N
SUSE
5.5 MEDIUM
AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
Red Hat
7.0 MEDIUM
qualitative

Primary rating from Vendor (Linux).

CVSS VectorVendor: Linux

Attack Vector
Local
Attack Complexity
Low
Privileges Required
Low
User Interaction
None
Scope
Unchanged
Confidentiality
High
Integrity
High
Availability
High

Lifecycle Timeline

5
Analysis Generated
Aug 14, 2026 - 03:13 vuln.today
CVSS changed
Aug 13, 2026 - 23:37 NVD
7.8 (HIGH)
Patch available
Aug 10, 2026 - 14:18 EUVD
CVE Published
Aug 10, 2026 - 12:02 cve.org
HIGH 7.8
CVE Published
Aug 10, 2026 - 12:02 cve.org
UNKNOWN (no severity yet)

DescriptionCVE.org

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.

AnalysisAI

Element size miscalculation in the Linux kernel's accel/ethosu driver (Arm Ethos-U NPU) allows a local low-privileged user on hardware-equipped systems to bypass command stream validation and trigger out-of-bounds kernel memory access. Two discrete arithmetic errors - an entirely missing element size multiplier in the NHWC format path, and a shifted bitfield decode for OFM precision (bits 1:2 vs. the correct IFM bits 2:3) - cause the validator to underestimate buffer sizes for 16-, 32-, and 64-bit element widths. No public exploit code has been identified at time of analysis, and the EPSS score of 0.15% (5th percentile) reflects minimal observed exploitation activity; upstream fixes are available in Linux 7.1.6 and 7.2-rc5.

Technical ContextAI

The ethosu driver in the Linux kernel provides a userspace interface to Arm Ethos-U neural processing unit (NPU) accelerator hardware, used in embedded and edge ML inference workloads. The driver is responsible for validating command streams submitted by userspace before forwarding them to the accelerator, acting as a security boundary between untrusted user input and privileged kernel memory operations. The vulnerability resides in the element-size accounting logic of this validation step. For tensors laid out in NHWC (N×Height×Width×Channel) format, the element size factor is entirely omitted from the computed size, so the validator approves buffers that are far smaller than the actual data. Independently, the driver uses a single bitfield decode for element precision across all tensor types, but the hardware encoding differs: IFM and IFM2 input tensors store precision in bits 2:3, while OFM output tensors use bits 1:2 - causing the driver to extract a wrong precision value for OFM tensors, compounding the underestimation for 16-, 32-, and 64-bit element widths. No formal CWE has been assigned, but the root cause class corresponds to CWE-682 (Incorrect Calculation) or CWE-131 (Incorrect Calculation of Buffer Size), resulting in insufficient input validation at a kernel trust boundary. Affected CPE: cpe:2.3:a:linux:linux:*:*:*:*:*:*:*:*.

RemediationAI

Upgrade to Linux kernel 7.1.6 (stable) or 7.2-rc5 (mainline) to receive the corrected element size accounting logic. The two upstream commits can be applied as patches directly from https://git.kernel.org/stable/c/18a551482a4a326790698b273e76d7575a51a57d and https://git.kernel.org/stable/c/b4ae748f8e6cb65bb86e5a281bbb5b5e5f106527. Distribution maintainers should incorporate these into their next kernel update for any shipping release that includes the ethosu driver. Where an immediate kernel upgrade is not operationally feasible, blacklisting the ethosu module (adding 'blacklist ethosu' to /etc/modprobe.d/ethosu-blacklist.conf and running depmod) eliminates the attack surface entirely; the trade-off is that all ML inference workloads relying on the Arm Ethos-U accelerator will stop functioning until the hardware interface is restored post-patch. No other workaround addresses the root cause. The NVD advisory is at https://nvd.nist.gov/vuln/detail/CVE-2026-68316.

Vendor StatusVendor

SUSE

Severity: Moderate
Product Status
SUSE Linux Enterprise Desktop 15 SP7 Not-Affected
SUSE Linux Enterprise Desktop 15 SP7 Not-Affected
SUSE Linux Enterprise High Availability Extension 15 SP7 Not-Affected
SUSE Linux Enterprise High Availability Extension 15 SP7 Not-Affected
SUSE Linux Enterprise High Availability Extension 16.0 Not-Affected

Share

CVE-2026-68316 vulnerability details – vuln.today

This site uses cookies essential for authentication and security. No tracking or analytics cookies are used. Privacy Policy