CVE-2022-50887
Reference Count Imbalance in Linux Kernel Regulator Causes Memory Leak
Publication date: 2025-12-30
Last updated on: 2025-12-30
Assigner: kernel.org
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| linux | linux_kernel | * |
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 memory leak in the Linux kernel's regulator core caused by an unbalanced reference count in the function regulator_dev_lookup(). Specifically, when a device tree node is obtained via of_parse_phandle(), its reference count is incremented, but the corresponding decrement (of_node_put()) was not properly called after use, leading to a memory leak.
How can this vulnerability impact me? :
The impact of this vulnerability is a memory leak in the kernel, which can lead to increased memory usage over time and potentially degrade system stability or performance if the leak accumulates.