Lucene search
+L

5484 matches found

OSV
OSV
added 2025/12/30 12:23 p.m.11 views

CVE-2022-50874 RDMA/erdma: Fix refcount leak in erdma_mmap

In the Linux kernel, the following vulnerability has been resolved: RDMA/erdma: Fix refcount leak in erdmammap rdmausermmapentryget take reference, we should release it when not need anymore, add the missing rdmausermmapentryput in the error path to fix it...

6.3AI score
SaveExploits0References6
CVE
CVE
added 2025/12/30 12:15 p.m.23 views

CVE-2022-50868

The CVE-2022-50868 issue is in the Linux kernel hwrng: amd driver, where for_each_pci_dev() (implemented via pci_get_device()) can leak PCI device references. The root cause is a missing pci_dev_put() on the normal and error paths when breaking out of for_each_pci_dev() with a non-NULL pdev, lead...

6.1AI score0.00216EPSS
SaveExploits0References9
OSV
OSV
added 2025/12/30 12:11 p.m.5 views

CVE-2023-54230 amba: bus: fix refcount leak

In the Linux kernel, the following vulnerability has been resolved: amba: bus: fix refcount leak commit 5de1540b7bc4 "drivers/amba: create devices from device tree" increases the refcount of ofnode, but not releases it in ambadevicerelease, so there is refcount leak. By using ofnodeput to avoid...

6.4AI score
SaveExploits0References12
Cvelist
Cvelist
added 2025/12/30 12:11 p.m.27 views

CVE-2023-54230 amba: bus: fix refcount leak

In the Linux kernel, the following vulnerability has been resolved: amba: bus: fix refcount leak commit 5de1540b7bc4 "drivers/amba: create devices from device tree" increases the refcount of ofnode, but not releases it in ambadevicerelease, so there is refcount leak. By using ofnodeput to avoid...

0.00216EPSS
SaveExploits0References9
CVE
CVE
added 2025/12/30 12:11 p.m.25 views

CVE-2023-54230

CVE-2023-54230 affects the Linux kernel in the amba: bus subsystem. The vulnerability stems from a refcount leak where refining devices from device tree increased the refcount of of_node but could not release it in amba_device_release, leading to a leak. The fix uses of_node_put to correctly rele...

6.1AI score0.00216EPSS
SaveExploits0References9
Debian CVE
Debian CVE
added 2025/12/30 12:11 p.m.5 views

CVE-2023-54230

In the Linux kernel, the following vulnerability has been resolved: amba: bus: fix refcount leak commit 5de1540b7bc4 "drivers/amba: create devices from device tree" increases the refcount of ofnode, but not releases it in ambadevicerelease, so there is refcount leak. By using ofnodeput to avoid...

5.3AI score0.00216EPSS
SaveExploits0
OSV
OSV
added 2025/12/30 12:11 p.m.19 views

CVE-2023-54205 pinctrl: stm32: Fix refcount leak in stm32_pctrl_get_irq_domain

In the Linux kernel, the following vulnerability has been resolved: pinctrl: stm32: Fix refcount leak in stm32pctrlgetirqdomain ofirqfindparent returns a node pointer with refcount incremented, We should use ofnodeput on it when not needed anymore. Add missing ofnodeput to avoid refcount leak...

6.3AI score
SaveExploits0References9
CVE
CVE
added 2025/12/30 12:11 p.m.37 views

CVE-2023-54205

In the Linux kernel, CVE-2023-54205 is addressed in the pinctrl: stm32 subsystem. The root cause was a refcount leak in stm32_pctrl_get_irq_domain where of_irq_find_parent() returns a node pointer with an incremented refcount. The patch adds a missing of_node_put() to release the reference when i...

6AI score0.00183EPSS
SaveExploits0References6
Cvelist
Cvelist
added 2025/12/30 12:11 p.m.33 views

CVE-2023-54205 pinctrl: stm32: Fix refcount leak in stm32_pctrl_get_irq_domain

In the Linux kernel, the following vulnerability has been resolved: pinctrl: stm32: Fix refcount leak in stm32pctrlgetirqdomain ofirqfindparent returns a node pointer with refcount incremented, We should use ofnodeput on it when not needed anymore. Add missing ofnodeput to avoid refcount leak...

0.00183EPSS
SaveExploits0References6
Cvelist
Cvelist
added 2025/12/30 12:09 p.m.38 views

CVE-2023-54201 RDMA/efa: Fix wrong resources deallocation order

In the Linux kernel, the following vulnerability has been resolved: RDMA/efa: Fix wrong resources deallocation order When trying to destroy QP or CQ, we first decrease the refcount and potentially free memory regions allocated for the object and then request the device to destroy the object. If t...

