CVE-2026-53202
The CVE-2026-53202 entry details a Linux kernel issue in accel/ivpu related to a signed integer truncation during IPC receive. Firmware-supplied data_size could be cast to a signed int, causing large unsigned values (>= 0x80000000) to become negative, which leads to unsigned wraparound and pot...