In the Linux kernel, the following vulnerability has been resolved:
drm/vmwgfx: fix a memleak in vmw_gmrid_man_get_node
When ida_alloc_max fails, resources allocated before should be freed,
including *res allocated by kmalloc and ttm_resource_init.
References
Configurations
Configuration 1 (hide)
|
History
14 Jan 2025, 14:55
Type | Values Removed | Values Added |
---|---|---|
References | () https://git.kernel.org/stable/c/03b1072616a8f7d6e8594f643b416a9467c83fbf - Patch | |
References | () https://git.kernel.org/stable/c/40624af6674745e174c754a20d7c53c250e65e7a - Patch | |
References | () https://git.kernel.org/stable/c/6fc6233f6db1579b69b54b44571f1a7fde8186e6 - Patch | |
References | () https://git.kernel.org/stable/c/83e0f220d1e992fa074157fcf14945bf170ffbc5 - Patch | |
References | () https://git.kernel.org/stable/c/89709105a6091948ffb6ec2427954cbfe45358ce - Patch | |
References | () https://git.kernel.org/stable/c/d1e546ab91c670e536a274a75481034ab7534876 - Patch | |
CWE | CWE-401 | |
CVSS |
v2 : v3 : |
v2 : unknown
v3 : 5.5 |
CPE | cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | |
First Time |
Linux
Linux linux Kernel |
21 Nov 2024, 08:40
Type | Values Removed | Values Added |
---|---|---|
References | () https://git.kernel.org/stable/c/03b1072616a8f7d6e8594f643b416a9467c83fbf - | |
References | () https://git.kernel.org/stable/c/40624af6674745e174c754a20d7c53c250e65e7a - | |
References | () https://git.kernel.org/stable/c/6fc6233f6db1579b69b54b44571f1a7fde8186e6 - | |
References | () https://git.kernel.org/stable/c/83e0f220d1e992fa074157fcf14945bf170ffbc5 - | |
References | () https://git.kernel.org/stable/c/89709105a6091948ffb6ec2427954cbfe45358ce - | |
References | () https://git.kernel.org/stable/c/d1e546ab91c670e536a274a75481034ab7534876 - | |
Summary |
|
17 May 2024, 14:15
Type | Values Removed | Values Added |
---|---|---|
New CVE |
Information
Published : 2024-05-17 14:15
Updated : 2025-01-14 14:55
NVD link : CVE-2023-52662
Mitre link : CVE-2023-52662
CVE.ORG link : CVE-2023-52662
JSON object : View
Products Affected
linux
- linux_kernel
CWE
CWE-401
Missing Release of Memory after Effective Lifetime