AUGUST 4, 2026
Live Feed
Back to database
Case File

CVE-2022-50810

UNKNOWN · CVSS N/A EPSS 0.24%

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

CyberRota Analysis

This vulnerability has an unknown severity rating. It affects Linux.

CVE
CVE-2022-50810
Severity
UNKNOWN
CVSS
N/A
EPSS
0.24%
Linux

Original NVD Description

In the Linux kernel, the following vulnerability has been resolved: rapidio: devices: fix missing put_device in mport_cdev_open When kfifo_alloc fails, the refcount of chdev->dev is left incremental. We should use put_device(&chdev->dev) to decrease the ref count of chdev->dev to avoid refcount leak.