cve/2024/CVE-2024-53200.md
2025-09-29 21:09:30 +02:00

1.0 KiB

CVE-2024-53200

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_dppThis commit addresses a null pointer dereference issue inhwss_setup_dpp(). The issue could occur when pipe_ctx->plane_state isnull. The fix adds a check to ensure pipe_ctx->plane_state is not nullbefore accessing. This prevents a null pointer dereference.

POC

Reference

No PoCs from references.

Github