Lucene search
+L

5568 matches found

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.6 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-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.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
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.76 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
CVE
CVE
added 2025/06/18 11:03 a.m.80 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
Cvelist
Cvelist
added 2025/06/18 11:03 a.m.24 views

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

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...

0.0021EPSS
SaveExploits0References4
OSV
OSV
added 2025/06/18 11:03 a.m.17 views

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

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...

6.1AI score
SaveExploits0References7
CVE
CVE
added 2025/06/18 11:03 a.m.81 views

CVE-2022-50183

Summary: CVE-2022-50183 affects the Linux kernel’s DRM Meson encoder_cvbs path. The issue is a refcount leak in the initialization flow of meson_encoder_cvbs_init, caused by not calling of_node_put() on the remote node obtained via of_graph_get_remote_node(). This leads to a local leak in the ref...

5.5CVSS6.5AI score0.00208EPSS
SaveExploits0References3Affected Software1
OSV
OSV
added 2025/06/18 11:03 a.m.16 views

CVE-2022-50183 drm/meson: encoder_cvbs: Fix refcount leak in meson_encoder_cvbs_init

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

6.1AI score
SaveExploits0References6
Cvelist
Cvelist
added 2025/06/18 11:03 a.m.17 views

CVE-2022-50183 drm/meson: encoder_cvbs: Fix refcount leak in meson_encoder_cvbs_init

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

0.00208EPSS
SaveExploits0References3
Debian CVE
Debian CVE
added 2025/06/18 11:03 a.m.20 views

CVE-2022-50183

In the Linux kernel, the following vulnerability has been resolved: drm/meson: encodercvbs: Fix refcount leak in mesonencodercvbsinit 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.00208EPSS
SaveExploits0
Cvelist
Cvelist
added 2025/06/18 11:03 a.m.20 views

CVE-2022-50176 drm/mcde: Fix refcount leak in mcde_dsi_bind

In the Linux kernel, the following vulnerability has been resolved: drm/mcde: Fix refcount leak in mcdedsibind Every iteration of foreachavailablechildofnode decrements the reference counter of the previous node. There is no decrement when break out from the loop and results in refcount leak. Add...

0.00218EPSS
SaveExploits0References6
CVE
CVE
added 2025/06/18 11:03 a.m.85 views

CVE-2022-50176

In CVE-2022-50176, the Linux kernel’s drm/mcde mcde_dsi_bind had a refcount leak: every iteration of for_each_available_child_of_node() decremented the previous node’s refcount, but a missing of_node_put() on loop exit caused leaks. The fix is to add of_node_put() to restore correct refcount hand...

5.5CVSS6.5AI score0.00218EPSS
SaveExploits0References6Affected Software1
Debian CVE
Debian CVE
added 2025/06/18 11:03 a.m.9 views

CVE-2022-50176

In the Linux kernel, the following vulnerability has been resolved: drm/mcde: Fix refcount leak in mcdedsibind Every iteration of foreachavailablechildofnode decrements the reference counter of the previous node. There is no decrement when break out from the loop and results in refcount leak. Add...

5.5CVSS5.3AI score0.00218EPSS
SaveExploits0
Rows per page
Query Builder