CVE-2022-50539
BaseFortify
Publication date: 2025-10-07
Last updated on: 2026-02-26
Assigner: kernel.org
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| linux | linux_kernel | From 5.15.160 (inc) to 5.16 (inc) |
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 ARM OMAP4+ platform code. Specifically, in the omap4_sram_init() function, the call to of_find_compatible_node() returns a node pointer with its reference count incremented, but the code fails to decrement the reference count by calling of_node_put() when the node is no longer needed. This leads to a refcount leak bug.
How can this vulnerability impact me? :
The reference count leak can lead to resource leaks in the kernel, potentially causing increased memory usage or instability over time. This may degrade system performance or reliability on affected ARM OMAP4+ devices running the Linux kernel.