← Back to CVE List

CVE-2024-53200

Published: 2024-12-27T14:15Z
Last Modified: 2025-01-08T21:29Z
Source: MITRE CVE List
License: MITRE-CVE-TOS
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. > MITRE Terms of Use apply – see LICENSE‑MITRE.txt