CVE-2025-68747

In the Linux kernel, the following vulnerability has been resolved: drm/panthor: Fix UAF on kernel BO VA nodes If the MMU is down, panthor_vm_unmap_range() might return an error. We expect the page table to be updated still, and if the MMU is blocked, the rest of the GPU should be blocked too, so no risk of accessing physical memory returned to the system (which the current code doesn't cover for anyway). Proceed with the rest of the cleanup instead of bailing out and leaving the va_node inserted in the drm_mm, which leads to UAF when other adjacent nodes are removed from the drm_mm tree.
Configurations

No configuration.

History

30 Jul 2026, 06:24

Type Values Removed Values Added
CVSS v2 : unknown
v3 : unknown
v2 : unknown
v3 : 7.8

24 Dec 2025, 13:16

Type Values Removed Values Added
New CVE

Information

Published : 2025-12-24 13:16

Updated : 2026-07-30 06:24


NVD link : CVE-2025-68747

Mitre link : CVE-2025-68747

CVE.ORG link : CVE-2025-68747


JSON object : View

Products Affected

No product.

CWE

No CWE.