A vulnerability in the Linux kernel's AMD KFD driver (drm/amdkfd) allows a NULL pointer dereference in the get_queue_ids() function. (CVE-2026-53144)
A vulnerability in the Linux kernel's AMD KFD driver (drm/amdkfd) allows a NULL pointer dereference in the get_queue_ids() function. This occurs when userspace supplies a non-zero number of queues but a NULL pointer for the queue ID array, leading to a kernel panic. The issue arises because the function returns NULL without proper error indication, and subsequent code dereferences this NULL pointer. This has been fixed by returning an error pointer when the pointer is absent and the number of queues is non-zero.
AI Analysis
Technical Summary
The Linux kernel's drm/amdkfd component contained a NULL pointer dereference vulnerability in the get_queue_ids() function. When userspace calls kfd_ioctl_set_debug_trap() with num_queues > 0 and a NULL usr_queue_id_array, get_queue_ids() returns NULL. Callers only check IS_ERR() which returns false for NULL, leading to suspend_queues() calling q_array_invalidate() that dereferences the NULL pointer num_queues times, causing a kernel panic. The fix returns ERR_PTR(-EINVAL) when num_queues is non-zero and the pointer is NULL, preventing the NULL dereference. This vulnerability is tracked as CVE-2026-53144 and has a CVSS 3.1 vector indicating local attack complexity, low privileges required, no user interaction, and impact limited to availability (kernel panic).
Potential Impact
Exploitation of this vulnerability results in a denial of service via kernel panic. There is no confidentiality or integrity impact reported. The attack requires local privileges and can cause system instability or crash.
Mitigation Recommendations
Patch status is not yet confirmed — check the vendor advisory for current remediation guidance. The fix involves returning an error pointer when num_queues is non-zero and the usr_queue_id_array pointer is NULL, which prevents the NULL pointer dereference. Users should monitor official Linux kernel advisories for patches addressing CVE-2026-53144 and apply them once available.
A vulnerability in the Linux kernel's AMD KFD driver (drm/amdkfd) allows a NULL pointer dereference in the get_queue_ids() function. (CVE-2026-53144)
Description
A vulnerability in the Linux kernel's AMD KFD driver (drm/amdkfd) allows a NULL pointer dereference in the get_queue_ids() function. This occurs when userspace supplies a non-zero number of queues but a NULL pointer for the queue ID array, leading to a kernel panic. The issue arises because the function returns NULL without proper error indication, and subsequent code dereferences this NULL pointer. This has been fixed by returning an error pointer when the pointer is absent and the number of queues is non-zero.
CVSS v3.1
Score 5.5medium
Weaknesses
AI-Powered Analysis
Machine-generated threat intelligence
Technical Analysis
The Linux kernel's drm/amdkfd component contained a NULL pointer dereference vulnerability in the get_queue_ids() function. When userspace calls kfd_ioctl_set_debug_trap() with num_queues > 0 and a NULL usr_queue_id_array, get_queue_ids() returns NULL. Callers only check IS_ERR() which returns false for NULL, leading to suspend_queues() calling q_array_invalidate() that dereferences the NULL pointer num_queues times, causing a kernel panic. The fix returns ERR_PTR(-EINVAL) when num_queues is non-zero and the pointer is NULL, preventing the NULL dereference. This vulnerability is tracked as CVE-2026-53144 and has a CVSS 3.1 vector indicating local attack complexity, low privileges required, no user interaction, and impact limited to availability (kernel panic).
Potential Impact
Exploitation of this vulnerability results in a denial of service via kernel panic. There is no confidentiality or integrity impact reported. The attack requires local privileges and can cause system instability or crash.
Mitigation Recommendations
Patch status is not yet confirmed — check the vendor advisory for current remediation guidance. The fix involves returning an error pointer when num_queues is non-zero and the usr_queue_id_array pointer is NULL, which prevents the NULL pointer dereference. Users should monitor official Linux kernel advisories for patches addressing CVE-2026-53144 and apply them once available.
Technical Details
- Gcve Source
- db.gcve.eu
- Osv Id
- GHSA-6wmm-rq3j-5c47
- Osv Schema Version
- 1.4.0
- Aliases
- ["CVE-2026-53144"]
- Ecosystems
- []
- Database Specific Severity
- MODERATE
- Cvss Version
- 3.1
Threat ID: 6a4e4f02c9d9e3dbe328d8c9
Added to database: 07/08/2026, 13:22:10 UTC
Last enriched: 07/08/2026, 13:48:41 UTC
Last updated: 07/31/2026, 19:24:47 UTC
Views: 18
Community Reviews
0 reviewsCrowdsource mitigation strategies, share intel context, and vote on the most helpful responses. Sign in to add your voice and help keep defenders ahead.
Want to contribute mitigation steps or threat intel context? Sign in or create an account to join the community discussion.
Actions
Updates to AI analysis require Pro Console access. Upgrade inside Console → Billing.
Need more coverage?
Upgrade to Pro Console for AI refresh and higher limits.
For incident response and remediation, OffSeq services can help resolve threats faster.
Latest Threats
Check if your credentials are on the dark web
Instant breach scanning across billions of leaked records. Free tier available.