Lucene search
+L

5343 matches found

OSV
OSV
added 2025/09/15 2:45 p.m.10 views

CVE-2022-50294 wifi: libertas: fix memory leak in lbs_init_adapter()

In the Linux kernel, the following vulnerability has been resolved: wifi: libertas: fix memory leak in lbsinitadapter When kfifoalloc failed in lbsinitadapter, cmd buffer is not released. Add free memory to processing error path...

6.4AI score
SaveExploits0References11
Cvelist
Cvelist
added 2025/09/15 2:21 p.m.11 views

CVE-2022-50289 ocfs2: fix memory leak in ocfs2_stack_glue_init()

In the Linux kernel, the following vulnerability has been resolved: ocfs2: fix memory leak in ocfs2stackglueinit ocfs2tableheader should be free in ocfs2stackglueinit if ocfs2sysfsinit failed, otherwise kmemleak will report memleak. BUG: memory leak unreferenced object 0xffff88810eeb5800 size 128...

0.00149EPSS
SaveExploits0References9
CVE
CVE
added 2025/09/15 2:21 p.m.34 views

CVE-2022-50289

CVE-2022-50289 concerns the Linux kernel OCFS2 subsystem. The provided advisories describe a memory leak in ocfs2_stack_glue_init() where ocfs2_table_header must be freed if ocfs2_sysfs_init() fails, to prevent a kmemleak-detected memleak. The root cause is the missing free path during initializa...

5.5CVSS6.3AI score0.00149EPSS
SaveExploits0References9Affected Software1
OSV
OSV
added 2025/09/15 2:21 p.m.6 views

CVE-2022-50289 ocfs2: fix memory leak in ocfs2_stack_glue_init()

In the Linux kernel, the following vulnerability has been resolved: ocfs2: fix memory leak in ocfs2stackglueinit ocfs2tableheader should be free in ocfs2stackglueinit if ocfs2sysfsinit failed, otherwise kmemleak will report memleak. BUG: memory leak unreferenced object 0xffff88810eeb5800 size 128...

6.4AI score
SaveExploits0References12
CVE
CVE
added 2025/09/15 2:21 p.m.34 views

CVE-2022-50284

CVE-2022-50284 affects the Linux kernel (init_mqueue_fs). If setup_mq_sysctls() fails, the mqueue_inode_cachep was not released, causing a memory leak. The issue was fixed by reordering the release path in init_mqueue_fs; upstream kernel patches exist to address this, with no explicit exploit det...

5.5CVSS6.1AI score0.00143EPSS
SaveExploits0References3Affected Software1
OSV
OSV
added 2025/09/15 2:21 p.m.9 views

CVE-2022-50284 ipc: fix memory leak in init_mqueue_fs()

In the Linux kernel, the following vulnerability has been resolved: ipc: fix memory leak in initmqueuefs When setupmqsysctls failed in initmqueuefs, mqueueinodecachep is not released. In order to fix this issue, the release path is reordered...

7.3AI score
SaveExploits0References6
CVE
CVE
added 2025/09/15 2:21 p.m.53 views

CVE-2022-50269

CVE-2022-50269 affects the Linux kernel (drm/vkms). Root cause: vkms_init() allocates a config with kmalloc and may leak if vkms_create() fails, since the return value isn’t checked before exiting. Impact: local attacker could cause memory leak during vkms module initialization. The fixed descrip...

5.5CVSS6.2AI score0.00145EPSS
SaveExploits0References4Affected Software1
OSV
OSV
added 2025/09/15 2:21 p.m.10 views

CVE-2022-50269 drm/vkms: Fix memory leak in vkms_init()

In the Linux kernel, the following vulnerability has been resolved: drm/vkms: Fix memory leak in vkmsinit A memory leak was reported after the vkms module install failed. unreferenced object 0xffff88810bc28520 size 16: comm "modprobe", pid 9662, jiffies 4298009455 age 42.590s hex dump first 16...

6.9AI score
SaveExploits0References7
CVE
CVE
added 2025/09/15 2:21 p.m.23 views

CVE-2022-50264

