Lucene search
+L

437 matches found

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

UBUNTU-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.5CVSS6.1AI score0.00159EPSS
SaveExploits0References6
Cvelist
Cvelist
added 2025/06/18 11:3 a.m.15 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.00159EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2025/06/18 11:2 a.m.17 views

CVE-2022-50123 ASoC: mediatek: mt8173: Fix refcount leak in mt8173_rt5650_rt5676_dev_probe

In the Linux kernel, the following vulnerability has been resolved: ASoC: mediatek: mt8173: Fix refcount leak in mt8173rt5650rt5676devprobe ofparsephandle returns a node pointer with refcount incremented, we should use ofnodeput on it when not need anymore. Fix missing ofnodeput in error paths...

0.0016EPSS
SaveExploits0References8
CVE
CVE
added 2025/06/18 11:2 a.m.78 views

CVE-2022-50123

CVE-2022-50123 affects the Linux kernel ASoC Mediatek mt8173 stack (mt8173_rt5650_rt5676_dev_probe). Root cause: of_parse_phandle() returns a node pointer with an incremented refcount and missing of_node_put() in error paths, leading to a potential refcount leak. The connected advisories document...

5.5CVSS6.5AI score0.0016EPSS
SaveExploits0References8Affected Software1
OSV
OSV
added 2025/06/18 10:15 a.m.6 views

UBUNTU-CVE-2025-38057

In the Linux kernel, the following vulnerability has been resolved: espintcp: fix skb leaks A few error paths are missing a kfreeskb...

7.5CVSS6.2AI score0.00413EPSS
SaveExploits0References42
OSV
OSV
added 2025/06/18 9:33 a.m.7 views

CVE-2025-38057 espintcp: fix skb leaks

In the Linux kernel, the following vulnerability has been resolved: espintcp: fix skb leaks A few error paths are missing a kfreeskb...

7.5CVSS6.4AI score
SaveExploits0References9
Cvelist
Cvelist
added 2025/06/18 9:33 a.m.22 views

CVE-2025-38057 espintcp: fix skb leaks

In the Linux kernel, the following vulnerability has been resolved: espintcp: fix skb leaks A few error paths are missing a kfreeskb...

7.5CVSS0.00413EPSS
SaveExploits0References6
NVD
NVD
added 2025/05/09 7:16 a.m.11 views

CVE-2025-37874

In the Linux kernel, the following vulnerability has been resolved: net: ngbe: fix memory leak in ngbeprobe error path When ngbeswinit is called, memory is allocated for wx-rsskey in wxinitrsskey. However, in ngbeprobe function, the subsequent error paths after ngbeswinit don't free the rsskey. F...

5.5CVSS0.00297EPSS
SaveExploits0References4
OSV
OSV
added 2025/05/09 7:16 a.m.14 views

AZL-70141 CVE-2025-37856 affecting package kernel 5.15.200.1-1

In the Linux kernel, the following vulnerability has been resolved: btrfs: harden blockgroup::bglist against listdel races As far as I can tell, these calls of listdelinit on bglist cannot run concurrently with btrfsmarkbgunused or btrfsmarkbgtoreclaim, as they are in transaction error paths and...

7.8CVSS6.3AI score0.00282EPSS
SaveExploits0References1
OSV
OSV
added 2025/05/09 6:44 a.m.9 views

CVE-2025-37872 net: txgbe: fix memory leak in txgbe_probe() error path

In the Linux kernel, the following vulnerability has been resolved: net: txgbe: fix memory leak in txgbeprobe error path When txgbeswinit is called, memory is allocated for wx-rsskey in wxinitrsskey. However, in txgbeprobe function, the subsequent error paths after txgbeswinit don't free the...

6.1AI score
SaveExploits0References6
OSV
OSV
added 2025/05/01 3:16 p.m.1 views

DEBIAN-CVE-2022-49912

In the Linux kernel, the following vulnerability has been resolved: btrfs: fix ulist leaks in error paths of qgroup self tests In the testnosharedqgroup and testmultiplerefs qgroup self tests, if we fail to add the tree ref, remove the extent item or remove the extent ref, we are returning from t...

