
Cloud Vulnerability DB
A community-led vulnerabilities database
CVE-2026-23466 is a local privilege escalation vulnerability in the Linux kernel's DRM/XE (Intel Xe GPU) driver caused by insufficient GGTT (Graphics Global Translation Table) MMIO access protection. The flaw was published on April 3, 2026, and affects Linux kernel versions 6.12.x before 6.12.78, 6.13.x before 6.18.20, 6.19.x before 6.19.10, and release candidates 7.0-rc1 through 7.0-rc4. It carries a CVSS v3.1 base score of 7.8 (High) (Github Advisory).
The root cause is improper synchronization and access control (related to CWE-362/race condition and use-after-free patterns) in the DRM/XE driver's GGTT MMIO access path. The existing protection relies on the hotplug mechanism (drm_dev_enter/drm_dev_unplug), which is never invoked when driver load fails, leaving MMIO access unguarded. Additionally, devm release functions cannot ensure all buffer objects (BOs) with GGTT mappings are destroyed before the GGTT MMIO region is removed, because some BOs may be freed asynchronously by worker threads — creating a window where MMIO access occurs against an already-removed region. The fix introduces an explicit open-coded flag protected by the GGTT lock, cleared during dev_fini_ggtt, to gate all GGTT MMIO access (cherry-picked from upstream commit 4f3a998a173b4325c2efd90bdadc6ccd3ad9a431) (Github Advisory).
A local attacker with low privileges and access to the DRM subsystem can exploit this vulnerability to read or write arbitrary kernel memory locations during driver unload or failed driver load sequences, potentially achieving arbitrary code execution in kernel context. The CVSS assessment reflects high confidentiality, integrity, and availability impact, meaning successful exploitation could result in full system compromise, sensitive data disclosure, and denial of service (Github Advisory).
Apply the upstream kernel patches that introduce the open-coded GGTT MMIO access protection flag. Fixed versions are Linux kernel 6.12.78, 6.18.20, and 6.19.10, as well as 7.0-rc5 and later. The relevant stable commits are 01f2557aa684e514005541e71a3d01f4cd45c170, 1e9e2640d870d4837bcfdc220cb2c99ae5ee119f, 76326dc06d8793c2c81c31cc0115dbc348de2f88, and e2b424aadecb640f9e037b2891191cf8fd4c64cf. SUSE has released security updates (SUSE-SU-2026:2217-1 and SUSE-SU-2026:2238-1) addressing this CVE. As a workaround where patching is not immediately possible, restrict local user access to systems running the Intel Xe GPU driver and monitor for anomalous DRM subsystem interactions (Github Advisory).
SUSE issued security advisories (SUSE-SU-2026:2217-1 and SUSE-SU-2026:2238-1) addressing this vulnerability as part of broader kernel update packages. The Yocto Project security mailing list also tracked this CVE. No notable independent researcher commentary or significant social media discussion has been identified beyond standard vulnerability tracking.
Source: This report was generated using AI
Free Vulnerability Assessment
Evaluate your cloud security practices across 9 security domains to benchmark your risk level and identify gaps in your defenses.
Get a personalized demo
"Best User Experience I have ever seen, provides full visibility to cloud workloads."
"Wiz provides a single pane of glass to see what is going on in our cloud environments."
"We know that if Wiz identifies something as critical, it actually is."