Impact
The issue is a NULL pointer dereference within the DRM Xe page‑table walk. The function xe_pt_zap_ptes_entry() called container_of() on a NULL child pointer before verifying it, causing the kernel to crash. This produces a system‑wide denial of service. The flaw is a classic unsafe pointer use, classified as CWE‑476.
Affected Systems
All Linux kernels that have not incorporated the safety check commit (b9297d19d9df5d4b6c994648570c5dcd1cac68ff). No distribution or version numbers are defined in the advisory; any kernel prior to this commit could be vulnerable.
Risk and Exploitability
The EPSS score is less than 1% and the flaw is not listed in the CISA KEV catalog, indicating no publicly known exploitation. However, the bug can be triggered locally by a user with sufficient privileges to access the DRM Xe driver, making it a high‑risk local denial of service. The CVSS score of 5.5 indicates moderate severity; the low exploitation probability confirmed by the EPSS score suggests a low likelihood of exploitation, but the vulnerability remains a serious local denial of service if triggered by an attacker with sufficient privileges.
OpenCVE Enrichment