CVE-2026-68251: drm/amdgpu/sdma6.0: replace BUG_ON() with WARN_ON()
In the Linux kernel, the following vulnerability has been resolved:
drm/amdgpu/sdma6.0: replace BUGON() with WARNON()
There's no need to crash the kernel for these cases.
(cherry picked from commit c17a508a7d652da3728f8bbc481bfffe96d65a87)
Affected Software
Event History
Frequently Asked Questions
What is the severity of CVE-2026-68251?
The severity level of CVE-2026-68251 is categorized as risk 34.
What changes were made in CVE-2026-68251?
CVE-2026-68251 replaces BUG_ON() with WARN_ON() in the Linux kernel's amdgpu driver to prevent kernel crashes.
How does CVE-2026-68251 affect my system?
CVE-2026-68251 reduces the likelihood of kernel crashes due to non-critical warnings, improving system stability.
In which version of the Linux Kernel is CVE-2026-68251 fixed?
CVE-2026-68251 is fixed starting from the Linux Kernel version that includes the commit cherry-picked from c17a508a7d652da3728f8bbc481bfffe96d65a87.
How do I mitigate risks associated with CVE-2026-68251?
To mitigate risks from CVE-2026-68251, ensure your Linux Kernel is updated to the latest version that includes this fix.