Lucene search
+L

5515 matches found

Debian CVE
Debian CVE
added 2025/02/26 2:23 a.m.17 views

CVE-2022-49652

In the Linux kernel, the following vulnerability has been resolved: dmaengine: ti: Fix refcount leak in tidra7xbarrouteallocate ofparsephandle returns a node pointer with refcount incremented, we should use ofnodeput on it when not needed anymore. Add missing ofnodeput in to fix this...

5.5CVSS5.5AI score0.0026EPSS
SaveExploits0
OSV
OSV
added 2025/02/26 2:23 a.m.12 views

CVE-2022-49652 dmaengine: ti: Fix refcount leak in ti_dra7_xbar_route_allocate

In the Linux kernel, the following vulnerability has been resolved: dmaengine: ti: Fix refcount leak in tidra7xbarrouteallocate ofparsephandle returns a node pointer with refcount incremented, we should use ofnodeput on it when not needed anymore. Add missing ofnodeput in to fix this...

5.5CVSS5.2AI score
SaveExploits0References11
Vulnrichment
Vulnrichment
added 2025/02/26 2:23 a.m.7 views

CVE-2022-49652 dmaengine: ti: Fix refcount leak in ti_dra7_xbar_route_allocate

In the Linux kernel, the following vulnerability has been resolved: dmaengine: ti: Fix refcount leak in tidra7xbarrouteallocate ofparsephandle returns a node pointer with refcount incremented, we should use ofnodeput on it when not needed anymore. Add missing ofnodeput in to fix this...

6.3AI score0.0026EPSS
SaveExploits0References8
Cvelist
Cvelist
added 2025/02/26 2:23 a.m.19 views

CVE-2022-49652 dmaengine: ti: Fix refcount leak in ti_dra7_xbar_route_allocate

In the Linux kernel, the following vulnerability has been resolved: dmaengine: ti: Fix refcount leak in tidra7xbarrouteallocate ofparsephandle returns a node pointer with refcount incremented, we should use ofnodeput on it when not needed anymore. Add missing ofnodeput in to fix this...

0.0026EPSS
SaveExploits0References8
CVE
CVE
added 2025/02/26 2:23 a.m.106 views

CVE-2022-49652

CVE-2022-49652 affects the Linux kernel in the dmaengine: ti driver, specifically ti_dra7_xbar_route_allocate. The root cause is a refcount leak caused by not calling of_node_put() on a phandle-derived node when it is no longer needed; of_parse_phandle() returns a node pointer with an incremented...

5.5CVSS5.3AI score0.0026EPSS
SaveExploits0References8Affected Software1
Debian CVE
Debian CVE
added 2025/02/26 2:23 a.m.9 views

CVE-2022-49644

In the Linux kernel, the following vulnerability has been resolved: drm/i915: fix a possible refcount leak in inteldpaddmstconnector If drmconnectorinit fails, intelconnectorfree will be called to take care of proper free. So it is necessary to drop the refcount of port before intelconnectorfree...

5.5CVSS5.3AI score0.00274EPSS
SaveExploits0
CVE
CVE
added 2025/02/26 2:23 a.m.167 views

CVE-2022-49644

CVE-2022-49644 affects the Linux kernel's DRM/I915 component, addressing a possible refcount leak in intel_dp_add_mst_connector. If drm_connector_init fails, the driver must drop the port refcount before calling intel_connector_free to avoid leaks. The issue is tied to a cherry-picked commit (cea...

5.5CVSS5.3AI score0.00274EPSS
SaveExploits0References5Affected Software1
Vulnrichment
Vulnrichment
added 2025/02/26 2:23 a.m.1 views

CVE-2022-49644 drm/i915: fix a possible refcount leak in intel_dp_add_mst_connector()

In the Linux kernel, the following vulnerability has been resolved: drm/i915: fix a possible refcount leak in inteldpaddmstconnector If drmconnectorinit fails, intelconnectorfree will be called to take care of proper free. So it is necessary to drop the refcount of port before intelconnectorfree...

6AI score0.00274EPSS
SaveExploits0References5
OSV
OSV
added 2025/02/26 2:23 a.m.13 views

CVE-2022-49644 drm/i915: fix a possible refcount leak in intel_dp_add_mst_connector()

In the Linux kernel, the following vulnerability has been resolved: drm/i915: fix a possible refcount leak in inteldpaddmstconnector If drmconnectorinit fails, intelconnectorfree will be called to take care of proper free. So it is necessary to drop the refcount of port before intelconnectorfree...

5.5CVSS5AI score
SaveExploits0References8
Vulnrichment
Vulnrichment
added 2025/02/26 2:23 a.m.1 views

CVE-2022-49620 net: tipc: fix possible refcount leak in tipc_sk_create()

In the Linux kernel, the following vulnerability has been resolved: net: tipc: fix possible refcount leak in tipcskcreate Free sk in case tipcskinsert fails...

