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.
Published: 2026-08-10
Score: 7.8 High
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The vulnerability is a use-after-free (CWE-825) in the Linux kernel’s host1x GPU driver. When a buffer object is un-pinned, the driver frees the mapping and later dereferences a stale pointer, which can corrupt kernel memory. This kernel-level memory corruption could allow a local attacker to manipulate the kernel’s execution state or gain elevated privileges, though no proven privilege escalation chain is documented.

Affected Systems

The flaw resides in the host1x driver of the Linux kernel. All Linux kernel releases that include the unpatched driver are vulnerable. Distributions shipping a kernel before the patch, regardless of vendor, are affected. The vulnerability is present in any system that loads or interacts with the host1x GPU subsystem, such as those using the driver for graphics or compute workloads.

Risk and Exploitability

The CVSS score of 7.8 indicates high severity, while the EPSS score of <1% shows a low probability of current exploitation. The vulnerability is not listed in CISA’s KEV catalog. Exploitation would likely require local privileges or the ability to load or use the host1x driver; no public exploit is known. The overall risk to systems remains moderate from a threat perspective.

Generated by OpenCVE AI on August 14, 2026 at 00:57 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade to a kernel version that includes the host1x use-after-free fix, available in recent mainline releases.
  • If your distribution does not yet provide an updated kernel, apply the upstream patch to your kernel source, rebuild, and install the updated kernel.
  • If the host1x GPU function is not required, disable the driver by blacklisting it or preventing it from loading through kernel boot parameters.

Generated by OpenCVE AI on August 14, 2026 at 00:57 UTC.

Tracking

Sign in to view the affected projects.

Advisories
Source ID Title
Debian DLA Debian DLA DLA-4745-1 linux-6.12 security update
History

Wed, 19 Aug 2026 16:45:00 +0000


Thu, 13 Aug 2026 23:15:00 +0000

Type Values Removed Values Added
Metrics cvssV3_1

{'score': 7.0, 'vector': 'CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H'}

cvssV3_1

{'score': 7.8, 'vector': 'CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H'}


Wed, 12 Aug 2026 20:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-416

Wed, 12 Aug 2026 00:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-825
References
Metrics threat_severity

None

cvssV3_1

{'score': 7.0, 'vector': 'CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H'}

threat_severity

Moderate


Mon, 10 Aug 2026 17:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-416

Mon, 10 Aug 2026 12:30:00 +0000

Type Values Removed Values Added
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.
Title gpu: host1x: Fix use-after-free in host1x_bo_clear_cached_mappings
First Time appeared Linux
Linux linux Kernel
CPEs cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*
Vendors & Products Linux
Linux linux Kernel
References

Subscriptions

Linux Linux Kernel
cve-icon MITRE

Status: PUBLISHED

Assigner: Linux

Published:

Updated: 2026-08-19T16:35:22.452Z

Reserved: 2026-07-30T09:28:09.392Z

Link: CVE-2026-68427

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-08-10T13:20:36.653

Modified: 2026-08-19T17:20:49.627

Link: CVE-2026-68427

cve-icon Redhat

Severity : Moderate

Publid Date: 2026-08-10T00:00:00Z

Links: CVE-2026-68427 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-08-14T01:00:05Z

Weaknesses
  • CWE-825

    Expired Pointer Dereference