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: n/a
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The CVE describes a defect in the Intel i915 graphics driver of the Linux kernel where, when a memory allocation with GFP_ATOMIC fails and leaves a node pointer set to NULL, the driver erroneously returns a reference derived from the NULL pointer. This results in a NULL pointer dereference when the caller later uses the reference, potentially causing a kernel crash. Since the operation occurs in kernel space, an attacker could leverage this flaw to gain local privilege escalation or a denial‑of‑service, and the weakness is a missing null‑pointer check (CWE‑476). Based on the description, it is inferred that an attacker could trigger the fault by inducing memory pressure on the GPU during atomic allocation, for example by repeatedly creating and destroying GPU contexts.

Affected Systems

Both canonical Linux mainline kernels (as indicated by the CPE cpe:2.3:o:linux:linux_kernel) that ship the i915 driver before the inclusion of commit 6029bc06 are affected. Distributions that have not upgraded past that point, including many actively maintained releases, remain susceptible. The bug is tied to the driver code that handles active_instance allocation, so any system relying on the upstream kernel or a vendor kernel that has not applied the fix is at risk.

Risk and Exploitability

The CVSS score is not provided and no EPSS value is available, so the likelihood of exploitation in the wild is currently uncertain. The vulnerability was discovered through AI‑assisted static analysis and confirmed by Intel Product Security; no public exploit has been reported and it is not listed in the CISA KEV catalog. Nonetheless, because null‑pointer dereferences in kernel code are typically high‑severity and can lead to privilege escalation, the risk should be treated with caution and remediation applied as soon as possible.

Generated by OpenCVE AI on August 10, 2026 at 14:46 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade the Linux kernel to a release that includes commit 6029bc06 in the i915 driver, such as kernel 6.10 or newer.
  • Reboot the system so the updated kernel and driver are loaded.
  • If an immediate kernel upgrade is not feasible, apply the patch manually by cherry‑picking commit 6029bc06 into the i915 driver subtree or rebuild the kernel with the commit incorporated; additionally, consider reducing GPU memory pressure by avoiding large or numerous allocations that could trigger OOM during atomic allocation.

Generated by OpenCVE AI on August 10, 2026 at 14:46 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

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-10T12:01:14.485Z

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

Link: CVE-2026-68248

cve-icon Vulnrichment

No data.

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-10T19:15:17Z

Weaknesses