Security Advisory

CVE-2026-68427

CVE vulnerability detail - eXtreme Datacenter Security Operations

Published 2026-08-10 12:04:47
Last updated 2026-08-19 16:35:22
Assigner Linux
CVSS score 7.8
State PUBLISHED

Description

In the Linux kernel, the following vulnerability has been resolved: gpu: host1x: Fix use-after-free in host1x_bo_clear_cached_mappings __host1x_bo_unpin() drops the last reference to the mapping and frees it, so we can't dereference mapping afterwards. The cache itself outlives the mapping, so use the cache local variable instead.