7.8CVSS0.00137EPSS
SaveExploits0References4
OSV
OSV
added 2025/12/30 12:09 p.m.11 views

CVE-2023-54201 RDMA/efa: Fix wrong resources deallocation order

In the Linux kernel, the following vulnerability has been resolved: RDMA/efa: Fix wrong resources deallocation order When trying to destroy QP or CQ, we first decrease the refcount and potentially free memory regions allocated for the object and then request the device to destroy the object. If t...

7.8CVSS6.4AI score
SaveExploits0References7
CVE
CVE
added 2025/12/30 12:09 p.m.36 views

CVE-2023-54201

CVE-2023-54201 (RDMA/efa) in the Linux kernel fixed an incorrect resource-deallocation order when destroying QP/CQ. The patch ensures resources are deallocated in reverse allocation order; otherwise a device failure can leave the object partially destroyed, allowing a second destroy attempt that ...

7.8CVSS6.1AI score0.00137EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2025/12/30 12:08 p.m.27 views

CVE-2023-54190 leds: led-core: Fix refcount leak in of_led_get()

In the Linux kernel, the following vulnerability has been resolved: leds: led-core: Fix refcount leak in ofledget classfinddevicebyofnode calls classfinddevice, it will take the reference, use the putdevice to drop the reference when not need anymore...

0.00178EPSS
SaveExploits0References5
Debian CVE
Debian CVE
added 2025/12/30 12:08 p.m.5 views

CVE-2023-54190

In the Linux kernel, the following vulnerability has been resolved: leds: led-core: Fix refcount leak in ofledget classfinddevicebyofnode calls classfinddevice, it will take the reference, use the putdevice to drop the reference when not need anymore...

5.1AI score0.00178EPSS
SaveExploits0
OSV
OSV
added 2025/12/30 12:08 p.m.4 views

CVE-2023-54190 leds: led-core: Fix refcount leak in of_led_get()

In the Linux kernel, the following vulnerability has been resolved: leds: led-core: Fix refcount leak in ofledget classfinddevicebyofnode calls classfinddevice, it will take the reference, use the putdevice to drop the reference when not need anymore...

6.3AI score
SaveExploits0References8
Cvelist
Cvelist
added 2025/12/30 12:08 p.m.30 views

CVE-2022-50825 usb: typec: wusb3801: fix fwnode refcount leak in wusb3801_probe()

In the Linux kernel, the following vulnerability has been resolved: usb: typec: wusb3801: fix fwnode refcount leak in wusb3801probe I got the following report while doing fault injection test: OF: ERROR: memory leak, expected refcount 1 instead of 4, ofnodeget/ofnodeput unbalanced - destroy cset...

0.00236EPSS
SaveExploits0References3
OSV
OSV
added 2025/12/30 12:08 p.m.13 views

CVE-2022-50825 usb: typec: wusb3801: fix fwnode refcount leak in wusb3801_probe()

In the Linux kernel, the following vulnerability has been resolved: usb: typec: wusb3801: fix fwnode refcount leak in wusb3801probe I got the following report while doing fault injection test: OF: ERROR: memory leak, expected refcount 1 instead of 4, ofnodeget/ofnodeput unbalanced - destroy cset...

6.7AI score
SaveExploits0References6
Cvelist
Cvelist
added 2025/12/30 12:08 p.m.44 views

CVE-2022-50823 clk: tegra: Fix refcount leak in tegra114_clock_init

In the Linux kernel, the following vulnerability has been resolved: clk: tegra: Fix refcount leak in tegra114clockinit offindmatchingnode returns a node pointer with refcount incremented, we should use ofnodeput on it when not need anymore. Add missing ofnodeput to avoid refcount leak...

0.00247EPSS
SaveExploits0References9
CVE
CVE
added 2025/12/30 12:08 p.m.23 views

CVE-2022-50823

CVE-2022-50823 affects the Linux kernel: a refcount leak in Tegra clock init (tegra114_clock_init) caused by not calling of_node_put() on the node returned by of_find_matching_node(). The published fixes add the missing of_node_put() to release the node when no longer needed. Affected component i...

6AI score0.00247EPSS
SaveExploits0References9
OSV
OSV
added 2025/12/30 12:08 p.m.13 views

CVE-2022-50823 clk: tegra: Fix refcount leak in tegra114_clock_init

In the Linux kernel, the following vulnerability has been resolved: clk: tegra: Fix refcount leak in tegra114clockinit offindmatchingnode returns a node pointer with refcount incremented, we should use ofnodeput on it when not need anymore. Add missing ofnodeput to avoid refcount leak...

6.3AI score
SaveExploits0References12
Rows per page
Query Builder