3 matches found
EUVD-2026-59754
In the Linux kernel, the following vulnerability has been resolved: drm/amdkfd: fix uint32t overflow in EOP ring buffer size alignment eopringbuffersize in struct queueproperties is a u32. In kfdqueueacquirebuffers the expected EOP buffer size is computed as ALIGNeopringbuffersize, PAGESIZE; ALIG...
CVE-2026-74447
In the Linux kernel, the following vulnerability has been resolved: drm/amdkfd: fix uint32t overflow in EOP ring buffer size alignment eopringbuffersize in struct queueproperties is a u32. In kfdqueueacquirebuffers the expected EOP buffer size is computed as ALIGNeopringbuffersize, PAGESIZE; ALIG...
CVE-2026-74447
CVE-2026-74447: In the Linux kernel, drm/amdkfd, the EOP ring buffer size alignment uses a 32-bit value, causing wrap when computing ALIGN(eop_ring_buffer_size, PAGE_SIZE). A user-supplied size like 0xFFFFF001 wraps to 0, letting kfd_queue_buffer_get() bypass the exact-size check and accept any B...