Junglewise Threat Intelligence

CVE-2026-46220: Linux Kernel AMDGPU denial of service in SDMA v4.0 fence emission

CVE-2026-46220 · Severity: info · CVSS 5.5 · Published 2026-05-28

Technologies: Linux Kernel. Vendors: Linux.

Executive brief

A vulnerability in the Linux kernel's AMD GPU driver could allow a local user to crash the entire system. By submitting specially crafted requests to the graphics hardware, an unprivileged user can trigger a fatal kernel error (panic). This results in a complete denial of service, requiring a system reboot and potentially interrupting ongoing operations.

Technical details

The vulnerability exists in the sdma_v4_0_ring_emit_fence() function within the AMDGPU driver (SDMA v4.0). The function contained BUG_ON() assertions that checked for dword-alignment of fence writeback addresses. These assertions were reachable from unprivileged userspace via crafted DRM_IOCTL_AMDGPU_CS submissions. When a misaligned address is provided, the BUG_ON() macro triggers a fatal kernel panic in a scheduler worker thread. The fix replaces these assertions with WARN_ON() to prevent system crashes and suggests that validation should occur earlier in the IOCTL path.

Affected products

  • Linux Linux Kernel SDMA v4.0 implementation

Timeline

  • 2026-05-28: advisory: NVD publication date
  • 2026-05-28: patched: Patches merged into various stable kernel branches

References