CVE-2026-74447
Last modified
CVE-2026-74447 is a high-severity vulnerability rated 7.8/10 on the CVSS scale. In the Linux kernel, the following vulnerability has been resolved: drm/amdkfd: fix uint32_t overflow in EOP ring buffer size alignment eop_ring_buffer_size in struct queue_properties is a u32. In kfd_queue_acquire_buffers() the expected EOP buffer size is computed as ALIGN(eop_ring_buffer_size, PAGE_SIZE); ALIGN uses typeof(x), so the addition is done in 32-bit. 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 uint32_t overflow in EOP ring buffer size alignment eop_ring_buffer_size in struct queue_properties is a u32. In kfd_queue_acquire_buffers() the expected EOP buffer size is computed as ALIGN(eop_ring_buffer_size, PAGE_SIZE); ALIGN uses typeof(x), so the addition is done in 32-bit. A user-supplied size of 0xFFFFF001 wraps to 0, causing kfd_queue_buffer_get() to skip its exact-size check (gated on size != 0) and accept any BO mapped at the address. On GFX8/GFX9 the MQD cp_hqd_eop_control is then programmed for an 8KB EOP ring backed by a 4KB BO, so CP EOP writes can land past the buffer and fault the GPU. Cast the operand to u64 so the alignment is computed in 64-bit; the size check in kfd_queue_buffer_get() then rejects the oversized request. (cherry picked from commit ae443117b742c357bfef3a7bddabf76fcf86e9ef)
Metrics
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= ee0dc6c66a913260311876a4b2b53fe0b9bc3f94, < 273548eb997c6be85230c1236b18784b09f6203c; >= acfc84cfa70aca5b970faf152979bc97b9f8b0c0, < 6dc0b4b39ed4f11ef70f76ecea8537e35f45342b; >= 42ea9cf2f16b7131cb7302acb3dac510968f8bdc, < 7c54bd225d83bc1bcb44430ed4b4d3a5c36b1961; >= 42ea9cf2f16b7131cb7302acb3dac510968f8bdc, < 83463a96ea3c7d8ae636a4d6a0ba63c9ce410724; c6ce687077cc67e4f3cbd0c89cb356fbbce91f4c; >= 6.12.75, < 6.12.103; >= 6.18.16, < 6.18.44; >= 6.19.6, < 6.20 |
| Linux | Linux | 7.0 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-74447?
How severe is CVE-2026-74447?
How do I fix CVE-2026-74447?
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-74441In the Linux kernel, the following vulnerability has been re…
- 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-74448In the Linux kernel, the following vulnerability has been re…
- 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
Are you affected by CVE-2026-74447?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
