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

drm/i915: Return NULL on error in active_instance

Avoid returning &node->base when node is NULL due to OOM
during GFP_ATOMIC allocation.

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

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

Impact

In the Linux kernel, the flaw resides in the Intel i915 graphics driver: when a GFP_ATOMIC allocation fails and leaves the node pointer NULL, a reference derived from that NULL pointer is returned. The subsequent use of this reference results in a null‑pointer dereference that can crash the kernel. Based on the description, it is inferred that an attacker who can trigger this failure—such as by creating and destroying GPU contexts to induce memory pressure—may achieve local privilege escalation or a denial‑of‑service. The weakness is a missing null‑pointer check, classified as CWE‑476.

Affected Systems

All Linux kernel builds that include the i915 driver prior to incorporating commit 6029bc064f0b1bac184203a50fbaaf070fa18832 are affected. The CPE entry indicates that the issue applies to the Linux kernel as a whole; the vendor or distribution is only indirectly specified through the kernel version they ship.

Risk and Exploitability

The CVSS score of 5.5 reflects medium severity, and the EPSS score of less than 1% suggests a low likelihood of exploitation. The vulnerability is not listed in the CISA KEV catalog. Exploitation requires locally executing code capable of provoking a memory‑allocation failure in the graphics driver, but the potential for privilege escalation or kernel interruption warrants prompt remediation.

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

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply a kernel release that incorporates commit 6029bc06 to the i915 driver, ensuring the corrected null‑check is present.
  • If an official update is not available, manually apply the commit to the kernel source, rebuild the kernel, and install the updated module.
  • Reboot the system or reload the i915 module after patching to activate the fix, and monitor GPU usage to confirm stability.

Generated by OpenCVE AI on August 13, 2026 at 07:14 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
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 15:15: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: Return NULL on error in active_instance Avoid returning &node->base when node is NULL due to OOM during GFP_ATOMIC allocation. Discovered using AI-assisted static analysis confirmed by Intel Product Security. (cherry picked from commit 6029bc064f0b1bac184203a50fbaaf070fa18832)
Title drm/i915: Return NULL on error in active_instance
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:15.977Z

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

Link: CVE-2026-68248

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

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

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

Link: CVE-2026-68248

cve-icon Redhat

Severity : Moderate

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

Links: CVE-2026-68248 - Bugzilla

cve-icon OpenCVE Enrichment

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

Weaknesses