Impact
The Linux kernel’s AMDGPU SDMA 7.0 driver contained a BUG_ON that could trigger a kernel panic under specific internal conditions. The patch replaces the BUG_ON with a WARN_ON, preventing the crash. This weakness is classified as CWE-617, indicating an unexpected sign extension or similar flaw that could be abused to cause a denial of service by destabilizing the system through a kernel panic.
Affected Systems
All Linux kernel releases that ship with the drm/amdgpu/sdma7.0 driver before the application of commit 9723a8bed3aa251a26bee4583bac9d8fb064dd44 are affected. The issue resides within the kernel’s AMDGPU subsystem, covering all vendors that distribute the kernel with this driver compiled in.
Risk and Exploitability
The EPSS score is < 1% and the vulnerability is not listed in CISA’s KEV catalog, indicating a low probability of exploitation. The CVSS score is 5.5, indicating moderate severity. Based on the description, it is inferred that an attacker with local access or control of a user‑space application could trigger the erroneous condition in the GPU driver, potentially causing a kernel panic—but the patch turns this into a warning, limiting impact. The mitigation requires updating to a kernel that includes the patch or applying the kernel change manually.
OpenCVE Enrichment
Debian DLA