CVE-2026-68113: drm/amdgpu/gfx12: replace BUG_ON() with WARN_ON()
In the Linux kernel, the following vulnerability has been resolved:
drm/amdgpu/gfx12: replace BUGON() with WARNON()
There's no need to crash the kernel for these cases.
(cherry picked from commit f952076f76d62f783e8ba4995a7c400d39354ccf)
Event History
Frequently Asked Questions
What is the severity of CVE-2026-68113?
The severity of CVE-2026-68113 is considered low, with a risk rating of 22.
How do I fix CVE-2026-68113?
To fix CVE-2026-68113, update to the latest version of the Linux kernel that includes the patch for this vulnerability.
What components are affected by CVE-2026-68113?
CVE-2026-68113 affects the AMDGPU driver in the Linux kernel, specifically related to the gfx12 architecture.
Is CVE-2026-68113 a critical vulnerability?
CVE-2026-68113 is not considered a critical vulnerability due to its low severity and the nature of the issue involving kernel crashes.
What does the resolution of CVE-2026-68113 entail?
The resolution of CVE-2026-68113 involves replacing the BUG_ON() calls with WARN_ON() to prevent kernel crashes in non-critical cases.