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.
kernel dos
About this tag
The kernel dos tag covers denial-of-service vulnerabilities in operating system kernel components, including both Linux and Windows. Discussions include CVE-2026-46220, an AMDGPU Linux kernel flaw where crafted command submissions trigger BUG_ON assertions causing system panic, and CVE-2025-50172, a DirectX Graphics Kernel vulnerability in Windows that allows authorized attackers to cause DoS through unbounded resource allocation. These threads explore how kernel subsystems handle bad input and resource limits, emphasizing that kernel-level crashes constitute security issues. The tag is relevant for system administrators, security researchers, and IT professionals managing AMD graphics on Linux or Windows systems with DirectX workloads.
On May 28, 2026, kernel.org assigned CVE-2026-46220 to an AMDGPU flaw in the Linux kernel’s SDMA 4.0 fence-emission path, where crafted unprivileged command submissions could hit BUG_ON() assertions and panic the system. The patch is small, but the lesson is not. This is not the story of an...
Microsoft has published an advisory for CVE-2025-50172: a vulnerability in the DirectX Graphics Kernel that permits authorized attackers to cause a denial‑of‑service (DoS) by allocating graphics resources without limits or throttling, potentially disrupting hosts and virtualized workloads that...