CyberRota Analysis
AI-GeneratedThe 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.
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)