CVE-2026-72362

Source
https://cve.org/CVERecord?id=CVE-2026-72362
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-72362.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-72362
Downstream
Published
2026-08-15T05:56:01.414Z
Modified
2026-08-16T03:48:37.388816721Z
Summary
drm/xe/pt: Fix NULL pointer dereference in xe_pt_zap_ptes_entry()
Details

In the Linux kernel, the following vulnerability has been resolved:

drm/xe/pt: Fix NULL pointer dereference in xeptzapptesentry()

The page-table walk framework may pass a NULL *child pointer for unpopulated entries. xeptzapptesentry() called container_of(*child) before checking for NULL, then dereferenced the result, causing a crash.

Move the containerof() call after a NULL guard, so the function returns early instead of proceeding with an invalid pointer. XEWARN_ON is kept to help root cause the issue, but we now bail instead of crashing the driver.

v2: Comment that triggering XEWARNON is unexpected behavior (Matt Brost)

(cherry picked from commit b9297d19d9df5d4b6c994648570c5dcd1cac68ff)

Database specific
{
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/72xxx/CVE-2026-72362.json",
    "cna_assigner": "Linux"
}
References

Affected packages

Git / git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git

Affected ranges

Type
GIT
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Events
Introduced
dd08ebf6c3525a7ea2186e636df064ea47281987
Fixed
ff330ce16c846b70164ff0eb544c81219d4c5c08
Fixed
78b1074966d290d4517f42bc81e13c4349368d12
Fixed
d94b9922b2ae5ee6e900f8da0bd537b251c6110c
Fixed
3feeb667197bd58a17f4edfdbcad249ffcb3c864

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-72362.json"

Linux / Kernel

Package

Name
Kernel

Affected ranges

Type
ECOSYSTEM
Events
Introduced
6.8.0
Fixed
6.12.97
Type
ECOSYSTEM
Events
Introduced
6.13.0
Fixed
6.18.40
Type
ECOSYSTEM
Events
Introduced
6.19.0
Fixed
7.1.5

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-72362.json"