Lucene search
+L

4743 matches found

NVD
NVD
added 2025/06/18 11:15 a.m.11 views

CVE-2022-50157

In the Linux kernel, the following vulnerability has been resolved: PCI: microchip: Fix refcount leak in mcpcieinitirqdomains ofgetnextchild returns a node pointer with refcount incremented, so we should use ofnodeput on it when we don't need it anymore. mcpcieinitirqdomains only calls ofnodeput ...

5.5CVSS0.00165EPSS
SaveExploits0References4
NVD
NVD
added 2025/06/18 11:15 a.m.13 views

CVE-2022-50154

In the Linux kernel, the following vulnerability has been resolved: PCI: mediatek-gen3: Fix refcount leak in mtkpcieinitirqdomains ofgetchildbyname returns a node pointer with refcount incremented, so we should use ofnodeput on it when we don't need it anymore. Add missing ofnodeput to avoid...

5.5CVSS0.00165EPSS
SaveExploits0References4
OSV
OSV
added 2025/06/18 11:15 a.m.6 views

DEBIAN-CVE-2022-50157

In the Linux kernel, the following vulnerability has been resolved: PCI: microchip: Fix refcount leak in mcpcieinitirqdomains ofgetnextchild returns a node pointer with refcount incremented, so we should use ofnodeput on it when we don't need it anymore. mcpcieinitirqdomains only calls ofnodeput ...

5.5CVSS5.3AI score0.00165EPSS
SaveExploits0References1
OSV
OSV
added 2025/06/18 11:15 a.m.1 views

DEBIAN-CVE-2022-50146

In the Linux kernel, the following vulnerability has been resolved: PCI: dwc: Deallocate EPC memory on dwpcieepinit errors If dwpcieepinit fails to perform any action after the EPC memory is initialized and the MSI memory region is allocated, the latter parts won't be undone thus causing a memory...

5.5CVSS5.3AI score0.00165EPSS
SaveExploits0References1
OSV
OSV
added 2025/06/18 11:15 a.m.1 views

DEBIAN-CVE-2022-50045

In the Linux kernel, the following vulnerability has been resolved: powerpc/pci: Fix getphbnumber locking The recent change to getphbnumber causes a DEBUGATOMICSLEEP warning on some systems: BUG: sleeping function called from invalid context at kernel/locking/mutex.c:580 inatomic: 1, irqsdisabled...

5.5CVSS5.3AI score0.00126EPSS
SaveExploits0References1
OSV
OSV
added 2025/06/18 11:15 a.m.21 views

UBUNTU-CVE-2022-50146

In the Linux kernel, the following vulnerability has been resolved: PCI: dwc: Deallocate EPC memory on dwpcieepinit errors If dwpcieepinit fails to perform any action after the EPC memory is initialized and the MSI memory region is allocated, the latter parts won't be undone thus causing a memory...

5.5CVSS6.1AI score0.00165EPSS
SaveExploits0References7
OSV
OSV
added 2025/06/18 11:15 a.m.8 views

UBUNTU-CVE-2022-50143

In the Linux kernel, the following vulnerability has been resolved: intelth: Fix a resource leak in an error handling path If an error occurs after calling 'pciallocirqvectors', 'pcifreeirqvectors' must be called as already done in the remove function...

5.5CVSS6AI score0.00166EPSS
SaveExploits0References8
OSV
OSV
added 2025/06/18 11:15 a.m.8 views

UBUNTU-CVE-2022-50045

In the Linux kernel, the following vulnerability has been resolved: powerpc/pci: Fix getphbnumber locking The recent change to getphbnumber causes a DEBUGATOMICSLEEP warning on some systems: BUG: sleeping function called from invalid context at kernel/locking/mutex.c:580 inatomic: 1, irqsdisabled...

5.5CVSS6AI score0.00126EPSS
SaveExploits0References9
Cvelist
Cvelist
added 2025/06/18 11:3 a.m.16 views

CVE-2022-50157 PCI: microchip: Fix refcount leak in mc_pcie_init_irq_domains()

In the Linux kernel, the following vulnerability has been resolved: PCI: microchip: Fix refcount leak in mcpcieinitirqdomains ofgetnextchild returns a node pointer with refcount incremented, so we should use ofnodeput on it when we don't need it anymore. mcpcieinitirqdomains only calls ofnodeput ...

0.00165EPSS
SaveExploits0References4
CVE
CVE
added 2025/06/18 11:3 a.m.90 views

CVE-2022-50157

CVE-2022-50157 affects the Linux kernel PCI subsystem (PCI: microchip: Fix refcount leak in mc_pcie_init_irq_domains). The issue arises because of_get_next_child() returns a node pointer with the refcount incremented, and mc_pcie_init_irq_domains() fails to call of_node_put() in some error paths,...

