AUGUST 22, 2026
Live Feed
Back to database
Case File

CVE-2026-68268

UNKNOWN · CVSS N/A EPSS 0.21%

Source: NVD + CISA KEV + EPSS · Published 2026-08-10 · Last synced 2026-08-22

CyberRota Analysis

AI-Generated

The vulnerability affects the Linux kernel's Direct Rendering Manager (DRM) subsystem, where non-migratable faults that require device memory (devmem) improperly handle error codes, potentially leading to incorrect error reporting. This flaw could impact systems relying on accurate fault handling for graphics operations, making it critical for developers and system administrators managing Linux-based environments to prioritize applying the fix. Users of affected Linux distributions should ensure they update their kernels to mitigate potential stability and security issues.

CVE
CVE-2026-68268
Severity
UNKNOWN
CVSS
N/A
EPSS
0.21%
Linux

Original NVD 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)