Impact
An unhandled NULL pointer dereference in the Linux kernel’s AMDGPU driver may occur during hot‑plug detection when connectors have no valid dc_link. The kernel unconditionally dereferences dc_link in amdgpu_dm_hpd_init(), which can crash the operating system, leading to a denial of service for any process depending on the GPU stack. This flaw does not provide direct code execution or data exfiltration; the impact is limited to service interruption and potential system reboot, and it is a classic kernel NULL‑dereference (CWE‑476).
Affected Systems
Linux kernel distributions that contain the upstream AMDGPU DRM driver before the patch commit. All versions of Linux kernels that include the unmodified amdgpu_dm_hpd_init() routine are susceptible until superseded by the fix; this includes commonly used releases such as 5.x and 6.x series found in mainstream distributions.
Risk and Exploitability
The vulnerability’s CVSS score is 5.5, but the EPSS score is < 1% and the issue is not listed in the CISA KEV catalog, so it has not been reported as exploited in the wild. Nevertheless, the flaw is a classic kernel NULL‑dereference (CWE‑476) that can be triggered by paths that lead the driver to initialize a connector lacking a valid dc_link. Based on the description, it is inferred that the attack vector could involve manipulating the physical connection of a display device or presenting a connector state that results in a NULL dc_link; precise exploitation conditions are omitted in the advisory.
OpenCVE Enrichment