CVE-2022-50615
Unknown Unknown - Not Provided

BaseFortify

Vulnerability report for CVE-2022-50615, 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: perf/x86/intel/uncore: Fix reference count leak in snr_uncore_mmio_map() pci_get_device() will increase the reference count for the returned pci_dev, so snr_uncore_get_mc_dev() will return a pci_dev with its reference count increased. We need to call pci_dev_put() to decrease the reference count. Let's add the missing pci_dev_put().

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 a reference count leak in the Linux kernel's perf/x86/intel/uncore component. Specifically, the function snr_uncore_get_mc_dev() returns a pci_dev structure with an increased reference count due to pci_get_device(), but it fails to call pci_dev_put() to decrease the reference count, leading to a resource leak.

Impact Analysis

The reference count leak can cause resource exhaustion in the kernel, potentially leading to degraded system performance or instability over time as resources are not properly released.

Chat Assistant

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

EPSS Chart