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

drm/xe/guc: Keep scheduler timeline name alive

The scheduler keeps a pointer to the timeline name, but q->name
is freed with the exec queue while scheduler fences can still
reference it.

Store the name in struct xe_guc_exec_queue so it shares
the scheduler's RCU-deferred lifetime.

(cherry picked from commit 41075f0eb5dcbd3b065d15f15ef7bbe9315188e8)
Published: 2026-08-10
Score: 7.8 High
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The Linux kernel DRM Xe scheduler component holds a pointer to a scheduler timeline name that is freed with the exec queue while scheduler fences still reference it, creating a use‑after‑free condition that can corrupt kernel memory.

Affected Systems

All Linux kernel builds that include the drm/xe/guc driver before commit 41075f0eb5dcbd3b065d15f15ef7bbe9315188e8 are potentially affected; distribution kernels lacking this patch are at risk.

Risk and Exploitability

The CVSS score of 7.8 indicates moderate severity, and the EPSS score of <1% reflects a low probability of exploitation. The vulnerability is not listed in the CISA KEV catalog. Attackers likely need local access to send crafted commands to the DRM Xe scheduler or trigger a scheduler fence that references the freed pointer; the description does not specify any privileged exploitation or escalation requirement.

Generated by OpenCVE AI on August 14, 2026 at 01:08 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade the kernel to a version that contains commit 41075f0eb5dcbd3b065d15f15ef7bbe9315188e8, which stores the timeline name in a structure that shares the scheduler’s RCU‑deferred lifetime.
  • If an immediate kernel update is impossible, limit user or application access to the DRM Xe scheduler, for example by applying module load restrictions or disabling the driver on systems that do not require GPU acceleration.
  • Ensure that GPU firmware and auxiliary drivers interacting with the DRM Xe scheduler have been updated or patched to be compatible with the fixed kernel version.

Generated by OpenCVE AI on August 14, 2026 at 01:08 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Thu, 13 Aug 2026 23:15:00 +0000

Type Values Removed Values Added
Metrics cvssV3_1

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

cvssV3_1

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


Thu, 13 Aug 2026 04:00:00 +0000

Type Values Removed Values Added
Weaknesses CWE-416

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

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

None

cvssV3_1

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

threat_severity

Moderate


Mon, 10 Aug 2026 17:30:00 +0000

Type Values Removed Values Added
Weaknesses CWE-416

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/xe/guc: Keep scheduler timeline name alive The scheduler keeps a pointer to the timeline name, but q->name is freed with the exec queue while scheduler fences can still reference it. Store the name in struct xe_guc_exec_queue so it shares the scheduler's RCU-deferred lifetime. (cherry picked from commit 41075f0eb5dcbd3b065d15f15ef7bbe9315188e8)
Title drm/xe/guc: Keep scheduler timeline name alive
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:04:29.739Z

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

Link: CVE-2026-68383

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

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

Modified: 2026-08-17T06:17:46.817

Link: CVE-2026-68383

cve-icon Redhat

Severity : Moderate

Publid Date: 2026-08-10T12:04:02Z

Links: CVE-2026-68383 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-08-14T01:15:17Z

Weaknesses
  • CWE-825

    Expired Pointer Dereference