CVE-2022-49678
26.02.2025, 07:01
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().Enginsight
Vendor | Product | Version |
---|---|---|
linux | linux_kernel | 4.15 ≤ 𝑥 < 4.19.250 |
linux | linux_kernel | 4.20 ≤ 𝑥 < 5.4.202 |
linux | linux_kernel | 5.5 ≤ 𝑥 < 5.10.127 |
linux | linux_kernel | 5.11 ≤ 𝑥 < 5.15.51 |
linux | linux_kernel | 5.16 ≤ 𝑥 < 5.18.8 |
linux | linux_kernel | 5.19:rc1 |
linux | linux_kernel | 5.19:rc2 |
linux | linux_kernel | 5.19:rc3 |
𝑥
= Vulnerable software versions

Debian Releases
References