Lucene search
+L

5216 matches found

CVE
CVE
added 2025/12/09 12:00 a.m.35 views

CVE-2022-50641

CVE-2022-50641 is documented in connected advisories as a Linux kernel issue in the omap_ssi driver. The root cause is a refcount leak in ssi_probe when control flow exits a for_each_available_child_of_node() loop without releasing the child node. The fix requires explicitly calling of_node_put()...

6.2AI score0.00233EPSS
SaveExploits0References9
OSV
OSV
added 2025/12/09 12:00 a.m.9 views

CVE-2022-50641 HSI: omap_ssi: Fix refcount leak in ssi_probe

In the Linux kernel, the following vulnerability has been resolved: HSI: omapssi: Fix refcount leak in ssiprobe When returning or breaking early from a foreachavailablechildofnode loop, we need to explicitly call ofnodeput on the child node to possibly release the node...

6.4AI score
SaveExploits0References12
Cvelist
Cvelist
added 2025/12/09 12:00 a.m.35 views

CVE-2022-50641 HSI: omap_ssi: Fix refcount leak in ssi_probe

In the Linux kernel, the following vulnerability has been resolved: HSI: omapssi: Fix refcount leak in ssiprobe When returning or breaking early from a foreachavailablechildofnode loop, we need to explicitly call ofnodeput on the child node to possibly release the node...

0.00233EPSS
SaveExploits0References9
Positive Technologies
Positive Technologies
added 2025/12/09 12:00 a.m.8 views

PT-2025-49733

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description A resource leak exists in the MBHC Multi-channel High-definition Codec component removal process within the ASoC ALSA system on chip codecs of the Linux kernel. Specifically, MBHC...

7.1AI score0.00241EPSS
SaveExploits0
Tenable Nessus
Tenable Nessus
added 2025/12/09 12:00 a.m.4 views

Linux Distros Unpatched Vulnerability : CVE-2022-50634

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - power: supply: cw2015: Fix potential null-ptr-deref in cwbatprobe cwbatprobe calls createsinglethreadworkqueue and not checked the ret value, which may return...

6.1AI score0.00193EPSS
SaveExploits0References3
Positive Technologies
Positive Technologies
added 2025/12/09 12:00 a.m.19 views

PT-2025-49691

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description A memory leak exists in the ipw2200 driver within the Linux kernel. Specifically, the issue occurs in the ipw wdev init function, where memory allocated within the function is not releas...

7.8CVSS6.8AI score0.0094EPSS
SaveExploits2References898
Positive Technologies
Positive Technologies
added 2025/12/09 12:00 a.m.10 views

PT-2025-49615

Name of the Vulnerable Software and Affected Versions Linux kernel versions prior to 6.0.0-rc3-00007-gdcf8e5633e2e Description The Linux kernel contains a flaw in the powerpc/kprobes subsystem. Specifically, a null pointer dereference can occur in the arch prepare kprobe function when handling...

7.8CVSS6.7AI score0.0094EPSS
SaveExploits2References909
Positive Technologies
Positive Technologies
added 2025/12/09 12:00 a.m.6 views

PT-2025-49639

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description A memory leak exists in the dln2 probe function within the kernel's MFD Multiple Function Device driver for DLN2 devices. Specifically, when dln2 setup rx urbs fails during the probe...

6.2AI score0.00032EPSS
SaveExploits0References10
Positive Technologies
Positive Technologies
added 2025/12/09 12:00 a.m.9 views

PT-2025-49694

In the Linux kernel, the following vulnerability has been resolved: net: stmmac: fix possible memory leak in stmmac dvr probe The bitmap free should be called to free priv-af xdp zc qps when create singlethread workqueue fails, otherwise there will be a memory leak, so we add the err path error w...

6.4AI score0.00234EPSS
SaveExploits0References4
Tenable Nessus
Tenable Nessus
added 2025/12/09 12:00 a.m.3 views

Linux Distros Unpatched Vulnerability : CVE-2022-50663

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - net: stmmac: fix possible memory leak in stmmacdvrprobe The bitmapfree should be called to free priv-afxdpzcqps when createsinglethreadworkqueue fails, otherwis...

