AUGUST 22, 2026
Live Feed
Back to database
Case File

CVE-2026-68267

UNKNOWN · CVSS N/A EPSS 0.17%

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, specifically regarding the handling of Object Access (OA) registers, which are improperly whitelisted by default. This oversight can lead to unauthorized access to sensitive resources, potentially allowing attackers to exploit the system. Organizations using Linux-based systems, particularly those leveraging graphics processing capabilities, should prioritize patching to mitigate potential security risks associated with this flaw.

CVE
CVE-2026-68267
Severity
UNKNOWN
CVSS
N/A
EPSS
0.17%
Linux

Original NVD Description

In the Linux kernel, the following vulnerability has been resolved: drm/xe/rtp: Add RING_FORCE_TO_NONPRIV_DENY to OA whitelists Unconditionally whitelisting OA registers is a security violation. Set RING_FORCE_TO_NONPRIV_DENY bit in OA nonpriv slots, so that OA registers don't get whitelisted by default after probe, gt reset, resume and engine reset. (cherry picked from commit 90511bdcfda97211c01f1d945d4ea616578d8fca)