In the Linux kernel, the following vulnerability has been resolved:
fpga: prevent integer overflow in dflfeatureioctlsetirq()
The "hdr.count * sizeof(s32)" multiplication can overflow on 32 bit systems leading to memory corruption. Use array_size() to fix that.
{
"cna_assigner": "Linux",
"osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2022/50xxx/CVE-2022-50623.json"
}