What is CVE-2026-68110?
This vulnerability in the Linux kernel's AMD GPU driver (`drm/amdgpu/sdma4.4.2`) replaces a `BUG_ON()` call that crashes the entire kernel on error, with `WARN_ON()` to prevent a denial-of-service. It affects AMD Radeon graphics cards, and updating the kernel is recommended to mitigate the potential DoS risk.
Azərbaycanca: Linux nüvəsinin AMD GPU sürücüsündə (`drm/amdgpu/sdma4.4.2`) aşkar edilmiş bu boşluq, kritik xəta yarandıqda bütün nüvəni çökdürən `BUG_ON()` çağırışının, sistemi saxlayan `WARN_ON()` ilə əvəzlənməsini təmin edir. Bu, AMD Radeon qrafik kartlarına təsir edir və zəifliyin istismarı nəticəsində yarana biləcək xidmət rəddi (DoS) riskini azaltmaq üçün kernel-i yeniləmək tövsiyə olunur.
Related CVEs
link basis: same weakness class CWE-400
FAQ1
What change addresses the CVE-2026-68110 vulnerability in the Linux kernel?
The vulnerability is addressed by replacing the `BUG_ON()` call, which crashes the entire kernel on error, with `WARN_ON()` in the `drm/amdgpu/sdma4.4.2` driver.
See also6
This explainer is AI-written from source data — skopnix's own reporting on this CVE; CVSS scores, vendors and versions are never invented. See NVD for the official record.