5.3AI score0.00234EPSS
SaveExploits0References3
Tenable Nessus
Tenable Nessus
added 2025/12/09 12:00 a.m.7 views

Linux Distros Unpatched Vulnerability : CVE-2023-53744

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - soc: ti: pm33xx: Fix refcount leak in am33xxpmprobe wkupm3ipcget takes refcount, which should be freed by wkupm3ipcput. Add missing refcount release in the erro...

5.6AI score0.002EPSS
SaveExploits0References3
EUVD
EUVD
added 2025/12/08 3:31 a.m.9 views

EUVD-2023-60060

In the Linux kernel, the following vulnerability has been resolved: regmap-irq: Fix out-of-bounds access when allocating config buffers When allocating the 2D array for handling IRQ type registers in regmapaddirqchipfwnode, the intent is to allocate a matrix with numconfigbases rows and...

5.8AI score0.00142EPSS
SaveExploits0References4
EUVD
EUVD
added 2025/12/08 3:31 a.m.10 views

EUVD-2023-60084

In the Linux kernel, the following vulnerability has been resolved: soc: ti: pm33xx: Fix refcount leak in am33xxpmprobe wkupm3ipcget takes refcount, which should be freed by wkupm3ipcput. Add missing refcount release in the error paths...

5.9AI score0.002EPSS
SaveExploits0References7
NVD
NVD
added 2025/12/08 2:15 a.m.9 views

CVE-2023-53744

In the Linux kernel, the following vulnerability has been resolved: soc: ti: pm33xx: Fix refcount leak in am33xxpmprobe wkupm3ipcget takes refcount, which should be freed by wkupm3ipcput. Add missing refcount release in the error paths...

0.002EPSS
SaveExploits0References6
OSV
OSV
added 2025/12/08 2:15 a.m.4 views

DEBIAN-CVE-2023-53744

In the Linux kernel, the following vulnerability has been resolved: soc: ti: pm33xx: Fix refcount leak in am33xxpmprobe wkupm3ipcget takes refcount, which should be freed by wkupm3ipcput. Add missing refcount release in the error paths...

5.3AI score0.002EPSS
SaveExploits0References1
OSV
OSV
added 2025/12/08 2:15 a.m.10 views

UBUNTU-CVE-2023-53757

In the Linux kernel, the following vulnerability has been resolved: irqchip/irq-mvebu-gicp: Fix refcount leak in mvebugicpprobe 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...

5.9AI score0.00191EPSS
SaveExploits0References11
OSV
OSV
added 2025/12/08 1:19 a.m.12 views

CVE-2023-53757 irqchip/irq-mvebu-gicp: Fix refcount leak in mvebu_gicp_probe

In the Linux kernel, the following vulnerability has been resolved: irqchip/irq-mvebu-gicp: Fix refcount leak in mvebugicpprobe 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
SaveExploits0References11
Cvelist
Cvelist
added 2025/12/08 1:19 a.m.51 views

CVE-2023-53757 irqchip/irq-mvebu-gicp: Fix refcount leak in mvebu_gicp_probe

In the Linux kernel, the following vulnerability has been resolved: irqchip/irq-mvebu-gicp: Fix refcount leak in mvebugicpprobe 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.00191EPSS
SaveExploits0References8
Debian CVE
Debian CVE
added 2025/12/08 1:19 a.m.15 views

CVE-2023-53744

In the Linux kernel, the following vulnerability has been resolved: soc: ti: pm33xx: Fix refcount leak in am33xxpmprobe wkupm3ipcget takes refcount, which should be freed by wkupm3ipcput. Add missing refcount release in the error paths...

5.3AI score0.002EPSS
SaveExploits0
CVE
CVE
added 2025/12/08 1:19 a.m.29 views

CVE-2023-53744

CVE-2023-53744 affects the Linux kernel TI AM33xx PM domain (soc: ti: pm33xx). Root cause: a refcount leak in wkup_m3_ipc_get() path not balanced by wkup_m3_ipc_put() in error paths, leaving a refcount increment unreleased during probe failure. The issue is resolved by adding the missing refcount...

6.1AI score0.002EPSS
SaveExploits0References6
Rows per page
Query Builder