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

drm/i915/gt: Fix NULL deref on sched_engine alloc failure

Avoid using intel_context_put() before intel_context_init() in
execlists_create_virtual() as the kref_put() inside would lead
to NULL deref on the IOCTL path when sched_engine allocation fails.

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

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

Impact

The Linux kernel’s DRM Intel i915 graphics driver contains a null pointer dereference that is triggered when an IOCTL command causes a scheduling engine allocation to fail. The flaw arises because the context teardown function intel_context_put() is called before the context initialization function intel_context_init() within execlists_create_virtual(), causing kref_put() to dereference a null reference. The resulting kernel panic destroys system availability and allows a local user to cause a denial of service by invoking the vulnerable IOCTL. This weakness is a classic null dereference, identified as CWE‑476.

Affected Systems

Any Linux kernel build that contains the Intel i915 graphics driver and predates commit 4f2a12f2d50e9f48227656e4dcbd6423506be31d is potentially vulnerable. All current kernel releases that have not incorporated this change remain at risk.

Risk and Exploitability

The CVSS score is 5.5 and the EPSS score is < 1%, indicating a low to moderate risk potential. The vulnerability is not listed in CISA KEV. Based on the description, it is inferred that the attack vector is local, requiring the execution of a specific IOCTL and knowledge of the GPU driver internals. The likelihood of exploitation is considered low to moderate, but a successful exploit would result in a kernel panic, causing a denial of service.

Generated by OpenCVE AI on August 13, 2026 at 05:14 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade the kernel to a version that includes the i915 driver patch corresponding to commit 4f2a12f2d50e9f48227656e4dcbd6423506be31d.
  • If a kernel update cannot be performed immediately, restrict untrusted local users from accessing the DRM subsystem by setting stricter device permissions or disabling the i915 driver modules until the patched kernel is available.
  • Implement monitoring for kernel panics and maintain automated or manual reboot or recovery procedures so that any denial of service can be remedied promptly.

Generated by OpenCVE AI on August 13, 2026 at 05:14 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

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

Type Values Removed Values Added
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 18:00:00 +0000

Type Values Removed Values Added
Weaknesses CWE-476

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/gt: Fix NULL deref on sched_engine alloc failure Avoid using intel_context_put() before intel_context_init() in execlists_create_virtual() as the kref_put() inside would lead to NULL deref on the IOCTL path when sched_engine allocation fails. Discovered using AI-assisted static analysis confirmed by Intel Product Security. (cherry picked from commit 4f2a12f2d50e9f48227656e4dcbd6423506be31d)
Title drm/i915/gt: Fix NULL deref on sched_engine alloc failure
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-17T05:01:31.785Z

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

Link: CVE-2026-68242

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

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

Modified: 2026-08-17T05:18:26.503

Link: CVE-2026-68242

cve-icon Redhat

Severity : Moderate

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

Links: CVE-2026-68242 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-08-13T05:15:03Z

Weaknesses