CVE-2026-74448
Last modified
CVE-2026-74448 is a vulnerability of currently unknown severity. In the Linux kernel, the following vulnerability has been resolved: drm/amdkfd: fix QID bit leak in pqm_create_queue() When MES is enabled and amdgpu_amdkfd_alloc_kernel_mem() fails during the first queue creation for a process, pqm_create_queue() returns early via 'return retval' without going through the err_create_queue cleanup label. This means clear_bit(*qid, pqm->queue_slot_bitmap) is never called, leaving the reserved QID bit permanently set in queue_slot_bitmap. Over time this leaks QID slots, potentially exhausting all available queue slots. Fix this by replacing 'return retval' with 'goto err_allocate_pqn' so that clear_bit() is always called on the error path without touching the uninitialized pqn pointer. AILIKFD-813 (cherry picked from commit a107f74c38edbb80d6ab64dcaeeb292c14e9779f). EPSS estimates a 0.17% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: drm/amdkfd: fix QID bit leak in pqm_create_queue() When MES is enabled and amdgpu_amdkfd_alloc_kernel_mem() fails during the first queue creation for a process, pqm_create_queue() returns early via 'return retval' without going through the err_create_queue cleanup label. This means clear_bit(*qid, pqm->queue_slot_bitmap) is never called, leaving the reserved QID bit permanently set in queue_slot_bitmap. Over time this leaks QID slots, potentially exhausting all available queue slots. Fix this by replacing 'return retval' with 'goto err_allocate_pqn' so that clear_bit() is always called on the error path without touching the uninitialized pqn pointer. AILIKFD-813 (cherry picked from commit a107f74c38edbb80d6ab64dcaeeb292c14e9779f)
Metrics
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= 0f88894aa628680747ae27760e5f627f901a435f, < 8924e2594a15bdbd07f8696770864366d787ab70; >= c0ef1c8ef70bfa3487ea84f794d7a1f0fea0735d, < 2ff5bb3645c72b3690e70c513a62a86600c4632f; >= fddc45026311c05a5355fd34b9dc0a1d7eaef4a2, < 5f0f2ddeac738e2ca9d12cb76a1ff2904e85ecc3; >= fddc45026311c05a5355fd34b9dc0a1d7eaef4a2, < 7c35bf94150d872e670a6632aa819d320279effb; >= fddc45026311c05a5355fd34b9dc0a1d7eaef4a2, < 38b73293f38658a4685ffcea666462024f858ad9; 9d61e2b81f5fc90c87975879809346e7c90ea5f9; d86ba913bbfd1afafacbfb750001ffc6bfe29da0; >= 6.6.87, < 6.6.151; >= 6.12.23, < 6.12.103; >= 6.13.11, < 6.14; >= 6.14.2, < 6.15 |
| Linux | Linux | 6.15 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-74448?
How severe is CVE-2026-74448?
How do I fix CVE-2026-74448?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-74442In the Linux kernel, the following vulnerability has been re…
- CVE-2026-74443In the Linux kernel, the following vulnerability has been re…8.8
- CVE-2026-74444In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-74445In the Linux kernel, the following vulnerability has been re…
- CVE-2026-74446In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-74447In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-74449In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-7445A security vulnerability has been detected in ZachHandley ZM…6.3
- CVE-2026-74450In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-74451In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-74452In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-74453In the Linux kernel, the following vulnerability has been re…7.8
Are you affected by CVE-2026-74448?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
