Skip to main content

Linux Kernel EUVDEUVD-2026-39294

| CVE-2026-53203 HIGH
Classic Buffer Overflow (CWE-120)
2026-06-25 416baaa9-dc9f-4396-8d5f-8c081fb06d67 GHSA-3p7h-6f7m-pv53
7.1
CVSS 3.1 · Vendor: 416baaa9-dc9f-4396-8d5f-8c081fb06d67
Share

Severity by source

Vendor (416baaa9-dc9f-4396-8d5f-8c081fb06d67) PRIMARY
7.1 HIGH
AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:H
vuln.today AI
7.1 HIGH

Local ioctl by a low-privileged user with device access (AV:L/PR:L/AC:L); out-of-bounds kernel copy yields memory disclosure and crash (C:H/A:H) but no integrity write to attacker-controlled data (I:N).

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

Primary rating from Vendor (416baaa9-dc9f-4396-8d5f-8c081fb06d67).

CVSS VectorVendor: 416baaa9-dc9f-4396-8d5f-8c081fb06d67

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

Lifecycle Timeline

5
Analysis Generated
Jun 28, 2026 - 09:32 vuln.today
CVSS changed
Jun 28, 2026 - 08:22 NVD
7.1 (HIGH)
Patch available
Jun 25, 2026 - 10:32 EUVD
CVE Published
Jun 25, 2026 - 09:16 cve.org
UNKNOWN (no severity yet)
CVE Published
Jun 25, 2026 - 09:16 cve.org
HIGH 7.1

DescriptionCVE.org

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

accel/ivpu: Add buffer overflow check in MS get_info_ioctl

Add validation that the info size returned from the metric stream info query is not exceeded when checked against the allocated buffer size. If the firmware returns a size larger than the buffer, reject the operation with -EOVERFLOW instead of proceeding with an incorrect buffer copy.

AnalysisAI

Local privilege-context memory corruption in the Linux kernel's accel/ivpu (Intel NPU/VPU accelerator) driver allows a low-privileged user with access to the device to trigger a buffer overflow through the metric stream MS get_info ioctl. When the NPU firmware reports an info size larger than the allocated kernel buffer, the driver performs an oversized copy, corrupting kernel memory and potentially leaking sensitive data or crashing the system. No public exploit identified at time of analysis; EPSS probability is low (0.19%) and the issue is not in CISA KEV.

Technical ContextAI

The affected component is the ivpu driver under drivers/accel in the Linux kernel, which manages Intel's on-die NPU/VPU AI accelerators (introduced with Meteor Lake and later platforms) and is exposed to userspace through the DRM accel subsystem (/dev/accel/accelN). The flaw lives in the metric stream (MS) get_info ioctl path, where the driver trusts a size value returned by the device firmware and copies that many bytes into a fixed kernel buffer without bounding it against the allocation. This is a classic CWE-120/CWE-787-style buffer overflow (out-of-bounds write/copy); the CWE field is unpopulated in NVD, but the description ('buffer overflow', 'size larger than the buffer', 'incorrect buffer copy') and the fix adding an -EOVERFLOW guard make the root-cause class clear: missing length validation of a firmware-supplied size before a buffer copy.

RemediationAI

Vendor-released patch: update to a fixed stable kernel - 6.12.94 or later in the 6.12.y line, 6.18.36 or later in the 6.18.y line, or 7.0.13 or later in the 7.0.y line (corresponding upstream fix commits 4e5047cc94bea1cc7b670b7f503358e9af0542df, d3c12ed33e8923f3090909a1738f3e59292996a6, fa598556ecef412edcb391f144b7642e18fdfd45, fb176425837693f50c5c9fc8db6fbb04af22bd0a on git.kernel.org). Apply the kernel update your distribution ships and reboot. If you cannot patch immediately, the most effective compensating control is to restrict access to the accelerator device by removing or denying access to the ivpu driver / /dev/accel device nodes (e.g. blacklist the intel_vpu/ivpu module or tighten device-node permissions so only trusted users can issue ioctls); the trade-off is that the NPU becomes unavailable for AI/ML acceleration workloads on that host. There is no remote exposure to block at the network layer since the attack vector is local.

Vendor StatusVendor

SUSE

Severity: Moderate
Product Status
Image SLES15-SP7-Azure-3P Image SLES15-SP7-Azure-Basic Image SLES15-SP7-Azure-Standard Image SLES15-SP7-HPC-Azure Affected
Image SLES15-SP7-BYOS-Azure Image SLES15-SP7-BYOS-GCE Image SLES15-SP7-CHOST-BYOS-Aliyun Image SLES15-SP7-CHOST-BYOS-Azure Image SLES15-SP7-CHOST-BYOS-EC2 Image SLES15-SP7-CHOST-BYOS-GCE Image SLES15-SP7-CHOST-BYOS-GDC Image SLES15-SP7-CHOST-BYOS-SAP-CCloud Image SLES15-SP7-EC2 Image SLES15-SP7-EC2-ECS-HVM Image SLES15-SP7-GCE Image SLES15-SP7-HPC-BYOS-Azure Image SLES15-SP7-HPC-BYOS-EC2 Image SLES15-SP7-HPC-BYOS-GCE Image SLES15-SP7-Hardened-BYOS-Azure Image SLES15-SP7-Hardened-BYOS-EC2 Image SLES15-SP7-Hardened-BYOS-GCE Image SLES15-SP7-SAPCAL-Azure Image SLES15-SP7-SAPCAL-EC2 Image SLES15-SP7-SAPCAL-GCE Affected
Image SLES15-SP7-SAP-Azure Image SLES15-SP7-SAP-Azure-3P Image SLES15-SP7-SAP-BYOS-Azure Image SLES15-SP7-SAP-BYOS-EC2 Image SLES15-SP7-SAP-BYOS-GCE Image SLES15-SP7-SAP-EC2 Image SLES15-SP7-SAP-GCE Image SLES15-SP7-SAP-Hardened-Azure Image SLES15-SP7-SAP-Hardened-BYOS-Azure Image SLES15-SP7-SAP-Hardened-BYOS-EC2 Image SLES15-SP7-SAP-Hardened-BYOS-GCE Image SLES15-SP7-SAP-Hardened-GCE Affected
SUSE Linux Enterprise Desktop 15 SP7 Fixed
SUSE Linux Enterprise High Availability Extension 15 SP7 Fixed

Share

EUVD-2026-39294 vulnerability details – vuln.today

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