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.
References (9)
Core 9
Core References
Scores
EPSS
0.0020
EPSS Percentile
10.5%
Details
Status
published
Products (28)
linux/Kernel
4.10.0 - 4.14.296linux
linux/Kernel
4.15.0 - 4.19.262linux
linux/Kernel
4.20.0 - 5.4.220linux
linux/Kernel
4.5.0 - 4.9.331linux
linux/Kernel
5.11.0 - 5.15.75linux
linux/Kernel
5.16.0 - 5.19.17linux
linux/Kernel
5.20.0 - 6.0.3linux
linux/Kernel
5.5.0 - 5.10.150linux
Linux/Linux
< 4.5
Linux/Linux
4.14.296 - 4.14.*
... and 18 more
Published
Dec 24, 2025
Tracked Since
Feb 18, 2026