Security Advisory

CVE-2024-53200

CVE vulnerability detail — eXtreme Datacenter Security Operations

Published 2024-12-27 13:49:42
Last updated 2026-05-11 20:52:46
Assigner Linux
State PUBLISHED

Description

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.