CVE-2026-68111: drm/amdgpu/gfx9: replace BUG_ON() with WARN_ON()
Published Aug 10, 2026
·Updated
In the Linux kernel, the following vulnerability has been resolved:
drm/amdgpu/gfx9: replace BUGON() with WARNON()
There's no need to crash the kernel for these cases.
(cherry picked from commit b71604f8685b0eba07866f4e8dc30f93e1931054)
Affected Software
1 affected component
Linux Kernel
Event History
Aug 10, 2026
CVE Published
via MITRE·11:58 AM
Data Sourced
via MITRE·11:58 AM
Description
Data Sourced
via NVD·01:19 PM
Description
Frequently Asked Questions
1
What is the severity of CVE-2026-68111?
CVE-2026-68111 has a risk rating of 26.
2
What does CVE-2026-68111 address in the Linux kernel?
CVE-2026-68111 addresses the replacement of BUG_ON() with WARN_ON() in the amdgpu driver to prevent unnecessary kernel crashes.
3
How do I fix CVE-2026-68111?
To fix CVE-2026-68111, ensure that you are using the updated version of the Linux kernel that incorporates the patch.
4
What components are affected by CVE-2026-68111?
CVE-2026-68111 affects the amdgpu driver within the Linux kernel.
5
Is CVE-2026-68111 a critical vulnerability?
CVE-2026-68111 is not considered a critical vulnerability due to its nature of replacing a crash-triggering condition with a warning.