Lucene search
+L

5557 matches found

OSV
OSV
added 2025/06/18 11:03 a.m.16 views

CVE-2022-50197 cpufreq: zynq: Fix refcount leak in zynq_get_revision

In the Linux kernel, the following vulnerability has been resolved: cpufreq: zynq: Fix refcount leak in zynqgetrevision offindcompatiblenode returns a node pointer with refcount incremented, we should use ofnodeput on it when done. Add missing ofnodeput to avoid refcount leak...

5.9AI score
SaveExploits0References11
CVE
CVE
added 2025/06/18 11:03 a.m.80 views

CVE-2022-50197

In CVE-2022-50197, the Linux kernel vulnerability affects the cpufreq: zynq component. The root cause is a refcount leak when retrieving a device node: of_find_compatible_node() returns a node pointer with an incremented refcount, and missing of_node_put() on cleanup leads to a leak. The fix adds...

5.5CVSS6.4AI score0.00211EPSS
SaveExploits0References8Affected Software1
Cvelist
Cvelist
added 2025/06/18 11:03 a.m.27 views

CVE-2022-50196 soc: qcom: ocmem: Fix refcount leak in of_get_ocmem

In the Linux kernel, the following vulnerability has been resolved: soc: qcom: ocmem: Fix refcount leak in ofgetocmem ofparsephandle returns a node pointer with refcount incremented, we should use ofnodeput on it when not need anymore. Add missing ofnodeput to avoid refcount leak. ofnodeput will...

0.0021EPSS
SaveExploits0References5
OSV
OSV
added 2025/06/18 11:03 a.m.9 views

CVE-2022-50196 soc: qcom: ocmem: Fix refcount leak in of_get_ocmem

In the Linux kernel, the following vulnerability has been resolved: soc: qcom: ocmem: Fix refcount leak in ofgetocmem ofparsephandle returns a node pointer with refcount incremented, we should use ofnodeput on it when not need anymore. Add missing ofnodeput to avoid refcount leak. ofnodeput will...

5.9AI score0.0021EPSS
SaveExploits0References8
CVE
CVE
added 2025/06/18 11:03 a.m.93 views

CVE-2022-50196

In the Linux kernel, the vulnerability CVE-2022-50196 affects the soc: qcom: ocmem path. It stems from a refcount leak in of_parse_phandle() where the returned node pointer’s refcount isn’t released; a missing of_node_put() caused the leak. The fix adds a proper of_node_put() on the node when it ...

5.5CVSS6.4AI score0.0021EPSS
SaveExploits0References5Affected Software1
Debian CVE
Debian CVE
added 2025/06/18 11:03 a.m.13 views

CVE-2022-50197

In the Linux kernel, the following vulnerability has been resolved: cpufreq: zynq: Fix refcount leak in zynqgetrevision offindcompatiblenode returns a node pointer with refcount incremented, we should use ofnodeput on it when done. Add missing ofnodeput to avoid refcount leak...

5.5CVSS5.3AI score0.00211EPSS
SaveExploits0
CVE
CVE
added 2025/06/18 11:03 a.m.102 views

CVE-2022-50194

The CVE-2022-50194 issue affects the Linux kernel, specifically the soc: qcom: aoss path, where for_each_available_child_of_node() leaks a refcount when breaking out of iteration. The root cause is a missing of_node_put() after iterating, leading to a refcount leak on the previously referenced no...

5.5CVSS6.4AI score0.00211EPSS
SaveExploits0References6Affected Software1
Debian CVE
Debian CVE
added 2025/06/18 11:03 a.m.19 views

CVE-2022-50194

In the Linux kernel, the following vulnerability has been resolved: soc: qcom: aoss: Fix refcount leak in qmpcoolingdevicesregister Every iteration of foreachavailablechildofnode decrements the reference count of the previous node. When breaking early from a foreachavailablechildofnode loop, we...

5.5CVSS5.3AI score0.00211EPSS
SaveExploits0
Cvelist
Cvelist
added 2025/06/18 11:03 a.m.27 views

CVE-2022-50194 soc: qcom: aoss: Fix refcount leak in qmp_cooling_devices_register

In the Linux kernel, the following vulnerability has been resolved: soc: qcom: aoss: Fix refcount leak in qmpcoolingdevicesregister Every iteration of foreachavailablechildofnode decrements the reference count of the previous node. When breaking early from a foreachavailablechildofnode loop, we...

0.00211EPSS
SaveExploits0References6
CVE
CVE
added 2025/06/18 11:03 a.m.91 views

CVE-2022-50191

CVE-2022-50191 affects the Linux kernel regulator subsystem (of:), describing a refcount leak in the handling of of_get_regulation_constraints(). The remedy is a fixed lifecycle management: call of_node_put() on the reference returned by of_get_child_by_name() which had its refcount increased. Co...