5.5CVSS6.4AI score0.00165EPSS
SaveExploits0References4Affected Software1
Debian CVE
Debian CVE
added 2025/06/18 11:3 a.m.17 views

CVE-2022-50157

In the Linux kernel, the following vulnerability has been resolved: PCI: microchip: Fix refcount leak in mcpcieinitirqdomains ofgetnextchild returns a node pointer with refcount incremented, so we should use ofnodeput on it when we don't need it anymore. mcpcieinitirqdomains only calls ofnodeput ...

5.5CVSS5.3AI score0.00165EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2025/06/18 11:3 a.m.16 views

CVE-2022-50154

In the Linux kernel, the following vulnerability has been resolved: PCI: mediatek-gen3: Fix refcount leak in mtkpcieinitirqdomains ofgetchildbyname returns a node pointer with refcount incremented, so we should use ofnodeput on it when we don't need it anymore. Add missing ofnodeput to avoid...

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

CVE-2022-50154 PCI: mediatek-gen3: Fix refcount leak in mtk_pcie_init_irq_domains()

In the Linux kernel, the following vulnerability has been resolved: PCI: mediatek-gen3: Fix refcount leak in mtkpcieinitirqdomains ofgetchildbyname returns a node pointer with refcount incremented, so we should use ofnodeput on it when we don't need it anymore. Add missing ofnodeput to avoid...

5.9AI score
SaveExploits0References7
CVE
CVE
added 2025/06/18 11:3 a.m.101 views

CVE-2022-50154

CVE-2022-50154 (Linux kernel limit): The issue is a refcount leak in the Mediatek Gen3 PCI IRQ domain initialization. Specifically, of_get_child_by_name() returns a node pointer with a bumped refcount; the fix is to call of_node_put() when the node is no longer needed. Affected area: PCI subsyste...

5.5CVSS6.4AI score0.00165EPSS
SaveExploits0References4Affected Software1
OSV
OSV
added 2025/06/18 11:3 a.m.19 views

CVE-2022-50146 PCI: dwc: Deallocate EPC memory on dw_pcie_ep_init() errors

In the Linux kernel, the following vulnerability has been resolved: PCI: dwc: Deallocate EPC memory on dwpcieepinit errors If dwpcieepinit fails to perform any action after the EPC memory is initialized and the MSI memory region is allocated, the latter parts won't be undone thus causing a memory...

6AI score
SaveExploits0References8
Cvelist
Cvelist
added 2025/06/18 11:3 a.m.32 views

CVE-2022-50146 PCI: dwc: Deallocate EPC memory on dw_pcie_ep_init() errors

In the Linux kernel, the following vulnerability has been resolved: PCI: dwc: Deallocate EPC memory on dwpcieepinit errors If dwpcieepinit fails to perform any action after the EPC memory is initialized and the MSI memory region is allocated, the latter parts won't be undone thus causing a memory...

0.00165EPSS
SaveExploits0References5
Debian CVE
Debian CVE
added 2025/06/18 11:3 a.m.75 views

CVE-2022-50146

In the Linux kernel, the following vulnerability has been resolved: PCI: dwc: Deallocate EPC memory on dwpcieepinit errors If dwpcieepinit fails to perform any action after the EPC memory is initialized and the MSI memory region is allocated, the latter parts won't be undone thus causing a memory...

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

CVE-2022-50146

CVE-2022-50146 concerns the Linux kernel PCI-DWC stack. If dw_pcie_ep_init() initializes EPC memory and allocates MSI memory but fails to perform a subsequent action, the MSI region leak is not cleaned up, creating a memory leak. The fix, described in the commit log referenced by multiple advisor...

5.5CVSS6.5AI score0.00165EPSS
SaveExploits0References5Affected Software1
Debian CVE
Debian CVE
added 2025/06/18 11:1 a.m.21 views

CVE-2022-50045

In the Linux kernel, the following vulnerability has been resolved: powerpc/pci: Fix getphbnumber locking The recent change to getphbnumber causes a DEBUGATOMICSLEEP warning on some systems: BUG: sleeping function called from invalid context at kernel/locking/mutex.c:580 inatomic: 1, irqsdisabled...

5.5CVSS5.3AI score0.00126EPSS
SaveExploits0
NVD
NVD
added 2025/06/18 10:15 a.m.13 views

CVE-2025-38069

In the Linux kernel, the following vulnerability has been resolved: PCI: endpoint: pci-epf-test: Fix double free that causes kernel to oops Fix a kernel oops found while testing the stm32pcie Endpoint driver with handling of PERST deassertion: During EP initialization, pciepftestallocspace...

7.8CVSS0.00161EPSS
SaveExploits0References3
Rows per page
Query Builder