CVE-2022-50703
Unknown Unknown - Not Provided
Reference Count Leak in Linux Kernel Qualcomm SMSM Component

Publication date: 2025-12-24

Last updated on: 2025-12-24

Assigner: kernel.org

Description
In the Linux kernel, the following vulnerability has been resolved: soc: qcom: smsm: Fix refcount leak bugs in qcom_smsm_probe() There are two refcount leak bugs in qcom_smsm_probe(): (1) The 'local_node' is escaped out from for_each_child_of_node() as the break of iteration, we should call of_node_put() for it in error path or when it is not used anymore. (2) The 'node' is escaped out from for_each_available_child_of_node() as the 'goto', we should call of_node_put() for it in goto target.
CVSS Scores
EPSS Scores
Probability:
Percentile:
Meta Information
Published
2025-12-24
Last Modified
2025-12-24
Generated
2026-06-16
AI Q&A
2025-12-24
EPSS Evaluated
2026-06-14
NVD
EUVD
Affected Vendors & Products
Showing 1 associated CPE
Vendor Product Version / Range
qcom smsm *
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 involves two reference count (refcount) leak bugs in the Linux kernel's qcom_smsm_probe() function. Specifically, certain nodes ('local_node' and 'node') are not properly released (via of_node_put()) when they are no longer needed or when an error occurs, leading to resource leaks.

Impact Analysis

The refcount leak bugs can cause resource leaks in the kernel, potentially leading to increased memory usage or instability over time if the leaked references accumulate.

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