Lucene search
+L

70 matches found

Positive Technologies
Positive Technologies
added 2025/07/21 12:0 a.m.13 views

PT-2025-33754

Name of the Vulnerable Software and Affected Versions: Linux kernel affected versions not specified Description: The Linux kernel contains a use-after-free issue within the composite dev cleanup function. This occurs because a pointer, cdev-os desc req, may not be set to NULL after a kmalloc...

7.8CVSS6.9AI score0.00174EPSS
SaveExploits0
Positive Technologies
Positive Technologies
added 2025/06/26 12:0 a.m.5 views

PT-2025-33810

Name of the Vulnerable Software and Affected Versions: Linux kernel affected versions not specified Description: A memory leak was resolved in the fbtft framebuffer alloc function within the staging area of the Linux kernel. Specifically, memory allocated for info-pagerefs in fb deferred io init...

5.5CVSS6.1AI score0.0017EPSS
SaveExploits0
OSV
OSV
added 2025/06/18 11:2 a.m.9 views

CVE-2022-50135 RDMA/rxe: Fix BUG: KASAN: null-ptr-deref in rxe_qp_do_cleanup

In the Linux kernel, the following vulnerability has been resolved: RDMA/rxe: Fix BUG: KASAN: null-ptr-deref in rxeqpdocleanup The function rxecreateqp calls rxeqpfrominit. If some error occurs, the error handler of function rxeqpfrominit will set both scq and rcq to NULL. Then rxecreateqp calls...

5.8AI score
SaveExploits0References5
OSV
OSV
added 2025/06/10 11:49 a.m.3 views

BIT-MARIADB-MIN-2022-27377

MariaDB Server v10.6.3 and below was discovered to contain an use-after-free in the component Itemfuncin::cleanup, which is exploited via specially crafted SQL statements...

7.5CVSS7.3AI score0.02337EPSS
SaveExploits1References4
SUSE CVE
SUSE CVE
added 2025/05/10 2:53 a.m.4 views

SUSE CVE-2025-37842

In the Linux kernel, the following vulnerability has been resolved: spi: fsl-qspi: use devm function instead of driver remove Driver use devm APIs to manage clk/irq/resources and register the spi controller, but the legacy remove function will be called first during device detach and trigger kern...

5.5CVSS7.6AI score0.00261EPSS
SaveExploits0References16
OSV
OSV
added 2025/05/09 7:16 a.m.7 views

UBUNTU-CVE-2025-37847

In the Linux kernel, the following vulnerability has been resolved: accel/ivpu: Fix deadlock in ivpumscleanup Fix deadlock in ivpumscleanup by preventing runtime resume after filepriv-mslock is acquired. During a failure in runtime resume, a cold boot is executed, which calls ivpumscleanupall. Th...

5.5CVSS6.1AI score0.00198EPSS
SaveExploits0References10
OSV
OSV
added 2025/05/02 4:15 p.m.5 views

UBUNTU-CVE-2023-53098

In the Linux kernel, the following vulnerability has been resolved: media: rc: gpio-ir-recv: add remove function In case runtime PM is enabled, do runtime PM clean up to remove cpu latency qos request, otherwise driver removal may have below kernel dump: 19.463299 Unable to handle kernel NULL...

5.5CVSS6AI score0.00189EPSS
SaveExploits0References8
NVD
NVD
added 2025/05/01 3:16 p.m.20 views

CVE-2022-49926

In the Linux kernel, the following vulnerability has been resolved: net: dsa: Fix possible memory leaks in dsaloopinit kmemleak reported memory leaks in dsaloopinit: kmemleak: 12 new suspected memory leaks unreferenced object 0xffff8880138ce000 size 2048: comm "modprobe", pid 390, jiffies...

5.5CVSS0.00176EPSS
SaveExploits0References7
Cvelist
Cvelist
added 2025/05/01 2:10 p.m.24 views

CVE-2022-49904 net, neigh: Fix null-ptr-deref in neigh_table_clear()

In the Linux kernel, the following vulnerability has been resolved: net, neigh: Fix null-ptr-deref in neightableclear When IPv6 module gets initialized but hits an error in the middle, kenel panic with: KASAN: null-ptr-deref in range 0x0000000000000598-0x000000000000059f CPU: 1 PID: 361 Comm:...

0.00189EPSS
SaveExploits0References7
Positive Technologies
Positive Technologies
added 2025/03/25 12:0 a.m.7 views

PT-2025-20498

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description A deadlock issue in the Linux kernel has been resolved. The problem occurred in the ivpu ms cleanup function, which is called by ivpu ms cleanup all during a cold boot after a failure in...