6.5AI score0.0026EPSS
SaveExploits0References8
Debian CVE
Debian CVE
added 2025/02/26 2:23 a.m.13 views

CVE-2022-49621

In the Linux kernel, the following vulnerability has been resolved: cpufreq: pmac32-cpufreq: Fix refcount leak bug In pmaccpufreqinitMacRISC3, we need to add corresponding ofnodeput for the three node pointers whose refcount have been incremented by offindnodebyname...

5.5CVSS5.6AI score0.00253EPSS
SaveExploits0
Cvelist
Cvelist
added 2025/02/26 2:23 a.m.26 views

CVE-2022-49621 cpufreq: pmac32-cpufreq: Fix refcount leak bug

In the Linux kernel, the following vulnerability has been resolved: cpufreq: pmac32-cpufreq: Fix refcount leak bug In pmaccpufreqinitMacRISC3, we need to add corresponding ofnodeput for the three node pointers whose refcount have been incremented by offindnodebyname...

0.00253EPSS
SaveExploits0References8
Cvelist
Cvelist
added 2025/02/26 2:23 a.m.17 views

CVE-2022-49620 net: tipc: fix possible refcount leak in tipc_sk_create()

In the Linux kernel, the following vulnerability has been resolved: net: tipc: fix possible refcount leak in tipcskcreate Free sk in case tipcskinsert fails...

0.0026EPSS
SaveExploits0References8
CVE
CVE
added 2025/02/26 2:23 a.m.105 views

CVE-2022-49621

The CVE-2022-49621 issue is a Linux kernel cpufreq.pmac32-cpufreq refcount leak bug. The root cause is missing of_node_put() for three node pointers whose refcounts were incremented by of_find_node_by_name() in pmac_cpufreq_init_MacRISC3(); the fix adds the corresponding of_node_put() calls to dr...

5.5CVSS6.5AI score0.00253EPSS
SaveExploits0References8Affected Software1
OSV
OSV
added 2025/02/26 2:23 a.m.15 views

CVE-2022-49621 cpufreq: pmac32-cpufreq: Fix refcount leak bug

In the Linux kernel, the following vulnerability has been resolved: cpufreq: pmac32-cpufreq: Fix refcount leak bug In pmaccpufreqinitMacRISC3, we need to add corresponding ofnodeput for the three node pointers whose refcount have been incremented by offindnodebyname...

5.5CVSS5.3AI score
SaveExploits0References11
OSV
OSV
added 2025/02/26 2:23 a.m.8 views

CVE-2022-49620 net: tipc: fix possible refcount leak in tipc_sk_create()

In the Linux kernel, the following vulnerability has been resolved: net: tipc: fix possible refcount leak in tipcskcreate Free sk in case tipcskinsert fails...

5.5CVSS6AI score
SaveExploits0References11
Debian CVE
Debian CVE
added 2025/02/26 2:23 a.m.23 views

CVE-2022-49609

In the Linux kernel, the following vulnerability has been resolved: power/reset: arm-versatile: Fix refcount leak in versatilerebootprobe offindmatchingnodeandmatch returns a node pointer with refcount incremented, we should use ofnodeput on it when not need anymore. Add missing ofnodeput to avoi...

5.5CVSS5.6AI score0.0026EPSS
SaveExploits0
Cvelist
Cvelist
added 2025/02/26 2:23 a.m.22 views

CVE-2022-49609 power/reset: arm-versatile: Fix refcount leak in versatile_reboot_probe

In the Linux kernel, the following vulnerability has been resolved: power/reset: arm-versatile: Fix refcount leak in versatilerebootprobe offindmatchingnodeandmatch returns a node pointer with refcount incremented, we should use ofnodeput on it when not need anymore. Add missing ofnodeput to avoi...

0.0026EPSS
SaveExploits0References8
Vulnrichment
Vulnrichment
added 2025/02/26 2:23 a.m.2 views

CVE-2022-49609 power/reset: arm-versatile: Fix refcount leak in versatile_reboot_probe

In the Linux kernel, the following vulnerability has been resolved: power/reset: arm-versatile: Fix refcount leak in versatilerebootprobe offindmatchingnodeandmatch returns a node pointer with refcount incremented, we should use ofnodeput on it when not need anymore. Add missing ofnodeput to avoi...

6.4AI score0.0026EPSS
SaveExploits0References8
OSV
OSV
added 2025/02/26 2:23 a.m.15 views

CVE-2022-49609 power/reset: arm-versatile: Fix refcount leak in versatile_reboot_probe

In the Linux kernel, the following vulnerability has been resolved: power/reset: arm-versatile: Fix refcount leak in versatilerebootprobe offindmatchingnodeandmatch returns a node pointer with refcount incremented, we should use ofnodeput on it when not need anymore. Add missing ofnodeput to avoi...

5.5CVSS5.2AI score
SaveExploits0References11
Rows per page
Query Builder