CVE-2022-49678 Details
Description
In the Linux kernel, the following vulnerability has been resolved: soc: bcm: brcmstb: pm: pm-arm: Fix refcount leak in brcmstb_pm_probe of_find_matching_node() returns a node pointer with refcount incremented, we should use of_node_put() on it when not need anymore. Add missing of_node_put() to avoid refcount leak. In brcmstb_init_sram, it pass dn to of_address_to_resource(), of_address_to_resource() will call of_find_device_by_node() to take reference, so we should release the reference returned by of_find_matching_node().
A refcount leak vulnerability has been identified in the Linux kernel's BRCMSTB power management component. The issue arises in the 'brcmstb_pm_probeof_find_matching_node()' function, which returns a node pointer with an incremented reference count. The vulnerability occurs because the reference is not properly released when no longer needed, leading to a memory leak. This refcount leak is introduced in 'brcmstb_init_sram', where a device node is passed to 'of_address_to_resource()'. The 'of_address_to_resource()' function then calls 'of_find_device_by_node()' to take a reference, but the reference returned by 'of_find_matching_node()' is not released, causing the leak.
Metrics
CVSS 4.0 Severity and Vector Strings:
No CVSS 4.0 data is available for this CVE.
CVSS 3.x Severity and Vector Strings:
No data available for CVSS Version 2.0 on this CVE.
CISA-ADP
Assessed Oct 1, 2025References to Advisories, Solutions, and Tools
By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.
| URL | Source(s) | Tag(s) |
|---|---|---|
| https://git.kernel.org/stable/c/10ba9d499a9fd82ed40897e734ba19870a879407 | kernel.org | Patch |
| https://git.kernel.org/stable/c/30bbfeb480ae8b5ee43199d72417b232590440c2 | kernel.org | Patch |
| https://git.kernel.org/stable/c/37d838de369b07b596c19ff3662bf0293fdb09ee | kernel.org | Patch |
| https://git.kernel.org/stable/c/4f5877bdf7b593e988f1924f4c3df6523f80b39c | kernel.org | Patch |
| https://git.kernel.org/stable/c/734a4d15142bb4c8ecad2d8ec70d7564e78ae34d | kernel.org | Patch |
| https://git.kernel.org/stable/c/dcafd5463d8f20c4f90ddc138a5738adb99f74c8 | kernel.org | Patch |
Weakness Enumeration
| CWE-ID | CWE Name | Source |
|---|---|---|
| NVD-CWE-Other | Weakness Not in a Standard CWE Category | [email protected] |
Affected Products
| Product | Versions |
|---|---|
| linux linux kernel | >= 4.15, < 4.19.250 >= 4.20, < 5.4.202 >= 5.5, < 5.10.127 >= 5.11, < 5.15.51 >= 5.16, < 5.18.8 5.19 rc1 5.19 rc2 5.19 rc3 |
CPE
Remediation
| |
Change History
5 change records found show changes
| Date | Action | Recorded By |
|---|---|---|
| Jun 17, 2026 | CVE Modified | kernel.org |
| Jun 17, 2026 | CVE Modified | CISA-ADP |
| Oct 1, 2025 | CVE Modified | CISA-ADP |
| Mar 11, 2025 | Initial Analysis | [email protected] |
| Feb 26, 2025 | New CVE Received | kernel.org |