In the Linux kernel, the following vulnerability has been...
Moderate severity
Unreviewed
Published
May 3, 2024
to the GitHub Advisory Database
•
Updated Jun 3, 2024
Description
Published by the National Vulnerability Database
May 3, 2024
Published to the GitHub Advisory Database
May 3, 2024
Last updated
Jun 3, 2024
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