5.5CVSS7.2AI score0.00198EPSS
SaveExploits0
Snyk
Snyk
added 2025/03/20 12:32 p.m.5 views

Directory Traversal

Overview aim is a super-easy way to record, search and compare AI experiments. Affected versions of this package are vulnerable to Directory Traversal via the LocalFileManager.cleanup function, by crafting a malicious glob-pattern that is not verified to be within the directory managed by...

8.7CVSS7.6AI score0.00953EPSS
SaveExploits1References2
NVD
NVD
added 2025/02/26 7:1 a.m.11 views

CVE-2022-49651

In the Linux kernel, the following vulnerability has been resolved: srcu: Tighten cleanupsrcustruct GP checks Currently, cleanupsrcustruct checks for a grace period in progress, but it does not check for a grace period that has not yet started but which might start at any time. Such a situation...

7.8CVSS0.00251EPSS
SaveExploits0References2
Vulnrichment
Vulnrichment
added 2025/02/26 2:10 a.m.1 views

CVE-2022-49310 char: xillybus: fix a refcount leak in cleanup_dev()

In the Linux kernel, the following vulnerability has been resolved: char: xillybus: fix a refcount leak in cleanupdev usbgetdev is called in xillyusbprobe. So it is better to call usbputdev before xdev is released...

6.4AI score0.00263EPSS
SaveExploits0References4
Positive Technologies
Positive Technologies
added 2025/01/01 12:0 a.m.5 views

PT-2025-36299

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description A null pointer dereference issue exists in the AMD display driver's DC module cleanup function dc destruct. When display control context construction fails, a pointer remains NULL. Durin...

5.5CVSS6.1AI score0.00143EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2024/12/27 3:2 p.m.7 views

CVE-2024-56642

In the Linux kernel, the following vulnerability has been resolved: tipc: Fix use-after-free of kernel socket in cleanupbearer. syzkaller reported a use-after-free of UDP kernel socket in cleanupbearer without repro. 01 When bearerdisable calls tipcudpdisable, cleanup of the UDP kernel socket is...

7.8CVSS5.8AI score0.00243EPSS
SaveExploits0
OSV
OSV
added 2024/08/17 9:15 a.m.5 views

UBUNTU-CVE-2024-42277

In the Linux kernel, the following vulnerability has been resolved: iommu: sprd: Avoid NULL deref in sprdiommuhwen In sprdiommucleanup before calling function sprdiommuhwen dom-sdev is equal to NULL, which leads to null dereference. Found by Linux Verification Center linuxtesting.org with SVACE...

5.5CVSS6AI score0.00226EPSS
SaveExploits0References18
OSV
OSV
added 2024/07/16 12:15 p.m.3 views

DEBIAN-CVE-2022-48776

In the Linux kernel, the following vulnerability has been resolved: mtd: parsers: qcom: Fix missing free for pparts in cleanup Mtdpart doesn't free pparts when a cleanup function is declared. Add missing free for pparts in cleanup function for smem to fix the leak...

5.5CVSS5.1AI score0.00225EPSS
SaveExploits0References1
OSV
OSV
added 2024/07/16 11:13 a.m.22 views

CVE-2022-48776 mtd: parsers: qcom: Fix missing free for pparts in cleanup

In the Linux kernel, the following vulnerability has been resolved: mtd: parsers: qcom: Fix missing free for pparts in cleanup Mtdpart doesn't free pparts when a cleanup function is declared. Add missing free for pparts in cleanup function for smem to fix the leak...

5.9AI score
SaveExploits0References6
Debian CVE
Debian CVE
added 2024/07/16 11:13 a.m.40 views

CVE-2022-48776

In the Linux kernel, the following vulnerability has been resolved: mtd: parsers: qcom: Fix missing free for pparts in cleanup Mtdpart doesn't free pparts when a cleanup function is declared. Add missing free for pparts in cleanup function for smem to fix the leak...

5.5CVSS5.1AI score0.00225EPSS
SaveExploits0
Xen Project
Xen Project
added 2024/05/07 5:12 p.m.60 views

Linux/xen-netfront: Memory leak due to missing cleanup function

ISSUE DESCRIPTION In netfront, xennetalloconerxbuffer failed to call the appropriate clean-up function, resulting in a memory leak. IMPACT A malicious guest userspace process can exhaust memory resources within the guest kernel, potentially leading to a guest crash Denial of Service. It is not...

7.5CVSS7.1AI score0.00772EPSS
SaveExploits0
Rows per page
Query Builder