Bug 2393513 (CVE-2025-39679) - CVE-2025-39679 kernel: drm/nouveau/nvif: Fix potential memory leak in nvif_vmm_ctor()
Summary: CVE-2025-39679 kernel: drm/nouveau/nvif: Fix potential memory leak in nvif_vm...
Keywords:
Status: NEW
Alias: CVE-2025-39679
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
unspecified
unspecified
Target Milestone: ---
Assignee: Product Security DevOps Team
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2025-09-05 18:03 UTC by OSIDB Bzimport
Modified: 2025-11-26 07:59 UTC (History)
0 users

Fixed In Version:
Clone Of:
Environment:
Last Closed:
Embargoed:


Attachments (Terms of Use)

Description OSIDB Bzimport 2025-09-05 18:03:28 UTC
In the Linux kernel, the following vulnerability has been resolved:

drm/nouveau/nvif: Fix potential memory leak in nvif_vmm_ctor().

When the nvif_vmm_type is invalid, we will return error directly
without freeing the args in nvif_vmm_ctor(), which leading a memory
leak. Fix it by setting the ret -EINVAL and goto done.


Note You need to log in before you can comment on or make changes to this bug.