
Cloud Vulnerability DB
A community-led vulnerabilities database
CVE-2026-68427 is a use-after-free vulnerability in the Linux kernel's gpu: host1x subsystem, specifically within the host1x_bo_clear_cached_mappings function. The flaw arises because __host1x_bo_unpin() drops the last reference to a buffer object mapping and frees it, but the code subsequently dereferences the now-freed mapping pointer instead of using the still-valid cache local variable. Affected kernel versions include those before 6.6.148, 6.12.101, 6.18.42, and 7.1.6. The vulnerability was published on August 10, 2026, with patches available the same day. The CVSS base score is reported as 0.0 (pending full scoring), with Feedly estimating a Medium severity (GitHub Advisory, Feedly).
The root cause is a classic use-after-free (CWE-416) memory management error in the Linux kernel's host1x GPU driver. In host1x_bo_clear_cached_mappings, the function calls __host1x_bo_unpin(), which releases the final reference to a mapping object and frees its memory. The subsequent code then dereferences the freed mapping pointer to access the cache, rather than using the cache local variable that was captured before the unpin operation and remains valid after the free. Exploitation requires local access to a system with the host1x GPU driver loaded (typically NVIDIA Tegra SoC-based systems), and an attacker would need to trigger GPU buffer operations that invoke the vulnerable code path (GitHub Advisory, Feedly).
Successful exploitation of this vulnerability by a local user with access to the host1x GPU driver could result in arbitrary code execution with kernel privileges, enabling full system compromise, or alternatively cause a kernel panic (denial of service). Because the vulnerability operates at the kernel level, a successful exploit could allow an attacker to bypass security boundaries, escalate privileges, access sensitive kernel memory, or destabilize the system. The scope is limited to systems running affected Linux kernel versions with the host1x GPU driver active, primarily NVIDIA Tegra-based embedded and mobile platforms (Feedly, GitHub Advisory).
There is no public proof-of-concept exploit available, and no evidence of in-the-wild exploitation has been observed as of the disclosure date (Feedly). The EPSS score is reported as 0.0, reflecting a very low probability of exploitation in the near term. The vulnerability is not listed in the CISA Known Exploited Vulnerabilities (KEV) catalog. Exploitation is limited to local attackers with access to the GPU device and the host1x driver, which significantly constrains the attack surface.
Apply the available kernel patches: upgrade to Linux kernel version 6.6.148 or later, 6.12.101 or later, 6.18.42 or later, or 7.1.6 or later. The fix is also included in 7.2-rc4. Specific fix commits are available in the Linux stable kernel repository (e.g., abeff53233b9, 5b7e5f84d3d4, 5f4de3c717d3, b773faa32b0a, 266cddf7bd0f). As a temporary workaround until patching is feasible, restrict access to GPU devices and the host1x driver to trusted users only, and monitor system logs for unexpected GPU-related errors or kernel crashes (GitHub Advisory, Feedly).
Source: This report was generated using AI
Free Vulnerability Assessment
Evaluate your cloud security practices across 9 security domains to benchmark your risk level and identify gaps in your defenses.
Get a personalized demo
"Best User Experience I have ever seen, provides full visibility to cloud workloads."
"Wiz provides a single pane of glass to see what is going on in our cloud environments."
"We know that if Wiz identifies something as critical, it actually is."