
Cloud Vulnerability DB
A community-led vulnerabilities database
CVE-2025-68732 is a race condition vulnerability in the Linux kernel's gpu/host1x subsystem, specifically in the syncpoint (syncpt) allocation and free mechanism. The flaw exists between host1x_syncpt_alloc() and host1x_syncpt_put(), where a window between reference count decrement and mutex acquisition could allow a syncpoint to be reallocated while still being cleaned up. It affects the Linux kernel starting from commit f5ba33fb9690 and was disclosed on December 24, 2025. Patches are available for kernel versions 6.12.63, 6.17.13, 6.18.2, and 6.19-rc1. The CVSS v3.1 base score is 5.5 (Medium) (Red Hat CVE, Red Hat Bugzilla).
The root cause is a classic time-of-check to time-of-use (TOCTOU) race condition (CWE-362) in the Linux kernel's host1x GPU synchronization point management. When kref_put() was used alongside manual mutex locking in host1x_syncpt_put(), a narrow window existed after the reference count dropped to zero but before syncpt_release could acquire the syncpt_mutex, during which another thread could call host1x_syncpt_alloc() and obtain the same syncpoint that was still being freed. The fix replaces this pattern with kref_put_mutex(), which atomically handles the refcount decrement and mutex acquisition, eliminating the race. Exploitation requires local access with low privileges and no user interaction (Red Hat Bugzilla, Red Hat CVE).
Successful exploitation of this vulnerability can result in denial of service through system instability, resource exhaustion, or crashes in GPU-related operations. The race condition can cause syncpoints to be allocated while still undergoing cleanup from a prior release, leading to improper GPU synchronization state and potentially causing kernel panics or unexpected behavior in applications relying on the host1x GPU subsystem. There is no confidentiality or integrity impact; the primary risk is availability (Red Hat CVE, Red Hat Bugzilla).
The Linux kernel community has released patches addressing this vulnerability in stable kernel versions 6.12.63, 6.17.13, 6.18.2, and 6.19-rc1. Downstream distributions including Debian (linux 6.1.162-1), Ubuntu (USN-8179-1, USN-8184-1, USN-8185-1, USN-8203-1, USN-8258-1, USN-8260-1, USN-8265-1), Oracle Linux, and Microsoft Azure Linux (azl3) have also issued updated packages. Administrators should update to the latest patched kernel version for their distribution as the primary remediation. As a secondary measure, restricting local system access and implementing robust access controls can reduce the risk of exploitation (Red Hat CVE, Debian LTS, Ubuntu USN-8179-1).
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."