In the Linux kernel, the following vulnerability has been resolved:
drm/amd/display: Fix null check for pipe_ctx->plane_state in hwss_setup_dpp
This commit addresses a null pointer dereference issue in
hwss_setup_dpp(). The issue could occur when pipe_ctx->plane_state is
null. The fix adds a check to ensure `pipe_ctx->plane_state` is not null
before accessing. This prevents a null pointer dereference.
References
Configurations
Configuration 1 (hide)
|
History
No history.
Information
Published : 2024-12-27 14:15
Updated : 2025-10-01 20:17
NVD link : CVE-2024-53200
Mitre link : CVE-2024-53200
CVE.ORG link : CVE-2024-53200
JSON object : View
Products Affected
linux
- linux_kernel
CWE
CWE-476
NULL Pointer Dereference
