What is CVE-2026-68109?
This vulnerability in the Linux kernel's AMD GPU driver (sdma7.1) involved replacing a `BUG_ON()` call with `WARN_ON()` to prevent a kernel crash, which could allow privileged users to cause a denial of service. Affected systems should apply the patch.
Azərbaycanca: Linux kernel-də AMD GPU sürücüsündə (sdma7.1) aşkar edilmiş bu boşluq, nüvəni çökdürmək əvəzinə xəbərdarlıq verən `WARN_ON()` funksiyası ilə əvəz edilməmiş `BUG_ON()` çağırışı səbəbindən imtiyazlı istifadəçilərə sistemin dayanmasına səbəb olmaq imkanı yaradırdı. Təsirə məruz qalan sistemlərdə bu düzəliş tətbiq edilməlidir.
FAQ1
What component in the Linux kernel does CVE-2026-68109 affect, and what is its root cause?
The vulnerability affects the AMD GPU driver (sdma7.1) in the Linux kernel. The root cause is that a `BUG_ON()` call, which could crash the kernel, was used instead of being replaced with `WARN_ON()`, which only issues a warning.
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.