Impact
The vulnerability arises from an unnecessary BUG_ON macro in the AMDGPU driver for gfx8 hardware that would trigger a kernel oops and bring the system down. The trigger is related to an integer underflow condition, identified as CWE-617. Removing the assert prevents the unwarranted crash and does not introduce additional security weaknesses.
Affected Systems
All Linux kernel releases that contain the legacy AMDGPU gfx8 driver and have not yet applied the patch with commit 4d7c25208ca612b. This applies to any distribution that ships with an unfixed kernel, including multiple mainstream releases.
Risk and Exploitability
The CVSS score of 5.5 indicates moderate severity, but the EPSS score of less than 1% and the fact that the vulnerability is not listed in the CISA KEV catalog suggest a very low likelihood of real‑world exploitation. Attacks would require triggering the specific code path that contained the BUG_ON, which is unlikely to be directly exploitable by an external actor.
OpenCVE Enrichment
Debian DLA