CVE-2025-68732
In the Linux kernel, the following vulnerability has been resolved: gpu: host1x: Fix race in syncpt alloc/free Fix race condition between host1x_syncpt_alloc() and host1x_syncpt_put() by using kref_put_mutex() instead of kref_put() + manual mutex locking. This ensures no thread can acquire the syncpt_mutex after the refcount drops to zero but before syncpt_release acquires it. This prevents races where syncpoints could be allocated while still being cleaned up from a previous release. Remove explicit mutex locking in syncpt_release as kref_put_mutex() handles this atomically.
Affected versions
Linux kernel versions
5.13
and later are affected. Fixed in
5.15.198,
6.1.160,
6.6.120,
6.12.63,
6.17.13,
6.18.2,
6.19
and their respective stable series.
References
The following references provide additional information about CVE-2025-68732 including vendor advisories, patch commits, exploit details, and third-party analysis. Links are sourced from the NIST NVD database.
-
PatchKernel patch commithttps://git.kernel.org/stable/c/4aeaece518fa4436af93d1d8b786200d9656ff4b
-
PatchKernel patch commithttps://git.kernel.org/stable/c/4e6e07ce0197aecfb6c4a62862acc93b3efedeb7
-
PatchKernel patch commithttps://git.kernel.org/stable/c/6245cce711e2cdb2cc75c0bb8632952e36f8c972
Frequently asked questions
-
What is CVE-2025-68732?
CVE-2025-68732 is a unscored severity Linux kernel vulnerability . It affects Linux kernel versions from 5.13 onward and has been patched in 5.15.198, 6.1.160, 6.6.120 and others. CVE-2025-68732 has not been confirmed as actively exploited and is not listed in the CISA KEV catalog.
-
Is there a patch available for CVE-2025-68732?
Yes — CVE-2025-68732 has been patched. Fixed versions include 5.15.198, 6.1.160, 6.6.120 and others. If you are running Linux kernel 5.13 or later up to the fix versions, apply the relevant patch for your kernel branch.
-
Is CVE-2025-68732 actively exploited?
No — CVE-2025-68732 has not been confirmed as actively exploited. It is not listed in the CISA Known Exploited Vulnerabilities (KEV) catalog.