In the Linux kernel, the following vulnerability has been resolved:
drm/amd/display: Check null-initialized variables
[WHAT & HOW]
drr_timing and subvp_pipe are initialized to null and they are not
always assigned new values. 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, 03:43
Type | Values Removed | Values Added |
---|---|---|
References | () https://git.kernel.org/stable/c/115b1a3b0944b4d8ef0b4b0c5a625bdd9474131f - Patch | |
References | () https://git.kernel.org/stable/c/367cd9ceba1933b63bc1d87d967baf6d9fd241d2 - Patch | |
References | () https://git.kernel.org/stable/c/3fc70ae048fe0936761b73b50700a810ff61e853 - Patch | |
CVSS |
v2 : v3 : |
v2 : unknown
v3 : 5.5 |
CPE | cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | |
First Time |
Linux linux Kernel
Linux |
|
CWE | CWE-476 |
23 Oct 2024, 15:13
Type | Values Removed | Values Added |
---|---|---|
Summary |
|
21 Oct 2024, 18:15
Type | Values Removed | Values Added |
---|---|---|
New CVE |
Information
Published : 2024-10-21 18:15
Updated : 2024-10-24 03:43
NVD link : CVE-2024-49898
Mitre link : CVE-2024-49898
CVE.ORG link : CVE-2024-49898
JSON object : View
Products Affected
linux
- linux_kernel
CWE
CWE-476
NULL Pointer Dereference