CVE-2026-68114: drm/amdgpu/gfx12.1: replace BUG_ON() with WARN_ON()
In the Linux kernel, the following vulnerability has been resolved:
drm/amdgpu/gfx12.1: replace BUGON() with WARNON()
There's no need to crash the kernel for these cases.
(cherry picked from commit e4d99e04b2e9b13b97d3b17804c735f62689db23)
Affected Software
Event History
Frequently Asked Questions
What is the severity of CVE-2026-68114?
CVE-2026-68114 has a risk score of 22, indicating a moderate severity level.
How do I fix CVE-2026-68114?
To fix CVE-2026-68114, update your Linux kernel to the latest version that includes the patch for this vulnerability.
What systems are affected by CVE-2026-68114?
CVE-2026-68114 affects systems running the affected versions of the Linux kernel with the amdgpu driver.
Can CVE-2026-68114 cause system crashes?
No, CVE-2026-68114 replaces a BUG_ON() with WARN_ON(), which prevents the kernel from crashing in these cases.
Is CVE-2026-68114 exploitable by attackers?
CVE-2026-68114 is not directly exploitable, as it primarily involves logging warnings instead of halting the kernel.