In the Linux kernel, the following vulnerability has been resolved:
drm/v3d: Fix potential memory leak in the timestamp 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 753ce4fea62182c77e1691ab4f9022008f25b62e)
References
Configurations
Configuration 1 (hide)
|
History
19 Aug 2024, 20:41
Type | Values Removed | Values Added |
---|---|---|
References | () https://git.kernel.org/stable/c/0e50fcc20bd87584840266e8004f9064a8985b4f - Patch | |
References | () https://git.kernel.org/stable/c/9b5033ee2c5af6d1135a403df32d219ab57e55f9 - Patch | |
CPE | cpe:2.3:o:linux:linux_kernel:6.11:rc1:*:*:*:*:*:* cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* |
|
CVSS |
v2 : v3 : |
v2 : unknown
v3 : 5.5 |
CWE | CWE-401 | |
First Time |
Linux linux Kernel
Linux |
19 Aug 2024, 12:59
Type | Values Removed | Values Added |
---|---|---|
Summary |
|
17 Aug 2024, 09:15
Type | Values Removed | Values Added |
---|---|---|
New CVE |
Information
Published : 2024-08-17 09:15
Updated : 2024-08-19 20:41
NVD link : CVE-2024-42263
Mitre link : CVE-2024-42263
CVE.ORG link : CVE-2024-42263
JSON object : View
Products Affected
linux
- linux_kernel
CWE
CWE-401
Missing Release of Memory after Effective Lifetime