CVE-2025-39679
Gravedad:
Pendiente de análisis
Tipo:
No Disponible / Otro tipo
Fecha de publicación:
05/09/2025
Última modificación:
08/09/2025
Descripción
*** Pendiente de traducción *** 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.