You are using an out of date browser. It may not display this or other websites correctly. You should upgrade or use an alternative browser.
cve 2025 68201
About this tag
CVE-2025-68201 is a Linux kernel vulnerability in the amdgpu DRM driver for AMD GPUs. It involves two invalid BUG_ON checks that can be triggered by unprivileged userspace, leading to a denial-of-service (DoS) risk. The fix removes these BUG_ON assertions and has been applied to upstream stable kernel trees. This tag covers discussions about the vulnerability, its impact on Linux systems with AMD graphics hardware, and the kernel patch that addresses it.
A small but sharp fix landed in the Linux kernel this week: the amdgpu DRM driver had two invalid BUG_ON checks removed because they can be triggered trivially by unprivileged userspace, a defect now tracked as CVE‑2025‑68201 and addressed upstream in the stable kernel trees.
Background /...