CVE Catalog

CVE-2026-72387

Low risk· EPSS 10%
Published: Updated: Translated: NVD NIST

Exploitation Probability (EPSS)

Low risk
0.20%

10th percentile - higher than 10% of all known CVEs

Summary

In the Linux kernel's Panthor DRM driver, a potential invalid pointer dereference was found in group_process_tiler_oom(). If heaps is an ERR_PTR(), panthor_heap_pool_put() will dereference an invalid pointer.

Risk Assessment

This could lead to a kernel panic or unpredictable behavior, especially in scenarios with memory allocation errors.

Recommendation

Apply a Linux kernel update containing the fix that sets heaps to NULL in error cases to avoid invalid pointer dereference.

Other vulnerabilities in Linux kernel

See all
Original NVD description (English source)

In the Linux kernel, the following vulnerability has been resolved: drm/panthor: Fix potential invalid pointer deref in group_process_tiler_oom() If heaps is an ERR_PTR(), panthor_heap_pool_put() will deref an invalid pointer. Make sure we set it to NULL in that case.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS