CVE-2022-50623
CVE-2022-50623 : In the Linux kernel, a vulnerability exists in the fpga driver’s dfl_feature_ioctl_set_irq() where computing hdr.count * sizeof(s32) can overflow on 32-bit systems, leading to memory corruption. The fix uses array_size() to prevent the overflow. Affected component: Linux kernel (...