Lucene search
+L

5567 matches found

CVE
CVE
added 2025/06/18 11:02 a.m.83 views

CVE-2022-50121

CVE-2022-50121 affects the Linux kernel remoteproc code for k3-r5, where a missing of_node_put() in for_each_available_child_of_node() can leak a refcount when breaking early from the loop. The root cause is that each iteration decrements the previous node’s reference count without explicit relea...

5.5CVSS6.4AI score0.00165EPSS
SaveExploits0References5Affected Software1
Cvelist
Cvelist
added 2025/06/18 11:02 a.m.20 views

CVE-2022-50119 rpmsg: Fix possible refcount leak in rpmsg_register_device_override()

In the Linux kernel, the following vulnerability has been resolved: rpmsg: Fix possible refcount leak in rpmsgregisterdeviceoverride rpmsgregisterdeviceoverride need to call putdevice to free vch when driversetoverride fails. Fix this by adding a putdevice to the error path...

0.00166EPSS
SaveExploits0References7
CVE
CVE
added 2025/06/18 11:02 a.m.33 views

CVE-2022-50119

The CVE-2022-50119 issue concerns the Linux kernel and a refcount leak in rpmsg_register_device_override. The root cause is that put_device was not invoked to free the vchan on a driver_set_override error path, risking a leak. The fix adds a put_device() in the error path to ensure proper resourc...

5.5CVSS6.4AI score0.00166EPSS
SaveExploits0References7Affected Software1
OSV
OSV
added 2025/06/18 11:02 a.m.13 views

CVE-2022-50119 rpmsg: Fix possible refcount leak in rpmsg_register_device_override()

In the Linux kernel, the following vulnerability has been resolved: rpmsg: Fix possible refcount leak in rpmsgregisterdeviceoverride rpmsgregisterdeviceoverride need to call putdevice to free vch when driversetoverride fails. Fix this by adding a putdevice to the error path...

6.1AI score
SaveExploits0References10
Cvelist
Cvelist
added 2025/06/18 11:02 a.m.18 views

CVE-2022-50120 remoteproc: imx_rproc: Fix refcount leak in imx_rproc_addr_init

In the Linux kernel, the following vulnerability has been resolved: remoteproc: imxrproc: Fix refcount leak in imxrprocaddrinit ofparsephandle returns a node pointer with refcount incremented, we should use ofnodeput on it when not needed anymore. This function has two paths missing ofnodeput...

0.00165EPSS
SaveExploits0References4
OSV
OSV
added 2025/06/18 11:02 a.m.10 views

CVE-2022-50120 remoteproc: imx_rproc: Fix refcount leak in imx_rproc_addr_init

In the Linux kernel, the following vulnerability has been resolved: remoteproc: imxrproc: Fix refcount leak in imxrprocaddrinit ofparsephandle returns a node pointer with refcount incremented, we should use ofnodeput on it when not needed anymore. This function has two paths missing ofnodeput...

6AI score
SaveExploits0References7
CVE
CVE
added 2025/06/18 11:02 a.m.98 views

CVE-2022-50120

The CVE-2022-50120 issue in the Linux kernel’s remoteproc driver (imx_rproc) is documented in multiple sources. It concerns a refcount leak in imx_rproc_addr_init caused by of_parse_phandle() returning a node pointer with an incremented refcount; the fix is to call of_node_put() on it when it is ...

5.5CVSS6.5AI score0.00165EPSS
SaveExploits0References4Affected Software1
ATTACKERKB
ATTACKERKB
added 2025/06/18 11:02 a.m.9 views

CVE-2022-50114

In the Linux kernel, the following vulnerability has been resolved: net: 9p: fix refcount leak in p9readwork error handling p9reqput need to be called when m-rreq-rc.sdata is NULL to avoid temporary refcount leak. Dominique: commit wording adjustments, p9reqput argument fixes for rebase...

5.5CVSS5.8AI score0.00165EPSS
SaveExploits0References6Affected Software1
OSV
OSV
added 2025/06/18 11:02 a.m.13 views

CVE-2022-50114 net: 9p: fix refcount leak in p9_read_work() error handling

In the Linux kernel, the following vulnerability has been resolved: net: 9p: fix refcount leak in p9readwork error handling p9reqput need to be called when m-rreq-rc.sdata is NULL to avoid temporary refcount leak. Dominique: commit wording adjustments, p9reqput argument fixes for rebase...

6.2AI score
SaveExploits0References8
Cvelist
Cvelist
added 2025/06/18 11:02 a.m.16 views

CVE-2022-50114 net: 9p: fix refcount leak in p9_read_work() error handling

In the Linux kernel, the following vulnerability has been resolved: net: 9p: fix refcount leak in p9readwork error handling p9reqput need to be called when m-rreq-rc.sdata is NULL to avoid temporary refcount leak. Dominique: commit wording adjustments, p9reqput argument fixes for rebase...

