I
n the Linux kernel, the following vulnerability has been resolved: drm/v3d: Fix potential memory leak in the performance extension If fetching of userspace memory fails during the main loop, all drm sync objs looked up until that point will be leaked because of the missing drm_syncobj_put. Fix it by exporting and using a common cleanup helper. (cherry picked from commit 484de39fa5f5b7bd0c5f2e2c5265167250ef7501)
References
Configurations
Configuration 1 (hide)
|
History
19 Aug 2024, 20:05
| Type | Values Removed | Values Added |
|---|---|---|
| References | () https://git.kernel.org/stable/c/32df4abc44f24dbec239d43e2b26d5768c5d1a78 - Patch | |
| References | () https://git.kernel.org/stable/c/ad5fdc48f7a63b8a98493c667505fe4d3864ae21 - Patch | |
| CVSS |
v2 : v3 : |
v2 : unknown
v3 : 5.5 |
| CWE | CWE-401 | |
| CPE | cpe:2.3:o:linux:linux_kernel:6.11:rc1:*:*:*:*:*:* cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* |
|
| First Time |
Linux linux Kernel
Linux |
19 Aug 2024, 12:59
| Type | Values Removed | Values Added |
|---|---|---|
| New CVE |
Information
Published : 2024-08-17 09:15
Updated : 2024-08-19 20:05
NVD link : CVE-2024-42262
Mitre link : CVE-2024-42262
CVE.ORG link : CVE-2024-42262
JSON object : View
Products Affected
CWE
CWE-401
Missing Release of Memory after Effective Lifetime