CVE-2026-74448: drm/amdkfd: fix QID bit leak in pqm_create_queue()

Published Aug 15, 2026
·
Updated

In the Linux kernel, the following vulnerability has been resolved:

drm/amdkfd: fix QID bit leak in pqmcreatequeue()

When MES is enabled and amdgpuamdkfdallockernelmem() fails during the first queue creation for a process, pqmcreatequeue() returns early via 'return retval' without going through the errcreatequeue cleanup label.

This means clearbit(qid, pqm->queueslotbitmap) is never called, leaving the reserved QID bit permanently set in queueslotbitmap. Over time this leaks QID slots, potentially exhausting all available queue slots.

Fix this by replacing 'return retval' with 'goto errallocatepqn' so that clearbit() is always called on the error path without touching the uninitialized pqn pointer.

AILIKFD-813

(cherry picked from commit a107f74c38edbb80d6ab64dcaeeb292c14e9779f)

Event History

Aug 15, 2026
CVE Published
via MITRE·12:26 PM
Data Sourced
via MITRE·12:26 PM
Description
Free Weekly Intel

Don't miss critical vulnerabilities

Join thousands of security professionals who receive our weekly digest of trending CVEs, zero-days, and exploited vulnerabilities.

No spam. Unsubscribe anytime.

Frequently Asked Questions

1

What is the severity of CVE-2026-74448?

CVE-2026-74448 has a risk rating of 23.

2

What does CVE-2026-74448 involve?

CVE-2026-74448 involves a QID bit leak in pqm_create_queue() in the Linux kernel when MES is enabled.

3

How do I fix CVE-2026-74448?

To fix CVE-2026-74448, ensure that the Linux kernel is updated to a version that includes the patch addressing this vulnerability.

4

Which component is affected by CVE-2026-74448?

CVE-2026-74448 affects the DRM and AMDKFD components of the Linux kernel.

5

When was CVE-2026-74448 published?

CVE-2026-74448 was published on August 15, 2026.

Contact

SecAlerts Pty Ltd.
132 Wickham Terrace
Fortitude Valley,
QLD 4006, Australia
info@secalerts.co
By using SecAlerts services, you agree to our services end-user license agreement. This website is safeguarded by reCAPTCHA and governed by the Google Privacy Policy and Terms of Service. All names, logos, and brands of products are owned by their respective owners, and any usage of these names, logos, and brands for identification purposes only does not imply endorsement. If you possess any content that requires removal, please get in touch with us.
© 2026 SecAlerts Pty Ltd.
ABN: 70 645 966 203, ACN: 645 966 203