CVE-2022-50623
Unknown Unknown - Not Provided

BaseFortify

Vulnerability report for CVE-2022-50623, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2025-12-08

Last updated on: 2025-12-08

Assigner: kernel.org

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.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2025-12-08
Last Modified
2025-12-08
Generated
2026-07-06
AI Q&A
2025-12-08
EPSS Evaluated
2026-07-05
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
linux linux_kernel *

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-UNKNOWN

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This vulnerability is an integer overflow in the Linux kernel's fpga subsystem, specifically in the dfl_feature_ioctl_set_irq() function. On 32-bit systems, the multiplication of hdr.count by sizeof(s32) can overflow, which may lead to memory corruption. The issue was fixed by using a safer method (array_size()) to prevent the overflow.

Impact Analysis

The integer overflow can cause memory corruption, which may lead to system instability, crashes, or potentially allow an attacker to execute arbitrary code or escalate privileges on affected 32-bit Linux systems.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2022-50623. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart