CyberRota Analysis
AI-GeneratedThe vulnerability in the Linux kernel affects the AMD display driver, specifically in the handling of phantom plane allocations within the `dml21_add_phantom_plane()` function. If the allocation fails and is not properly checked, it could lead to a segmentation fault, potentially causing system instability or crashes. Users and administrators of Linux systems utilizing AMD graphics should prioritize this issue to ensure system reliability and prevent unexpected failures.
Original NVD Description
In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: check if dml21_add_phantom_plane() is successful Verify that the phantom plane was allocated to avoid a later segfault. (cherry picked from commit 5adb54abe5a8e82cbff7f8806db30a5f4924329f)