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: 7.8 High
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

A buffer overflow occurs in the Linux kernel’s DRM i915 driver when the streams[] array bounds are validated only after a memory write has taken place. This flaw can corrupt kernel memory and, if exploited, allows an attacker to execute arbitrary code with elevated kernel privileges.

Affected Systems

The vulnerability resides in the Linux kernel’s DRM i915 driver used for Intel GPU HDCP. Any Linux machine running kernel versions prior to the patch represented by commit 9284ab3b6e776c315883ac2611283d263c9460fd is considered vulnerable. No specific version range is listed, so all earlier kernel releases should be assessed.

Risk and Exploitability

Because the vulnerability lies in kernel space, successful exploitation would grant kernel-level privileges. The CVSS score of 7.8 indicates a high severity. The EPSS score is < 1%, pointing to a very low but non‑zero likelihood of exploitation. The flaw is not listed in CISA’s KEV catalog. It is likely exploitable by a local user who can communicate with the GPU via DRM—for example, by sending malformed HDCP or DRM requests—to trigger the buffer overflow during kernel-mode GPU data handling.

Generated by OpenCVE AI on August 14, 2026 at 00:22 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply the latest Linux kernel updates that include the patch 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, rebuild the kernel, and deploy the updated kernel, ensuring the bounds check precedes the memory write.

Generated by OpenCVE AI on August 14, 2026 at 00:22 UTC.

Tracking

Sign in to view the affected projects.

Advisories
Source ID Title
Debian DSA Debian DSA DSA-6466-1 linux security update
History

Sun, 23 Aug 2026 13:15:00 +0000


Thu, 13 Aug 2026 22:45:00 +0000

Type Values Removed Values Added
Metrics cvssV3_1

{'score': 6.5, 'vector': 'CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:L/I:H/A:H'}

cvssV3_1

{'score': 7.8, 'vector': 'CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H'}


Thu, 13 Aug 2026 06:45:00 +0000

Type Values Removed Values Added
Weaknesses CWE-129

Wed, 12 Aug 2026 00:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-787
References
Metrics threat_severity

None

cvssV3_1

{'score': 6.5, 'vector': 'CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:L/I:H/A:H'}

threat_severity

Moderate


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-23T12:46:11.002Z

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

Link: CVE-2026-68253

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-08-10T13:20:13.860

Modified: 2026-08-23T13:16:35.467

Link: CVE-2026-68253

cve-icon Redhat

Severity : Moderate

Publid Date: 2026-08-10T12:01:19Z

Links: CVE-2026-68253 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-08-14T00:30:03Z

Weaknesses