CVE-2022-50703
Published: Dec 24, 2025
Modified: May 11, 2026
Description
In the Linux kernel, the following vulnerability has been resolved: soc: qcom: smsm: Fix refcount leak bugs in qcom_smsm_probe() There are two refcount leak bugs in qcom_smsm_probe(): (1) The 'local_node' is escaped out from for_each_child_of_node() as the break of iteration, we should call of_node_put() for it in error path or when it is not used anymore. (2) The 'node' is escaped out from for_each_available_child_of_node() as the 'goto', we should call of_node_put() for it in goto target.
| Vendor | Product | Versions |
|---|---|---|
Linux | Linux | affected c97c4090ff72297a878a37715bd301624b71c885 - < 1bbe75d466e5118b7d49ef4a346c3ce5742da4e8affected c97c4090ff72297a878a37715bd301624b71c885 - < bd4666bf5562fe8e8e5e9bd6fc805d30e1767f43affected c97c4090ff72297a878a37715bd301624b71c885 - < 42df28994eba7b56c762f7bbe7efd5611a1cd15baffected c97c4090ff72297a878a37715bd301624b71c885 - < 1e3ed59370c712df436791efed120f0c082aa9bcaffected c97c4090ff72297a878a37715bd301624b71c885 - < 39781c98ad46b4e85053345dff797240c1ed7935+4 more versions |
Linux | Linux | affected 4.5unaffected 0 - < 4.5unaffected 4.9.331 - <= 4.9.*unaffected 4.14.296 - <= 4.14.*unaffected 4.19.262 - <= 4.19.*+6 more versions |
References
Security Training
Train your team to recognize and prevent security threats with our comprehensive security awareness program.
Start TrainingVulnerability Scanning
Discover vulnerabilities in your applications and infrastructure before attackers do.
Scan Now