Skip to main content

Linux Kernel EUVDEUVD-2026-39296

| CVE-2026-53205 HIGH
Out-of-bounds Write (CWE-787)
2026-06-25 416baaa9-dc9f-4396-8d5f-8c081fb06d67 GHSA-gm9p-3w2c-c6qg
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
6.3 MEDIUM

Local access (AV:L) with low privileges (PR:L); AC:H because the attacker must influence firmware-supplied indices; out-of-bounds read gives C:H and crash A:H, no integrity impact.

3.1 AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:N/A:H
4.0 AV:L/AC:H/AT:N/PR:L/UI:N/VC:H/VI:N/VA:H/SC:N/SI:N/SA:N
SUSE
HIGH
qualitative
Red Hat
5.5 MEDIUM
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:33 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 bounds checks for firmware log indices

Add validation that read and write indices in the firmware log buffer are within valid bounds (< data_size) before using them. If out-of-bounds indices are encountered (from firmware), clamp them to safe values instead of proceeding with invalid offsets.

This prevents potential out-of-bounds buffer access when firmware supplies invalid log indices.

AnalysisAI

Out-of-bounds memory access in the Linux kernel's accel/ivpu driver (Intel NPU/VPU accelerator) occurs because firmware-supplied read and write indices for the firmware log buffer were used without bounds validation, allowing invalid offsets to drive out-of-bounds buffer reads. Affecting Intel Core Ultra-class systems running affected 6.12.x through 6.18.x and 7.x kernels, a local low-privileged actor able to influence the device's firmware log indices can disclose kernel memory or crash the host. There is no public exploit identified at time of analysis, and EPSS exploitation probability is low (0.18%, 7th percentile).

Technical ContextAI

The vulnerability lives in the accel/ivpu driver, which manages Intel's Versatile Processing Unit (VPU/NPU) integrated into recent Intel Core Ultra (Meteor Lake and later) SoCs. The NPU runs its own firmware, which communicates with the host kernel through shared memory structures including a firmware log ring buffer indexed by read and write pointers. The defect is a missing bounds check: the driver consumed the firmware-provided read/write indices directly to compute buffer offsets without confirming they were less than data_size, so malformed indices produced offsets outside the allocated log region. This maps to the out-of-bounds read class (CWE-125), consistent with the input 'Buffer Overflow' tag; the upstream CWE field was supplied as N/A. The fix clamps invalid indices to safe values rather than trusting firmware input, embodying the principle that firmware-supplied data crossing a trust boundary into the kernel must be validated.

RemediationAI

Vendor-released patch: update to a fixed stable kernel - 6.12.94 or later in the 6.12 series, 6.18.36 or later, or 7.0.13 or later (the fix is also present in 7.1), corresponding to upstream commits 535da9ad8420, 5961c7034140, 8ec70c0dbdf0, and dd1311bcf0e6 available at git.kernel.org/stable. Apply your distribution's equivalent backported kernel package as soon as it ships and reboot to load the patched image. If immediate patching is not feasible on affected Intel NPU hardware, the most direct compensating control is to prevent the vulnerable code path from loading by blacklisting the intel_vpu/ivpu module (e.g. modprobe blacklist) where the NPU is unused - the trade-off is loss of all NPU acceleration for AI/ML workloads on that host. Restricting local access and removing untrusted users from systems exposing the accelerator device reduces who can reach the local attack surface, though it does not address compromised firmware as the input source.

Vendor StatusVendor

SUSE

Severity: Important
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-39296 vulnerability details – vuln.today

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