In the Linux kernel, the following vulnerability has been resolved:
drm/amdgpu: fix double free err_addr pointer warnings
In amdgpu_umc_bad_page_polling_timeout, the amdgpu_umc_handle_bad_pages
will be run many times so that double free err_addr in some special case.
So set the err_addr to NULL to avoid the warnings.
References
Configurations
History
21 Nov 2024, 09:33
Type | Values Removed | Values Added |
---|---|---|
References | () https://git.kernel.org/stable/c/506c245f3f1cd989cb89811a7f06e04ff8813a0d - Patch | |
References | () https://git.kernel.org/stable/c/8e24beb3c2b08a4763f920399a9cc577ed440a1a - Patch |
25 Sep 2024, 14:45
Type | Values Removed | Values Added |
---|---|---|
CVSS |
v2 : v3 : |
v2 : unknown
v3 : 4.4 |
23 Aug 2024, 14:13
Type | Values Removed | Values Added |
---|---|---|
First Time |
Linux
Linux linux Kernel |
|
References | () https://git.kernel.org/stable/c/506c245f3f1cd989cb89811a7f06e04ff8813a0d - Patch | |
References | () https://git.kernel.org/stable/c/8e24beb3c2b08a4763f920399a9cc577ed440a1a - Patch | |
CPE | cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | |
CVSS |
v2 : v3 : |
v2 : unknown
v3 : 5.5 |
CWE | CWE-415 |
30 Jul 2024, 13:32
Type | Values Removed | Values Added |
---|---|---|
Summary |
|
30 Jul 2024, 08:15
Type | Values Removed | Values Added |
---|---|---|
New CVE |
Information
Published : 2024-07-30 08:15
Updated : 2024-11-21 09:33
NVD link : CVE-2024-42123
Mitre link : CVE-2024-42123
CVE.ORG link : CVE-2024-42123
JSON object : View
Products Affected
linux
- linux_kernel
CWE
CWE-415
Double Free