Junglewise Threat Intelligence

CVE-2026-63882: Linux Kernel NULL pointer dereference in amdkfd svm_range_set_attr

CVE-2026-63882 · Severity: info · CVSS 0 · Published 2026-07-19

Technologies: Linux. Vendors: Linux.

Executive brief

A vulnerability was identified in the Linux kernel's AMD GPU driver (amdkfd). If a user interacts with the system's memory management features in a specific incorrect order, it can cause the system to crash. This primarily impacts the stability and availability of systems using AMD graphics hardware.

Technical details

A NULL pointer dereference exists in the 'svm_range_set_attr' function within the 'drivers/gpu/drm/amd/amdkfd/kfd_svm.c' component of the Linux kernel. The vulnerability occurs because 'process_info' is not validated before being used to acquire a mutex lock. An attacker or a malformed local application can trigger this by calling 'kfd_ioctl_svm' without first calling 'kfd_ioctl_acquire_vm'. This results in a kernel oops/crash (Denial of Service). The issue has been resolved by adding a NULL check for 'process_info' that returns -EINVAL if the prerequisite initialization has not occurred.

Affected products

  • Linux Linux 6.1.176, 6.6.143, 6.12.93, 6.18.35, 7.0.12

Timeline

  • 2026-07-19: disclosed
  • 2026-07-19: advisory

References