In the Linux kernel, the following vulnerability has been resolved:
drm/amd/display: Check link_res->hpo_dp_link_enc before using it
[WHAT & HOW]
Functions dp_enable_link_phy and dp_disable_link_phy can pass link_res
without initializing hpo_dp_link_enc and it is necessary to check for
null before dereferencing.
This fixes 2 FORWARD_NULL issues reported by Coverity.
References
Configurations
Configuration 1 (hide)
|
History
24 Oct 2024, 13:34
Type | Values Removed | Values Added |
---|---|---|
CWE | CWE-476 | |
CPE | cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | |
Summary |
|
|
First Time |
Linux linux Kernel
Linux |
|
CVSS |
v2 : v3 : |
v2 : unknown
v3 : 5.5 |
References | () https://git.kernel.org/stable/c/0508a4e95ac1aefd851ceb97ea050d8abb93262c - Patch | |
References | () https://git.kernel.org/stable/c/0beca868cde8742240cd0038141c30482d2b7eb8 - Patch | |
References | () https://git.kernel.org/stable/c/530e29452b955c30cf2102fa4d07420dc6e0c953 - Patch | |
References | () https://git.kernel.org/stable/c/be2ca7a2c1561390d28bf2f92654d819659ba510 - Patch |
21 Oct 2024, 12:15
Type | Values Removed | Values Added |
---|---|---|
New CVE |
Information
Published : 2024-10-21 12:15
Updated : 2024-10-24 13:34
NVD link : CVE-2024-47704
Mitre link : CVE-2024-47704
CVE.ORG link : CVE-2024-47704
JSON object : View
Products Affected
linux
- linux_kernel
CWE
CWE-476
NULL Pointer Dereference