CyberRota Analysis
AI-GeneratedA vulnerability in the Linux kernel affects the AMD GPU driver, where the use of BUG_ON() could lead to kernel crashes in certain error conditions. This issue has been addressed by replacing BUG_ON() with WARN_ON(), preventing unnecessary kernel panics. Linux distributions utilizing the affected AMD GPU drivers should prioritize applying this fix to enhance system stability and reliability.
CVE
CVE-2026-68250
Severity
UNKNOWN
CVSS
N/A
EPSS
0.21%
Linux
Original NVD Description
In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu/sdma5.2: replace BUG_ON() with WARN_ON() There's no need to crash the kernel for these cases. (cherry picked from commit ae658afc7f47f6147371ec42cc6b1a793dfdb5af)