CyberRota Analysis
AI-GeneratedA vulnerability in the Linux kernel's AMD GPU driver allows for a potential denial of service due to the use of BUG_ON() instead of WARN_ON(), which could lead to unnecessary kernel crashes in specific scenarios. This issue primarily affects systems utilizing the AMD GPU driver, and organizations relying on Linux with AMD graphics should prioritize applying the relevant updates to mitigate any risk of instability.
CVE
CVE-2026-68252
Severity
UNKNOWN
CVSS
N/A
EPSS
0.18%
Linux
Original NVD Description
In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu/sdma7.0: replace BUG_ON() with WARN_ON() There's no need to crash the kernel for these cases. (cherry picked from commit 9723a8bed3aa251a26bee4583bac9d8fb064dd44)