NONE · 0

CVE-2022-50623

In the Linux kernel, the following vulnerability has been resolved: fpga: prevent integer overflow in dfl_feature_ioctl_set_irq() The "hdr.count * sizeof(s32)" multiplication can overflow on 32 bit ...

Vulnerability Description

In the Linux kernel, the following vulnerability has been resolved: fpga: prevent integer overflow in dfl_feature_ioctl_set_irq() The "hdr.count * sizeof(s32)" multiplication can overflow on 32 bit systems leading to memory corruption. Use array_size() to fix that.

References

FAQ

What is CVE-2022-50623?

CVE-2022-50623 is a documented vulnerability. In the Linux kernel, the following vulnerability has been resolved: fpga: prevent integer overflow in dfl_feature_ioctl_set_irq() The "hdr.count * sizeof(s32)" multiplication can overflow on 32 bit ...

How severe is CVE-2022-50623?

CVSS scoring is not yet available for CVE-2022-50623. Check NVD for updates.

Is there a patch for CVE-2022-50623?

Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.