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

drm/xe: Return error on non-migratable faults requiring devmem

Non-migratable faults that require devmem incorrectly jump to the 'out'
label, which squashes the error code intended to be returned to the
upper layers. Fix this by returning -EACCES instead.

(cherry picked from commit c4508edb2c723de93717272488ea65b165637eac)
Published: 2026-08-10
Score: n/a
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

In the Linux kernel DRM/xe subsystem, non-migratable memory faults that require devmem were incorrectly routed to an out code path, which discarded the intended error code. As a result, higher kernel layers receive a success status instead of a failure, masking the fault and potentially allowing operations to continue with incorrect assumptions about memory access or device state. This flaw is a misuse of error reporting (CWE‑390).

Affected Systems

The vulnerability exists in all builds of the Linux kernel that lack the remediation commit c4508edb2c723de93717272488ea65b165637eac. It affects the core Linux kernel across all distributions that ship vanilla or unpatched kernels and will be mitigated once the kernel includes the commit.

Risk and Exploitability

No CVSS or EPSS data is available for this vulnerability, and the vulnerability is not listed in the CISA KEV catalog. The flaw requires a local context where a process can trigger a devmem fault; it does not grant remote code execution. The potential impact is limited to incorrect error handling that could lead to subtle device or memory misbehaviour, so the risk is considered moderate until a patch is deployed.

Generated by OpenCVE AI on August 10, 2026 at 19:04 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade the system kernel to a version that includes the commit c4508edb2c723de93717272488ea65b165637eac.
  • If upgrading is not immediately feasible, disable the Xe graphics driver or unload the drm/xe kernel module to prevent the faulty fault handling.
  • Verify kernel boot messages and system logs for signs of devmem faults and apply any vendor advisories that address related kernel bugs.

Generated by OpenCVE AI on August 10, 2026 at 19:04 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

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

Type Values Removed Values Added
Weaknesses CWE-390

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: Return error on non-migratable faults requiring devmem Non-migratable faults that require devmem incorrectly jump to the 'out' label, which squashes the error code intended to be returned to the upper layers. Fix this by returning -EACCES instead. (cherry picked from commit c4508edb2c723de93717272488ea65b165637eac)
Title drm/xe: Return error on non-migratable faults requiring devmem
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:43.573Z

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

Link: CVE-2026-68268

cve-icon Vulnrichment

No data.

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-10T19:45:04Z

Weaknesses
  • CWE-390

    Detection of Error Condition Without Action