In the Linux kernel, the following vulnerability has been resolved:
soc: qcom: smsm: Fix refcount leak bugs in qcomsmsmprobe()
There are two refcount leak bugs in qcomsmsmprobe():
(1) The 'localnode' is escaped out from foreachchildofnode() as the break of iteration, we should call ofnodeput() for it in error path or when it is not used anymore. (2) The 'node' is escaped out from foreachavailablechildofnode() as the 'goto', we should call ofnodeput() for it in goto target.
{
"cna_assigner": "Linux",
"osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2022/50xxx/CVE-2022-50703.json"
}