NONE · 0

CVE-2026-68232

In the Linux kernel, the following vulnerability has been resolved: drm/gpusvm: Fix MM reference leak in drm_gpusvm_range_evict If kvmalloc_array() fails in drm_gpusvm_range_evict(), the MM referenc...

Vulnerability Description

In the Linux kernel, the following vulnerability has been resolved: drm/gpusvm: Fix MM reference leak in drm_gpusvm_range_evict If kvmalloc_array() fails in drm_gpusvm_range_evict(), the MM reference acquired earlier is not released, resulting in a reference leak. Fix this by dropping the MM reference on the kvmalloc_array() failure path.

References

FAQ

What is CVE-2026-68232?

CVE-2026-68232 is a documented vulnerability. In the Linux kernel, the following vulnerability has been resolved: drm/gpusvm: Fix MM reference leak in drm_gpusvm_range_evict If kvmalloc_array() fails in drm_gpusvm_range_evict(), the MM referenc...

How severe is CVE-2026-68232?

CVSS scoring is not yet available for CVE-2026-68232. Check NVD for updates.

Is there a patch for CVE-2026-68232?

Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.