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)
Published: 2026-08-10
Score: 7.0 High
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

Unconditionally whitelisting of OA registers in the Linux kernel creates a security violation that could allow an unprivileged process to gain privileged access to hardware registers after probe, reset, resume, or engine reset events. The added RING_FORCE_TO_NONPRIV_DENY bit prevents such registers from being whitelisted by default, thereby mitigating unauthorized access. The vulnerability therefore enables a potential privilege escalation attack where a local attacker could manipulate low‑level hardware resources.

Affected Systems

The flaw is present in the Linux kernel itself, affecting all builds that lack the patch commit 90511bdcfda97211c01f1d945d4ea616578d8fca. No specific kernel version range is provided; the vulnerability applies to any kernel that still uses the unprotected whitelist behavior.

Risk and Exploitability

The CVSS score is 7.0 and the EPSS score is < 1%, indicating moderate severity and a low but non-zero exploitation probability. However, since the weakness involves kernel register whitelisting, an attacker would need local kernel code execution to exploit it, making the attack vector a local privilege escalation scenario. The vulnerability is not listed in the CISA KEV catalog, suggesting no widespread exploitation has been reported as of the last update. Nonetheless, the potential for privilege escalation warrants prompt mitigation.

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

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Update the Linux kernel to a version that includes the commit 90511bdcfda97211c01f1d945d4ea616578d8fca, which sets RING_FORCE_TO_NONPRIV_DENY to prevent OA registers from being whitelisted.
  • Reboot the system to load the updated kernel and activate the whitelist protection.
  • If an immediate kernel update is not feasible, temporarily disable the DRM subsystem for unprivileged users or set appropriate permissions to restrict access until the patch is applied.

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

Tracking

Sign in to view the affected projects.

Advisories
Source ID Title
Debian DSA Debian DSA DSA-6466-1 linux security update
History

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

Type Values Removed Values Added
Weaknesses CWE-284

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

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

None

cvssV3_1

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

threat_severity

Moderate


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

Type Values Removed Values Added
Weaknesses CWE-284

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/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)
Title drm/xe/rtp: Add RING_FORCE_TO_NONPRIV_DENY to OA whitelists
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:00.297Z

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

Link: CVE-2026-68267

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

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

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

Link: CVE-2026-68267

cve-icon Redhat

Severity : Moderate

Publid Date: 2026-08-10T00:00:00Z

Links: CVE-2026-68267 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-08-13T06:45:04Z

Weaknesses
  • CWE-1188

    Initialization of a Resource with an Insecure Default