Skip to main content

Linux Kernel EUVDEUVD-2026-39260

| CVE-2026-53169 MEDIUM
Reachable Assertion (CWE-617)
2026-06-25 416baaa9-dc9f-4396-8d5f-8c081fb06d67 GHSA-jhr3-25h7-qp3m
5.5
CVSS 3.1 · NVD
Share

Severity by source

NVD PRIMARY
5.5 MEDIUM
AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
vuln.today AI
4.7 MEDIUM

AV:L and PR:L for local DRM access; AC:H because kernel panic (A:H) requires non-default panic_on_warn boot parameter; no confidentiality or integrity impact.

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

Primary rating from NVD.

CVSS VectorNVD

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

Lifecycle Timeline

5
Analysis Generated
Jul 06, 2026 - 18:38 vuln.today
CVSS changed
Jul 06, 2026 - 18:37 NVD
5.5 (MEDIUM)
Patch available
Jun 25, 2026 - 10:32 EUVD
CVE Published
Jun 25, 2026 - 09:16 nvd
MEDIUM 5.5
CVE Published
Jun 25, 2026 - 09:16 cve.org
UNKNOWN (no severity yet)

DescriptionNVD

In the Linux kernel, the following vulnerability has been resolved:

accel/ethosu: reject NPU_OP_RESIZE commands from userspace

NPU_OP_RESIZE is a U85-only command that the driver does not yet implement. The existing WARN_ON(1) placeholder fires unconditionally whenever userspace submits this command via DRM_IOCTL_ETHOSU_GEM_CREATE, causing unbounded kernel log spam.

If panic_on_warn is set the kernel panics, giving any unprivileged user with access to the DRM device a trivial denial-of-service primitive.

Replace the WARN_ON(1) with an explicit -EINVAL return so the ioctl rejects the command before it reaches hardware.

AnalysisAI

Unbounded kernel log spam and conditional kernel panic in the Linux kernel's accel/ethosu Arm Ethos-U NPU driver allows any local unprivileged user with DRM device access to exhaust kernel log resources or crash the system. The driver's unimplemented NPU_OP_RESIZE command handler contains an unconditional WARN_ON(1) that fires every time userspace submits this operation via DRM_IOCTL_ETHOSU_GEM_CREATE. On systems where the panic_on_warn kernel parameter is enabled, this becomes a trivial denial-of-service primitive requiring only local DRM device access. No public exploit has been identified at time of analysis, and EPSS sits at the 5th percentile (0.15%), reflecting the niche hardware and non-default configuration requirements.

Technical ContextAI

The accel/ethosu driver (cpe:2.3:o:linux:linux_kernel) implements DRM-based access to Arm Ethos-U neural processing unit accelerators. NPU_OP_RESIZE is a command defined for the U85 NPU variant but was never implemented in the driver - a WARN_ON(1) placeholder was left in its code path. CWE-617 (Reachable Assertion) precisely describes this root cause: a debug assertion that can be triggered by external input (the userspace ioctl argument) rather than being guarded as an internal invariant. Because WARN_ON(1) is unconditional and the path is reachable through the DRM ioctl interface by any user with file-descriptor access to the DRM node, the assertion fires on every such submission. If the kernel was booted with panic_on_warn=1 - a configuration used in hardened or testing environments - any reachable WARN becomes a kernel panic, elevating this from log spam to a full system crash.

RemediationAI

The upstream fix is available in Linux kernel 7.0.13 and 7.1 (stable commits 70090a32 and ef911805 respectively), which replaces the unconditional WARN_ON(1) with an explicit -EINVAL return, causing the ioctl to reject NPU_OP_RESIZE before it reaches hardware. Administrators should apply their distribution's kernel update incorporating these stable commits as the primary remediation. For systems that cannot be immediately patched, restrict access to the DRM device node (typically /dev/dri/renderD* or /dev/dri/card*) to trusted users only via udev rules or filesystem permissions - this raises the required privilege level and eliminates unprivileged exploitation. Additionally, removing panic_on_warn=1 from kernel boot parameters (if present) eliminates the kernel-panic escalation path, degrading the worst-case impact from system crash to log spam; note this changes kernel hardening posture and should be evaluated against site policy. Disabling the ethosu kernel module entirely (rmmod ethosu or blacklisting it) on systems without Arm Ethos-U NPU hardware removes the attack surface completely with no functional trade-off.

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 Performance Computing 15 SP7 Not-Affected

Share

EUVD-2026-39260 vulnerability details – vuln.today

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