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: 5.5 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

Within the DRM/xe component the Linux kernel incorrectly jumps non‑migratable memory faults that require devmem to an out label, discarding the intended -EACCES error code. The fault is therefore reported as successful to higher kernel layers, masking the true failure and allowing subsequent operations to proceed with an incorrect assumption about memory access or device state. The weakness is a missing check of return values (CWE‑252).

Affected Systems

The vulnerability exists in any Linux kernel build that does not contain the remediation commit c4508edb2c723de93717272488ea65b165637eac. Consequently, all vanilla kernels shipped before the inclusion of this commit are affected, while kernels that have applied the commit are no longer vulnerable. This condition is inferred from the commit references provided and the absence of a specific affected‑version list in the data.

Risk and Exploitability

The CVSS score of 5.5 indicates a medium severity, while the EPSS score of < 1% reflects a low probability of exploitation. The flaw is not listed in CISA’s KEV catalog. The likely attack vector is a local process capable of generating a devmem fault; the vulnerability does not provide remote code execution or broader privilege escalation. Because the impact is limited to error masking, risk remains moderate until the kernel is patched.

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

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade the Linux kernel to a version that includes the remediation commit c4508edb2c723de93717272488ea65b165637eac to restore proper error handling in DRM/xe
  • If a kernel update is not immediately possible, disable or unload the drm/xe kernel module to eliminate the faulty fault handling path
  • Ensure that any user‑space or kernel modules interacting with devmem validate return codes and monitor kernel logs for devmem fault indications

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

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

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

Type Values Removed Values Added
Weaknesses CWE-390

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

Type Values Removed Values Added
Weaknesses CWE-252
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 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-17T05:02:01.400Z

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

Link: CVE-2026-68268

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

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

Modified: 2026-08-17T05:18:29.350

Link: CVE-2026-68268

cve-icon Redhat

Severity : Moderate

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

Links: CVE-2026-68268 - Bugzilla

cve-icon OpenCVE Enrichment

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

Weaknesses