5.5CVSS5.3AI score0.00193EPSS
SaveExploits0References1
NVD
NVD
added 2025/05/01 3:16 p.m.20 views

CVE-2022-49912

In the Linux kernel, the following vulnerability has been resolved: btrfs: fix ulist leaks in error paths of qgroup self tests In the testnosharedqgroup and testmultiplerefs qgroup self tests, if we fail to add the tree ref, remove the extent item or remove the extent ref, we are returning from t...

5.5CVSS0.00193EPSS
SaveExploits0References8
CVE
CVE
added 2025/05/01 2:10 p.m.67 views

CVE-2022-49912

CVE-2022-49912 is a Linux kernel vulnerability affecting btrfs qgroup self tests, where the old_roots ulist could leak on error paths when failing to add tree refs or remove extent data. The fix ensures the ulist is freed (ulist_free) before returning from the test paths, mitigating the leak. No ...

5.5CVSS6.5AI score0.00193EPSS
SaveExploits0References8Affected Software1
Debian CVE
Debian CVE
added 2025/05/01 2:10 p.m.7 views

CVE-2022-49912

In the Linux kernel, the following vulnerability has been resolved: btrfs: fix ulist leaks in error paths of qgroup self tests In the testnosharedqgroup and testmultiplerefs qgroup self tests, if we fail to add the tree ref, remove the extent item or remove the extent ref, we are returning from t...

5.5CVSS5.3AI score0.00193EPSS
SaveExploits0
SUSE CVE
SUSE CVE
added 2025/03/28 3:37 a.m.6 views

SUSE CVE-2023-53012

In the Linux kernel, the following vulnerability has been resolved: thermal: core: call putdevice only after deviceregister fails putdevice shouldn't be called before a prior call to deviceregister. thermalcoolingdeviceregister doesn't follow that properly and needs fixing. Also...

5.5CVSS6.3AI score0.00192EPSS
SaveExploits0References3
OSV
OSV
added 2025/03/27 5:15 p.m.4 views

DEBIAN-CVE-2023-53012

In the Linux kernel, the following vulnerability has been resolved: thermal: core: call putdevice only after deviceregister fails putdevice shouldn't be called before a prior call to deviceregister. thermalcoolingdeviceregister doesn't follow that properly and needs fixing. Also...

5.5CVSS5.4AI score0.00192EPSS
SaveExploits0References1
OSV
OSV
added 2025/03/27 5:15 p.m.15 views

AZL-69482 CVE-2023-53012 affecting package kernel 5.15.200.1-1

In the Linux kernel, the following vulnerability has been resolved: thermal: core: call putdevice only after deviceregister fails putdevice shouldn't be called before a prior call to deviceregister. thermalcoolingdeviceregister doesn't follow that properly and needs fixing. Also...

5.5CVSS5.6AI score0.00192EPSS
SaveExploits0References1
OSV
OSV
added 2025/03/27 4:43 p.m.13 views

CVE-2023-53012 thermal: core: call put_device() only after device_register() fails

In the Linux kernel, the following vulnerability has been resolved: thermal: core: call putdevice only after deviceregister fails putdevice shouldn't be called before a prior call to deviceregister. thermalcoolingdeviceregister doesn't follow that properly and needs fixing. Also...

5AI score
SaveExploits0References6
Tenable Nessus
Tenable Nessus
added 2025/03/05 12:0 a.m.14 views

Linux Distros Unpatched Vulnerability : CVE-2024-47687

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - In the Linux kernel, the following vulnerability has been resolved: vdpa/mlx5: Fix invalid mr resource destroy Certain error paths from mlx5vdpadevadd can end u...

5.5CVSS5.7AI score0.00235EPSS
SaveExploits0References3
RedhatCVE
RedhatCVE
added 2025/02/28 4:12 a.m.9 views

CVE-2022-49373

In the Linux kernel, the following vulnerability has been resolved: watchdog: ts4800wdt: Fix refcount leak in ts4800wdtprobe ofparsephandle returns a node pointer with refcount incremented, we should use ofnodeput on it when done. Add missing ofnodeput in some error paths...

5.5CVSS6.7AI score0.00257EPSS
SaveExploits0References4
Rows per page
Query Builder