5.5CVSS6.5AI score0.00217EPSS
SaveExploits0References8Affected Software1
Cvelist
Cvelist
added 2025/06/18 11:03 a.m.22 views

CVE-2022-50191 regulator: of: Fix refcount leak bug in of_get_regulation_constraints()

In the Linux kernel, the following vulnerability has been resolved: regulator: of: Fix refcount leak bug in ofgetregulationconstraints We should call the ofnodeput for the reference returned by ofgetchildbyname which has increased the refcount...

0.00217EPSS
SaveExploits0References8
Debian CVE
Debian CVE
added 2025/06/18 11:03 a.m.8 views

CVE-2022-50191

In the Linux kernel, the following vulnerability has been resolved: regulator: of: Fix refcount leak bug in ofgetregulationconstraints We should call the ofnodeput for the reference returned by ofgetchildbyname which has increased the refcount...

5.5CVSS5.3AI score0.00217EPSS
SaveExploits0
OSV
OSV
added 2025/06/18 11:03 a.m.10 views

CVE-2022-50190 spi: Fix simplification of devm_spi_register_controller

In the Linux kernel, the following vulnerability has been resolved: spi: Fix simplification of devmspiregistercontroller This reverts commit 59ebbe40fb51 "spi: simplify devmspiregistercontroller". If devmaddaction fails in devmaddactionorreset, devmspiunregister will be called, it decreases the...

5.8AI score
SaveExploits0References7
OSV
OSV
added 2025/06/18 11:03 a.m.5 views

CVE-2022-50191 regulator: of: Fix refcount leak bug in of_get_regulation_constraints()

In the Linux kernel, the following vulnerability has been resolved: regulator: of: Fix refcount leak bug in ofgetregulationconstraints We should call the ofnodeput for the reference returned by ofgetchildbyname which has increased the refcount...

6AI score
SaveExploits0References11
OSV
OSV
added 2025/06/18 11:03 a.m.10 views

CVE-2022-50188 drm/meson: Fix refcount leak in meson_encoder_hdmi_init

In the Linux kernel, the following vulnerability has been resolved: drm/meson: Fix refcount leak in mesonencoderhdmiinit offinddevicebynode takes reference, we should use putdevice to release it when not need anymore. Add missing putdevice in error path to avoid refcount leak...

6AI score
SaveExploits0References7
Cvelist
Cvelist
added 2025/06/18 11:03 a.m.29 views

CVE-2022-50188 drm/meson: Fix refcount leak in meson_encoder_hdmi_init

In the Linux kernel, the following vulnerability has been resolved: drm/meson: Fix refcount leak in mesonencoderhdmiinit offinddevicebynode takes reference, we should use putdevice to release it when not need anymore. Add missing putdevice in error path to avoid refcount leak...

0.0021EPSS
SaveExploits0References4
CVE
CVE
added 2025/06/18 11:03 a.m.75 views

CVE-2022-50188

CVE-2022-50188 is a Linux kernel vulnerability where a refcount leak in drm/meson was fixed. The issue arose because of how of_find_device_by_node() held a reference, with missing put_device() in the error path, leading to a refcount leak. The fix patches the kernel (meson_encoder_hdmi_init) to r...

5.5CVSS6.4AI score0.0021EPSS
SaveExploits0References4Affected Software1
Debian CVE
Debian CVE
added 2025/06/18 11:03 a.m.23 views

CVE-2022-50188

In the Linux kernel, the following vulnerability has been resolved: drm/meson: Fix refcount leak in mesonencoderhdmiinit offinddevicebynode takes reference, we should use putdevice to release it when not need anymore. Add missing putdevice in error path to avoid refcount leak...

5.5CVSS5.3AI score0.0021EPSS
SaveExploits0
CVE
CVE
added 2025/06/18 11:03 a.m.79 views

CVE-2022-50184

The CVE-2022-50184 issue in the Linux kernel concerns a refcount leak in the Meson HDMI encoder path. Specifically, in drm/meson: encoder_hdmi_init, of_graph_get_remote_node() returns a remote device node pointer with an incremented refcount, and a missing of_node_put() could lead to a leak. The ...

5.5CVSS6.5AI score0.0021EPSS
SaveExploits0References4Affected Software1
Debian CVE
Debian CVE
added 2025/06/18 11:03 a.m.14 views

CVE-2022-50184

In the Linux kernel, the following vulnerability has been resolved: drm/meson: encoderhdmi: Fix refcount leak in mesonencoderhdmiinit ofgraphgetremotenode returns remote device nodepointer with refcount incremented, we should use ofnodeput on it when done. Add missing ofnodeput to avoid refcount...

5.5CVSS5.4AI score0.0021EPSS
SaveExploits0
Rows per page
Query Builder