CVE-2022-50645
Unknown Unknown - Not Provided

BaseFortify

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

Publication date: 2025-12-09

Last updated on: 2025-12-09

Assigner: kernel.org

Description

In the Linux kernel, the following vulnerability has been resolved: EDAC/i10nm: fix refcount leak in pci_get_dev_wrapper() As the comment of pci_get_domain_bus_and_slot() says, it returns a PCI device with refcount incremented, so it doesn't need to call an extra pci_dev_get() in pci_get_dev_wrapper(), and the PCI device needs to be put in the error path.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2025-12-09
Last Modified
2025-12-09
Generated
2026-07-06
AI Q&A
2025-12-09
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 a reference count leak in the Linux kernel's EDAC/i10nm component, specifically in the pci_get_dev_wrapper() function. The issue arises because pci_get_dev_wrapper() incorrectly increments the reference count of a PCI device when it should not, leading to a resource leak. The fix involves correcting the reference counting logic to prevent this leak.

Impact Analysis

The reference count leak can cause resource management issues in the Linux kernel, potentially leading to increased memory usage or resource exhaustion over time. This could degrade system stability or performance, especially in systems heavily using PCI devices managed by the affected component.

Chat Assistant

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

EPSS Chart