Bug 2513305 (CVE-2026-68242) - CVE-2026-68242 kernel: drm/i915/gt: Fix NULL deref on sched_engine alloc failure
Summary: CVE-2026-68242 kernel: drm/i915/gt: Fix NULL deref on sched_engine alloc failure
Keywords:
Status: NEW
Alias: CVE-2026-68242
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Product Security
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2026-08-10 12:29 UTC by OSIDB Bzimport
Modified: 2026-08-13 15:54 UTC (History)
2 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed:
Embargoed:


Attachments (Terms of Use)

Description OSIDB Bzimport 2026-08-10 12:29:56 UTC
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)


Note You need to log in before you can comment on or make changes to this bug.