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
References
Configurations
Configuration 1 (hide)
|
History
No history.
Information
Published : 2024-05-03 15:15
Updated : 2024-05-23 20:34
NVD link : CVE-2022-48693
Mitre link : CVE-2022-48693
CVE.ORG link : CVE-2022-48693
JSON object : View
Products Affected
linux
- linux_kernel
CWE
CWE-401
Missing Release of Memory after Effective Lifetime