CVE-2026-63882
Received Received - Intake

NULL Pointer Dereference in Linux Kernel AMDKFD Driver

Vulnerability report for CVE-2026-63882, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-07-19

Last updated on: 2026-07-20

Assigner: kernel.org

Description

In the Linux kernel, the following vulnerability has been resolved: drm/amdkfd: fix NULL pointer bug in svm_range_set_attr The process_info could be NULL if user doesn't call kfd_ioctl_acquire_vm before calling kfd_ioctl_svm. (cherry picked from commit 83a26c812e0529eb040d31a76f73e33e637243d4)

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-07-19
Last Modified
2026-07-20
Generated
2026-07-20
AI Q&A
2026-07-19
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
linux linux_kernel *

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-UNKNOWN

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This is a NULL pointer dereference bug in the Linux kernel's AMDKFD driver for GPU compute. It occurs when user space calls kfd_ioctl_svm without first calling kfd_ioctl_acquire_vm, leaving process_info NULL. This can crash the kernel due to an invalid memory access.

Detection Guidance

This vulnerability is specific to the Linux kernel's drm/amdkfd component and involves a NULL pointer bug in svm_range_set_attr. Detection requires checking kernel logs for NULL pointer dereference errors related to kfd_ioctl_svm or kfd_ioctl_acquire_vm. Use commands like dmesg | grep -i 'NULL pointer' or journalctl -k | grep -i 'amdkfd' to identify related errors.

Impact Analysis

If exploited, this could cause system crashes or kernel panics on affected Linux systems using AMD GPUs. It may lead to denial of service or potential privilege escalation if combined with other vulnerabilities.

Compliance Impact

This vulnerability does not directly affect compliance with GDPR, HIPAA, or other common standards and regulations. The issue is a NULL pointer bug in the Linux kernel's AMDKFD driver, which could lead to system instability or crashes if exploited. Compliance impacts would only occur if the vulnerability results in unauthorized data access or processing disruptions, which is not indicated in the provided context.

Mitigation Strategies

Apply the latest kernel update from your Linux distribution to patch this vulnerability. If immediate patching is not possible, avoid calling kfd_ioctl_svm without first calling kfd_ioctl_acquire_vm to prevent the NULL pointer issue. Monitor kernel logs for signs of exploitation or crashes.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-63882. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart