In the Linux kernel, the following vulnerability has been resolved:
drm/amd/display: Fix late derefrence 'dsc' check in 'link_set_dsc_pps_packet()'
In link_set_dsc_pps_packet(), 'struct display_stream_compressor *dsc'
was dereferenced in a DC_LOGGER_INIT(dsc->ctx->logger); before the 'dsc'
NULL pointer check.
Fixes the below:
drivers/gpu/drm/amd/amdgpu/../display/dc/link/link_dpms.c:905 link_set_dsc_pps_packet() warn: variable dereferenced before check 'dsc' (see line 903)
References
Configurations
Configuration 1 (hide)
|
History
07 Jan 2025, 20:15
Type | Values Removed | Values Added |
---|---|---|
CPE | cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | |
CWE | CWE-476 | |
CVSS |
v2 : v3 : |
v2 : unknown
v3 : 5.5 |
First Time |
Linux linux Kernel
Linux |
|
References | () https://git.kernel.org/stable/c/3bb9b1f958c3d986ed90a3ff009f1e77e9553207 - Patch | |
References | () https://git.kernel.org/stable/c/6aa5ede6665122f4c8abce3c6eba06b49e54d25c - Patch | |
References | () https://git.kernel.org/stable/c/cf656fc7276e5b3709a81bc9d9639459be2b2647 - Patch |
Information
Published : 2024-03-26 18:15
Updated : 2025-01-07 20:15
NVD link : CVE-2024-26647
Mitre link : CVE-2024-26647
CVE.ORG link : CVE-2024-26647
JSON object : View
Products Affected
linux
- linux_kernel
CWE
CWE-476
NULL Pointer Dereference