4 matches found
Linux Distros Unpatched Vulnerability : CVE-2024-27040
"The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Add 'replay' NULL check in 'edpsetreplayallowactive' In the first if...
CVE-2024-27040
A vulnerability was found in the Linux kernel's AMD linkedppanelcontrol.c driver in the edpsetreplayallowactive function, where a NULL pointer dereference can occur due to a lack of proper checks. This issue can happen when the function fails to check whether the replay structure is NULL before...
CVE-2024-27040
In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Add 'replay' NULL check in 'edpsetreplayallowactive' In the first if statement, we're checking if 'replay' is NULL. But in the second if statement, we're not checking if 'replay' is NULL again before calling...
CVE-2024-27040
In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Add 'replay' NULL check in 'edpsetreplayallowactive' In the first if statement, we're checking if 'replay' is NULL. But in the second if statement, we're not checking if 'replay' is NULL again before calling...