Lucene search

K
vulnrichmentLinuxVULNRICHMENT:CVE-2022-48693
HistoryMay 03, 2024 - 3:05 p.m.

CVE-2022-48693 soc: brcmstb: pm-arm: Fix refcount leak and __iomem leak bugs

2024-05-0315:05:46
Linux
github.com
1
linux kernel
vulnerability
brcmstb
pm-arm
refcount leak
__iomem leak
bugs
of_node_put
iounmap

AI Score

6.7

Confidence

Low

SSVC

Exploitation

none

Automatable

no

Technical Impact

partial

In the Linux kernel, the following vulnerability has been resolved:

soc: brcmstb: pm-arm: Fix refcount leak and __iomem leak bugs

In brcmstb_pm_probe(), there are two kinds of leak bugs:

(1) we need to add of_node_put() when for_each__matching_node() breaks
(2) we need to add iounmap() for each iomap in fail path

AI Score

6.7

Confidence

Low

SSVC

Exploitation

none

Automatable

no

Technical Impact

partial