CVE-2026-68232
Severity CVSS v4.0:
Pending analysis
Type:
Unavailable / Other
Publication date:
10/08/2026
Last modified:
17/08/2026
Description
In the Linux kernel, the following vulnerability has been resolved:<br />
<br />
drm/gpusvm: Fix MM reference leak in drm_gpusvm_range_evict<br />
<br />
If kvmalloc_array() fails in drm_gpusvm_range_evict(), the MM<br />
reference acquired earlier is not released, resulting in a reference<br />
leak.<br />
<br />
Fix this by dropping the MM reference on the kvmalloc_array()<br />
failure path.


