AUGUST 4, 2026
Live Feed
Back to database
Case File

CVE-2022-50623

HIGH · CVSS 7.8 EPSS 0.18%

Source: NVD + CISA KEV + EPSS (historical backfill) · Published 2025-12-08 · Last synced 2026-08-04

CyberRota Analysis

This is a high severity vulnerability with a CVSS score of 7.8. It affects Linux.

CVE
CVE-2022-50623
Severity
HIGH
CVSS
7.8
EPSS
0.18%
Linux

Original NVD 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.