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

drm/i915/gem: Fix NULL deref in I915_CONTEXT_PARAM_SSEU

Setting context engine slot N into I915_ENGINE_CLASS_INVALID /
I915_ENGINE_CLASS_INVALID_NONE and attempting to apply
I915_CONTEXT_PARAM_SSEU to the same slot N will deref NULL.
Fix that.

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

(cherry picked from commit 36eda5b5c2d40da41cc0a5403c26986237cf9e87)
Published: 2026-08-10
Score: 5.5 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

Setting an invalid GPU engine slot and attempting to configure I915_CONTEXT_PARAM_SSEU causes a NULL dereference in the Linux kernel DRM driver. The resulting kernel crash leads to a denial of service, disrupting system operation. The weakness is a classic NULL pointer dereference, classified as CWE‑476.

Affected Systems

The flaw exists in the Linux kernel's DRM/i915/gem subsystem, affecting all distributions that ship a kernel version containing the buggy code. No specific version range is listed; the issue is resolved by committing 36eda5b5c2d40da41cc0a5403c26986237cf9e87, so any kernel prior to that commit is vulnerable.

Risk and Exploitability

The EPSS score of < 1% indicates a very low probability of exploitation, and the vulnerability is not listed in the CISA KEV catalog, but the CVSS score of 5.5 indicates a moderate severity. The NULL dereference occurs in kernel mode, which means a crash can be triggered by an attacker with access to the graphics subsystem, for example through a malicious application. The likely attack vector is local, requiring interaction with the I915 graphics driver to set an invalid engine slot and apply the SSEU parameter, leading to a kernel crash and a denial of service.

Generated by OpenCVE AI on August 13, 2026 at 06:46 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Update the Linux kernel to a release that includes commit 36eda5b5c2d40da41cc0a5403c26986237cf9e87 or later, which fixes the NULL dereference in I915_CONTEXT_PARAM_SSEU.
  • If an immediate kernel upgrade is not feasible, restrict use of the I915 graphics driver or configure it to disallow setting engine slots to I915_ENGINE_CLASS_INVALID or I915_ENGINE_CLASS_INVALID_NONE via module parameters or runtime checks.
  • Consider disabling or removing the I915_CONTEXT_PARAM_SSEU feature in GPU configuration scripts or environment variables if the system can tolerate reduced GPU functionality, thereby preventing execution of the vulnerable code path.

Generated by OpenCVE AI on August 13, 2026 at 06:46 UTC.

Tracking

Sign in to view the affected projects.

Advisories
Source ID Title
Debian DLA Debian DLA DLA-4745-1 linux-6.12 security update
History

Wed, 19 Aug 2026 16:45:00 +0000


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

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

None

cvssV3_1

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

threat_severity

Moderate


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/gem: Fix NULL deref in I915_CONTEXT_PARAM_SSEU Setting context engine slot N into I915_ENGINE_CLASS_INVALID / I915_ENGINE_CLASS_INVALID_NONE and attempting to apply I915_CONTEXT_PARAM_SSEU to the same slot N will deref NULL. Fix that. Discovered using AI-assisted static analysis confirmed by Intel Product Security. (cherry picked from commit 36eda5b5c2d40da41cc0a5403c26986237cf9e87)
Title drm/i915/gem: Fix NULL deref in I915_CONTEXT_PARAM_SSEU
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-19T16:32:08.740Z

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

Link: CVE-2026-68243

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

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

Modified: 2026-08-19T17:20:39.057

Link: CVE-2026-68243

cve-icon Redhat

Severity : Moderate

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

Links: CVE-2026-68243 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-08-13T07:00:12Z

Weaknesses