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

drm/i915/hdcp: check streams[] bounds before overflow

The data->streams[] overflow check is done after the buffer overflow has
already happened. Move the overflow check before the write.

Side note, emitting a warning splat with a backtrace might be overkill
here, but prefer not changing the behaviour other than not doing the
overrun.

Discovered using AI-assisted static analysis confirmed by Intel Product
Security.

(cherry picked from commit 9284ab3b6e776c315883ac2611283d263c9460fd)
Published: 2026-08-10
Score: n/a
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

A buffer overflow occurs in the dr\nm/i915 HDCP component of the Linux kernel when the bounds of the streams[] array are checked after the memory write has already taken place. This flaw can corrupt kernel memory and potentially allow an attacker to execute arbitrary code at elevated privileges. This is a CWE-129 weakness. The vulnerability stems from improper array index validation and may be triggered by malformed DRM operations or malformed 3D graphics contexts.

Affected Systems

The flaw resides in the Linux kernel’s DRM i915 driver, which handles HDCP for Intel GPUs. The affected systems are any Linux machines running versions of the kernel before the fix represented by commit 9284ab3b6e776c315883ac2611283d263c9460fd. No specific version range is listed, so all earlier kernel releases should be considered vulnerable.

Risk and Exploitability

Because the vulnerability lies in kernel space, successful exploitation would confer kernel-level privileges. The CVSS score is not publicly available, but kernel buffer overflows commonly fall into the high‑severity range. The EPSS score is not provided, and the vulnerability is not in the CISA KEV catalog, yet the nature of the flaw suggests a non‑negligible exploitation risk, especially on systems that enable HDCP and use the affected driver. The attack vector is not explicitly documented, but it is likely local or via privileged DRM interactions, as the failure occurs during kernel‑mode GPU data handling.

Generated by OpenCVE AI on August 10, 2026 at 17:32 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply the latest Linux kernel updates that contain the fix from commit 9284ab3b6e776c315883ac2611283d263c9460fd.
  • If an immediate kernel update is not possible, disable the i915 DRM driver or restrict HDCP usage to mitigate the risk of triggering the overflow.
  • Apply the documented patch manually to the affected kernel sources and rebuild the kernel before deployment, ensuring the bounds check precedes the memory write.

Generated by OpenCVE AI on August 10, 2026 at 17:32 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Mon, 10 Aug 2026 18:00:00 +0000

Type Values Removed Values Added
Weaknesses CWE-129

Mon, 10 Aug 2026 12:30:00 +0000

Type Values Removed Values Added
Description In the Linux kernel, the following vulnerability has been resolved: drm/i915/hdcp: check streams[] bounds before overflow The data->streams[] overflow check is done after the buffer overflow has already happened. Move the overflow check before the write. Side note, emitting a warning splat with a backtrace might be overkill here, but prefer not changing the behaviour other than not doing the overrun. Discovered using AI-assisted static analysis confirmed by Intel Product Security. (cherry picked from commit 9284ab3b6e776c315883ac2611283d263c9460fd)
Title drm/i915/hdcp: check streams[] bounds before overflow
First Time appeared Linux
Linux linux Kernel
CPEs cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*
Vendors & Products Linux
Linux linux Kernel
References

Subscriptions

Linux Linux Kernel
cve-icon MITRE

Status: PUBLISHED

Assigner: Linux

Published:

Updated: 2026-08-10T12:01:19.402Z

Reserved: 2026-07-30T09:28:09.377Z

Link: CVE-2026-68253

cve-icon Vulnrichment

No data.

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-10T19:15:17Z

Weaknesses
  • CWE-129

    Improper Validation of Array Index