CVE-2022-50641
Awaiting Analysis Awaiting Analysis - Queue

BaseFortify

Vulnerability report for CVE-2022-50641, 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: HSI: omap_ssi: Fix refcount leak in ssi_probe When returning or breaking early from a for_each_available_child_of_node() loop, we need to explicitly call of_node_put() on the child node to possibly release the node.

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

Currently, no data is known.

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 omap_ssi driver. Specifically, when the code returns or breaks early from a for_each_available_child_of_node() loop, it fails to call of_node_put() on the child node, which is necessary to release the node properly. This leads to a resource leak.

Impact Analysis

The impact of this vulnerability is a resource leak in the kernel, which could potentially lead to increased memory usage or instability over time if the leaked references accumulate. However, no specific exploit or direct security impact is described.

Chat Assistant

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

EPSS Chart