cve/2022/CVE-2022-48693.md
2024-05-25 21:48:12 +02:00

804 B

CVE-2022-48693

Description

In the Linux kernel, the following vulnerability has been resolved:soc: brcmstb: pm-arm: Fix refcount leak and __iomem leak bugsIn 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

POC

Reference

No PoCs from references.

Github