CyberRota Analysis
AI-GeneratedThe vulnerability in the Linux kernel affects the AMD display driver, where the HDCP configuration routine may be incorrectly executed during a transition state due to the absence of a valid `dm_stream_ctx`. This flaw could lead to improper handling of HDCP, potentially exposing sensitive content to unauthorized access. Organizations using affected Linux systems, particularly those relying on AMD graphics for content protection, should prioritize addressing this issue to mitigate risks associated with unauthorized content exposure.
Original NVD Description
In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Skip Update HDCP Config In Transition State Transition state does not have a valid dm_stream_ctx that should skip configuring HDCP routine. The routine is valid to go through only when a valid stream is created.