CVE-2025-39679
Severity CVSS v4.0:
Pending analysis
Type:
Unavailable / Other
Publication date:
05/09/2025
Last modified:
08/09/2025
Description
In the Linux kernel, the following vulnerability has been resolved:<br />
<br />
drm/nouveau/nvif: Fix potential memory leak in nvif_vmm_ctor().<br />
<br />
When the nvif_vmm_type is invalid, we will return error directly<br />
without freeing the args in nvif_vmm_ctor(), which leading a memory<br />
leak. Fix it by setting the ret -EINVAL and goto done.