CVE-2022-50123
- EPSS 0.06%
- Veröffentlicht 18.06.2025 11:02:51
- Zuletzt bearbeitet 18.11.2025 18:12:15
In the Linux kernel, the following vulnerability has been resolved: ASoC: mediatek: mt8173: Fix refcount leak in mt8173_rt5650_rt5676_dev_probe of_parse_phandle() returns a node pointer with refcount incremented, we should use of_node_put() on it w...
CVE-2022-50121
- EPSS 0.06%
- Veröffentlicht 18.06.2025 11:02:50
- Zuletzt bearbeitet 18.11.2025 18:12:31
In the Linux kernel, the following vulnerability has been resolved: remoteproc: k3-r5: Fix refcount leak in k3_r5_cluster_of_init Every iteration of for_each_available_child_of_node() decrements the reference count of the previous node. When breaki...
CVE-2022-50119
- EPSS 0.06%
- Veröffentlicht 18.06.2025 11:02:49
- Zuletzt bearbeitet 18.11.2025 18:12:47
In the Linux kernel, the following vulnerability has been resolved: rpmsg: Fix possible refcount leak in rpmsg_register_device_override() rpmsg_register_device_override need to call put_device to free vch when driver_set_override fails. Fix this b...
CVE-2022-50120
- EPSS 0.07%
- Veröffentlicht 18.06.2025 11:02:49
- Zuletzt bearbeitet 18.11.2025 18:12:38
In the Linux kernel, the following vulnerability has been resolved: remoteproc: imx_rproc: Fix refcount leak in imx_rproc_addr_init of_parse_phandle() returns a node pointer with refcount incremented, we should use of_node_put() on it when not need...
CVE-2022-50118
- EPSS 0.05%
- Veröffentlicht 18.06.2025 11:02:48
- Zuletzt bearbeitet 18.11.2025 18:13:26
In the Linux kernel, the following vulnerability has been resolved: powerpc/perf: Optimize clearing the pending PMI and remove WARN_ON for PMI check in power_pmu_disable commit 2c9ac51b850d ("powerpc/perf: Fix PMU callbacks to clear pending PMI bef...
CVE-2022-50116
- EPSS 0.04%
- Veröffentlicht 18.06.2025 11:02:47
- Zuletzt bearbeitet 18.11.2025 18:13:48
In the Linux kernel, the following vulnerability has been resolved: tty: n_gsm: fix deadlock and link starvation in outgoing data path The current implementation queues up new control and user packets as needed and processes this queue down to the ...
CVE-2022-50114
- EPSS 0.07%
- Veröffentlicht 18.06.2025 11:02:46
- Zuletzt bearbeitet 18.11.2025 18:14:06
In the Linux kernel, the following vulnerability has been resolved: net: 9p: fix refcount leak in p9_read_work() error handling p9_req_put need to be called when m->rreq->rc.sdata is NULL to avoid temporary refcount leak. [Dominique: commit wordin...
CVE-2022-50111
- EPSS 0.07%
- Veröffentlicht 18.06.2025 11:02:44
- Zuletzt bearbeitet 19.11.2025 13:29:08
In the Linux kernel, the following vulnerability has been resolved: ASoC: mt6359: Fix refcount leak bug In mt6359_parse_dt() and mt6359_accdet_parse_dt(), we should call of_node_put() for the reference returned by of_get_child_by_name() which has i...
CVE-2022-50112
- EPSS 0.06%
- Veröffentlicht 18.06.2025 11:02:44
- Zuletzt bearbeitet 18.11.2025 18:14:26
In the Linux kernel, the following vulnerability has been resolved: rpmsg: qcom_smd: Fix refcount leak in qcom_smd_parse_edge of_parse_phandle() returns a node pointer with refcount incremented, we should use of_node_put() on it when done.
CVE-2022-50108
- EPSS 0.06%
- Veröffentlicht 18.06.2025 11:02:42
- Zuletzt bearbeitet 19.11.2025 13:29:20
In the Linux kernel, the following vulnerability has been resolved: mfd: max77620: Fix refcount leak in max77620_initialise_fps of_get_child_by_name() returns a node pointer with refcount incremented, we should use of_node_put() on it when not need...