0.00165EPSS
SaveExploits0References5
OSV
OSV
added 2025/06/18 11:02 a.m.10 views

CVE-2022-50113 ASoc: audio-graph-card2: Fix refcount leak bug in __graph_get_type()

In the Linux kernel, the following vulnerability has been resolved: ASoc: audio-graph-card2: Fix refcount leak bug in graphgettype We should call ofnodeput for the reference before its replacement as it returned by ofgetparent which has increased the refcount. Besides, we should also call ofnodep...

6.2AI score
SaveExploits0References6
Cvelist
Cvelist
added 2025/06/18 11:02 a.m.25 views

CVE-2022-50113 ASoc: audio-graph-card2: Fix refcount leak bug in __graph_get_type()

In the Linux kernel, the following vulnerability has been resolved: ASoc: audio-graph-card2: Fix refcount leak bug in graphgettype We should call ofnodeput for the reference before its replacement as it returned by ofgetparent which has increased the refcount. Besides, we should also call ofnodep...

0.00208EPSS
SaveExploits0References3
CVE
CVE
added 2025/06/18 11:02 a.m.36 views

CVE-2022-50113

The connected sources indicate CVE-2022-50113 affects the Linux kernel ASoc audio-graph-card2 component, where a refcount leak occurred in __graph_get_type() due to not calling of_node_put() before replacement and before return. The root cause is improper refcount management related to of_get_par...

5.5CVSS6.5AI score0.00208EPSS
SaveExploits0References3Affected Software1
Debian CVE
Debian CVE
added 2025/06/18 11:02 a.m.14 views

CVE-2022-50113

In the Linux kernel, the following vulnerability has been resolved: ASoc: audio-graph-card2: Fix refcount leak bug in graphgettype We should call ofnodeput for the reference before its replacement as it returned by ofgetparent which has increased the refcount. Besides, we should also call ofnodep...

5.5CVSS5.4AI score0.00208EPSS
SaveExploits0
Cvelist
Cvelist
added 2025/06/18 11:02 a.m.21 views

CVE-2022-50112 rpmsg: qcom_smd: Fix refcount leak in qcom_smd_parse_edge

In the Linux kernel, the following vulnerability has been resolved: rpmsg: qcomsmd: Fix refcount leak in qcomsmdparseedge ofparsephandle returns a node pointer with refcount incremented, we should use ofnodeput on it when done...

0.00211EPSS
SaveExploits0References7
CVE
CVE
added 2025/06/18 11:02 a.m.93 views

CVE-2022-50112

The CVE-2022-50112 issue concerns the Linux kernel: a refcount leak in rpmsg qcom_smd parsing logic. Specifically, of_parse_phandle() returns a node pointer with an incremented refcount, which must be balanced with of_node_put() when the node is no longer needed. The vulnerability affects the ker...

5.5CVSS6.5AI score0.00211EPSS
SaveExploits0References7Affected Software1
CVE
CVE
added 2025/06/18 11:02 a.m.99 views

CVE-2022-50111

CVE-2022-50111 concerns a Linux kernel issue in the ASoC mt6359 driver where a refcount leak occurs. The root cause is that in mt6359_parse_dt() and mt6359_accdet_parse_dt(), a reference returned by of_get_child_by_name() is not balanced with of_node_put(), leaving a leaked reference. The availab...

5.5CVSS6.6AI score0.0021EPSS
SaveExploits0References4Affected Software1
Cvelist
Cvelist
added 2025/06/18 11:02 a.m.15 views

CVE-2022-50111 ASoC: mt6359: Fix refcount leak bug

In the Linux kernel, the following vulnerability has been resolved: ASoC: mt6359: Fix refcount leak bug In mt6359parsedt and mt6359accdetparsedt, we should call ofnodeput for the reference returned by ofgetchildbyname which has increased the refcount...

0.0021EPSS
SaveExploits0References4
OSV
OSV
added 2025/06/18 11:02 a.m.10 views

CVE-2022-50111 ASoC: mt6359: Fix refcount leak bug

In the Linux kernel, the following vulnerability has been resolved: ASoC: mt6359: Fix refcount leak bug In mt6359parsedt and mt6359accdetparsedt, we should call ofnodeput for the reference returned by ofgetchildbyname which has increased the refcount...

5.9AI score
SaveExploits0References7
OSV
OSV
added 2025/06/18 11:02 a.m.10 views

CVE-2022-50112 rpmsg: qcom_smd: Fix refcount leak in qcom_smd_parse_edge

In the Linux kernel, the following vulnerability has been resolved: rpmsg: qcomsmd: Fix refcount leak in qcomsmdparseedge ofparsephandle returns a node pointer with refcount incremented, we should use ofnodeput on it when done...

6AI score
SaveExploits0References10
Rows per page
Query Builder