CVE-2022-50264 affects the Linux kernel clock subsystem, specifically the socfpga gate init path. The issue is a memory leak in the socfpga_clk/ops error path, corrected by freeing both the socfpga_clk and its ops on error. The vulnerability is categorized with a CVSS v3.1 base score of 5.5 (Medi...

5.5CVSS6.1AI score0.00146EPSS
SaveExploits0References6Affected Software1
OSV
OSV
added 2025/09/15 2:15 p.m.3 views

DEBIAN-CVE-2023-53190

In the Linux kernel, the following vulnerability has been resolved: vxlan: Fix memory leaks in error path The memory allocated by vxlanvnigroupinit is not freed in the error path, leading to memory leaks 1. Fix by calling vxlanvnigroupuninit in the error path. The leaks can be reproduced by...

5.5CVSS5.4AI score0.00162EPSS
SaveExploits0References1
OSV
OSV
added 2025/09/15 2:15 p.m.4 views

DEBIAN-CVE-2023-53168

In the Linux kernel, the following vulnerability has been resolved: usb: ucsiacpi: Increase the command completion timeout Commit 130a96d698d7 "usb: typec: ucsi: acpi: Increase command completion timeout value" increased the timeout from 5 seconds to 60 seconds due to issues related to alternate...

5.5CVSS5.4AI score0.00143EPSS
SaveExploits0References1
OSV
OSV
added 2025/09/15 2:15 p.m.1 views

DEBIAN-CVE-2022-50242

In the Linux kernel, the following vulnerability has been resolved: drivers: net: qlcnic: Fix potential memory leak in qlcnicsriovinit If vp alloc failed in qlcnicsriovinit, all previously allocated vp needs to be freed...

5.5CVSS5.3AI score0.00149EPSS
SaveExploits0References1
OSV
OSV
added 2025/09/15 2:15 p.m.4 views

DEBIAN-CVE-2022-50243

In the Linux kernel, the following vulnerability has been resolved: sctp: handle the error returned from sctpauthasocinitactivekey When it returns an error from sctpauthasocinitactivekey, the activekey is actually not updated. The old shkey will be freeed while it's still used as active key in...

7.8CVSS5.4AI score0.0015EPSS
SaveExploits0References1
OSV
OSV
added 2025/09/15 2:15 p.m.8 views

UBUNTU-CVE-2023-53190

In the Linux kernel, the following vulnerability has been resolved: vxlan: Fix memory leaks in error path The memory allocated by vxlanvnigroupinit is not freed in the error path, leading to memory leaks 1. Fix by calling vxlanvnigroupuninit in the error path. The leaks can be reproduced by...

5.5CVSS5.7AI score0.00162EPSS
SaveExploits0References6
OSV
OSV
added 2025/09/15 2:15 p.m.7 views

UBUNTU-CVE-2023-53195

In the Linux kernel, the following vulnerability has been resolved: mlxsw: minimal: fix potential memory leak in mlxswmlinecardsinit The line cards array is not freed in the error path of mlxswmlinecardsinit, which can lead to a memory leak. Fix by freeing the array in the error path, thereby...

5.5CVSS5.7AI score0.00143EPSS
SaveExploits0References6
OSV
OSV
added 2025/09/15 2:15 p.m.7 views

UBUNTU-CVE-2023-53168

In the Linux kernel, the following vulnerability has been resolved: usb: ucsiacpi: Increase the command completion timeout Commit 130a96d698d7 "usb: typec: ucsi: acpi: Increase command completion timeout value" increased the timeout from 5 seconds to 60 seconds due to issues related to alternate...

5.5CVSS5.9AI score0.00143EPSS
SaveExploits0References6
OSV
OSV
added 2025/09/15 2:15 p.m.5 views

UBUNTU-CVE-2022-50236

In the Linux kernel, the following vulnerability has been resolved: iommu/mediatek: Fix crash on isr after kexec If the system is rebooted via isr, the IRQ handler might be triggered before the domain is initialized. Resulting on an invalid memory access error. Fix: 0.500930 Unable to handle kern...

5.5CVSS5.7AI score0.00143EPSS
SaveExploits0References6
Cvelist
Cvelist
added 2025/09/15 2:6 p.m.17 views

CVE-2023-53195 mlxsw: minimal: fix potential memory leak in mlxsw_m_linecards_init

In the Linux kernel, the following vulnerability has been resolved: mlxsw: minimal: fix potential memory leak in mlxswmlinecardsinit The line cards array is not freed in the error path of mlxswmlinecardsinit, which can lead to a memory leak. Fix by freeing the array in the error path, thereby...

0.00143EPSS
SaveExploits0References3
CVE
CVE
added 2025/09/15 2:6 p.m.41 views

CVE-2023-53195

CVE-2023-53195 affects the Linux kernel mlxsw minimal subsystem. The vulnerability stems from a memory leak in mlxsw_m_linecards_init(), where the line cards array was not freed in the error path. The patch fixes this by freeing the array in the error path, making it equivalent to mlxsw_m_linecar...

5.5CVSS6AI score0.00143EPSS
SaveExploits0References3Affected Software1
CVE
CVE
added 2025/09/15 2:6 p.m.42 views

CVE-2023-53191

The CVE-2023-53191 vulnerability affects the Linux kernel code path irqchip/alpine-msi in alpine_msix_init_domains. The root cause is a refcount leak caused by not calling of_node_put() on the node returned by of_irq_find_parent() after it is no longer needed. A fix adds the missing of_node_put()...

5.5CVSS6AI score0.00146EPSS
SaveExploits0References8Affected Software1
Rows per page
Query Builder