CVE-2026-68427

Updated on 10 Aug 2026

Severity

Awaiting Analysis

Details

CVSS vector
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H

Overview

About vulnerability

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.

Details

Affected packages:
kernel @ 5.14.0 (+2 more)

Fixes