CVE-2022-50641
BaseFortify
Publication date: 2025-12-09
Last updated on: 2025-12-09
Assigner: kernel.org
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-UNKNOWN |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
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.
How can this vulnerability impact me? :
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.