Linux kernel
cpe:2.3:a:linux:linux_kernel:*:*:*:*:*:*:*, +4 more
A vulnerability in the Linux kernel's AMD display driver can lead to a NULL pointer dereference. The issue arises in the function 'dc_stream_set_cursor_attributes()', which improperly dereferences the 'stream' pointer and its nested members without verifying if they are NULL. This flaw can cause a crash or unpredictable behavior in the system. Although all callers of this function perform the necessary NULL checks, the vulnerability was introduced by a recent code refactor that removed these safeguards. The problem has been addressed by restoring the NULL checks, ensuring that the 'stream' pointer is validated before it is dereferenced.
Exploitation of this vulnerability can lead to a system crash or undefined behavior due to the NULL pointer dereference.
Users can upgrade to the latest version of the Linux kernel where this vulnerability has been fixed. Instructions for downloading the patched version are available on the Linux kernel official website.
Our algorithm analyzes dozens of metrics to generate these 8 key vulnerability categories, which are then combined to calculate the overall risk score.