Skip to main content

Linux Kernel CVE-2026-53169

| EUVDEUVD-2026-39260 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

Primary rating from NVD.

CVSS VectorNVD

CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
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. …

Unlock full vulnerability intelligence

  • Risk assessment & exploitation conditions
  • Attack chain visualization
  • Remediation with exact patch versions
  • Threat intelligence from 22 sources
  • Personal watchlist & email alerts

Free forever · No credit card required

Attack ChainAIDerived

Hypothetical attack flow derived from CVE metadata

Access
Obtain DRM device group membership
Delivery
Open ethosu DRM device node
Exploit
Submit NPU_OP_RESIZE via ioctl
Execution
Trigger unconditional WARN_ON(1)
Persist
Kernel panic (panic_on_warn=1)
Impact
System crash denial-of-service

Vulnerability AssessmentAI

Exploitation The attacker must have local access to the Arm Ethos-U DRM device node (typically /dev/dri/renderD128 or similar), which on many Linux systems is accessible to members of the 'render' or 'video' group without root privileges. … Additional conditions and limiting factors are described in the full assessment.
Risk Assessment The NVD-assigned CVSS 3.1 vector (AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H, score 5.5) reflects the log-spam availability impact reachable under default conditions. … Full risk analysis with EPSS, KEV, and SSVC signal comparison available after sign-in.
Exploit Scenario A local user with read-write access to the DRM device node opens the ethosu DRM device and issues DRM_IOCTL_ETHOSU_GEM_CREATE with an NPU_OP_RESIZE command type. The driver's unimplemented handler fires WARN_ON(1) on every call, flooding the kernel ring buffer; if panic_on_warn is set in the kernel command line, the first such call crashes the kernel, denying service to all users on the system. …
Remediation 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. … Detailed patch versions, workarounds, and compensating controls in full report.

Threat intelligence, references, and detailed analysis are available after sign-in.

Share

CVE-2026-53169 vulnerability details – vuln.today

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