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: n/a
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The vulnerability is a use‑after‑free condition in the Linux kernel’s host1x GPU driver. When the function that unpins a buffer object drops its last reference, the driver later accesses the freed mapping through a stale pointer. This can corrupt memory and, in a privileged context, allow an attacker to execute arbitrary code with kernel privileges. The flaw is a classic use‑after‑free (CWE‑416) and thus carries a very high potential impact.

Affected Systems

The flaw exists in the Linux kernel’s host1x GPU driver across all versions in which the bug was present, before the patch was released. All distributions that ship the affected kernel, including the mainline kernel, may be affected. Affected systems are those that use the host1x GPU subsystem for rendering or compute. Vendor information is limited to Linux kernel releases; explicit affected version ranges were not provided.

Risk and Exploitability

The EPSS score is not available, and the vulnerability is not listed in CISA’s KEV catalog, but the nature of the flaw—an unguarded kernel memory access—implies a high exploitation risk. The attack likely requires local privileges or the ability to load or interact with the host1x driver; it is inferred that an attacker could trigger the flaw by causing a host1x buffer to be cleared while still referenced. The lack of a publicly disclosed exploit reduces immediate threat, yet the high severity and the kernel context demand swift remediation.

Generated by OpenCVE AI on August 10, 2026 at 16:52 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Update the Linux kernel to a version that includes the host1x use‑after‑free fix, which is already merged into the mainline kernel and distributed in current releases.
  • Apply the upstream patch to your kernel source or use a vendor backport if a distribution update is unavailable, then rebuild and install the updated kernel.
  • Disable the host1x GPU driver if the functionality is not required, e.g., by blacklisting it or preventing it from loading via kernel command line parameters.

Generated by OpenCVE AI on August 10, 2026 at 16:52 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

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-10T12:04:47.915Z

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

Link: CVE-2026-68427

cve-icon Vulnrichment

No data.

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-11T01:00:04Z

Weaknesses