CVE Catalog

CVE-2026-68232

Low risk· EPSS 10%
Published: Updated: Translated: NVD NIST

Exploitation Probability (EPSS)

Low risk
0.20%

10th percentile - higher than 10% of all known CVEs

Summary

In the Linux kernel, the gpusvm driver has a bug where an MM reference is not released on kvmalloc_array() failure in drm_gpusvm_range_evict, causing a reference leak.

Risk Assessment

The risk includes memory leaks, potentially causing performance degradation and system instability.

Recommendation

Update the Linux kernel to a version containing the fix that drops the MM reference on the failure path.

Other vulnerabilities in Linux kernel

See all
Original NVD description (English source)

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.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS