Lucene search
+L

18540 matches found

OSV
OSV
added 2025/10/28 11:48 a.m.7 views

CVE-2025-40062 crypto: hisilicon/qm - set NULL to qm->debug.qm_diff_regs

In the Linux kernel, the following vulnerability has been resolved: crypto: hisilicon/qm - set NULL to qm-debug.qmdiffregs When the initialization of qm-debug.accdiffreg fails, the probe process does not exit. However, after qm-debug.qmdiffregs is freed, it is not set to NULL. This can lead to a...

6.4AI score
SaveExploits0References8
OSV
OSV
added 2025/10/28 11:48 a.m.8 views

CVE-2025-40055 ocfs2: fix double free in user_cluster_connect()

In the Linux kernel, the following vulnerability has been resolved: ocfs2: fix double free in userclusterconnect userclusterdisconnect frees "conn-ccprivate" which is "lc" but then the error handling frees "lc" a second time. Set "lc" to NULL on this path to avoid a double free...

6.6AI score
SaveExploits0References11
Cvelist
Cvelist
added 2025/10/28 11:48 a.m.23 views

CVE-2025-40055 ocfs2: fix double free in user_cluster_connect()

In the Linux kernel, the following vulnerability has been resolved: ocfs2: fix double free in userclusterconnect userclusterdisconnect frees "conn-ccprivate" which is "lc" but then the error handling frees "lc" a second time. Set "lc" to NULL on this path to avoid a double free...

0.00212EPSS
SaveExploits0References8
EUVD
EUVD
added 2025/10/28 11:48 a.m.7 views

EUVD-2025-36473

In the Linux kernel, the following vulnerability has been resolved: ocfs2: fix double free in userclusterconnect userclusterdisconnect frees "conn-ccprivate" which is "lc" but then the error handling frees "lc" a second time. Set "lc" to NULL on this path to avoid a double free...

6.1AI score0.00212EPSS
SaveExploits0References7
CVE
CVE
added 2025/10/28 11:48 a.m.27 views

CVE-2025-40055

CVE-2025-40055 affects the Linux kernel OCFS2, describing a double-free in the path handling user_cluster_connect(). The root cause is that user_cluster_disconnect() frees the same memory as conn->cc_private (the lc object) and the error handling frees lc again, leading to a double-free. The d...

6.3AI score0.00212EPSS
SaveExploits0References8
Debian CVE
Debian CVE
added 2025/10/28 11:48 a.m.14 views

CVE-2025-40055

In the Linux kernel, the following vulnerability has been resolved: ocfs2: fix double free in userclusterconnect userclusterdisconnect frees "conn-ccprivate" which is "lc" but then the error handling frees "lc" a second time. Set "lc" to NULL on this path to avoid a double free...

5.2AI score0.00212EPSS
SaveExploits0
EUVD
EUVD
added 2025/10/28 11:48 a.m.10 views

EUVD-2025-36482

In the Linux kernel, the following vulnerability has been resolved: iouring/zcrx: fix overshooting recv limit It's reported that sometimes a zcrx request can receive more than was requested. It's caused by iozcrxrecvskb adjusting desc-count for all received buffers including frag lists, but then...

6AI score0.00325EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2025/10/28 11:48 a.m.18 views

CVE-2025-40046 io_uring/zcrx: fix overshooting recv limit

In the Linux kernel, the following vulnerability has been resolved: iouring/zcrx: fix overshooting recv limit It's reported that sometimes a zcrx request can receive more than was requested. It's caused by iozcrxrecvskb adjusting desc-count for all received buffers including frag lists, but then...

8.6CVSS0.00325EPSS
SaveExploits0References2
CVE
CVE
added 2025/10/28 11:48 a.m.30 views

CVE-2025-40046

CVE-2025-40046 is a Linux kernel vulnerability in the io_uring zcrx path. The issue arises from io_zcrx_recv_skb() double-counting desc->count when handling frag lists, causing a recv limit overrun (buffers total > requested). This could impact availability (high) with limited confidentiali...

8.6CVSS6.1AI score0.00325EPSS
SaveExploits0References2
OSV
OSV
added 2025/10/28 11:48 a.m.10 views

CVE-2025-40046 io_uring/zcrx: fix overshooting recv limit

In the Linux kernel, the following vulnerability has been resolved: iouring/zcrx: fix overshooting recv limit It's reported that sometimes a zcrx request can receive more than was requested. It's caused by iozcrxrecvskb adjusting desc-count for all received buffers including frag lists, but then...

8.6CVSS6.5AI score
SaveExploits0References5
OSV
OSV
added 2025/10/28 10:15 a.m.8 views

AZL-68921 CVE-2025-40027 affecting package kernel for versions less than 6.6.112.1-2

In the Linux kernel, the following vulnerability has been resolved: net/9p: fix double req put in p9fdcancelled Syzkaller reports a KASAN issue as below: general protection fault, probably for non-canonical address 0xfbd59c0000000021: 0000 1 PREEMPT SMP KASAN NOPTI KASAN: maybe wild-memory-access...

7.8CVSS5.6AI score0.0015EPSS
SaveExploits0References1
NVD
NVD
added 2025/10/28 10:15 a.m.10 views

CVE-2025-40027

In the Linux kernel, the following vulnerability has been resolved: net/9p: fix double req put in p9fdcancelled Syzkaller reports a KASAN issue as below: general protection fault, probably for non-canonical address 0xfbd59c0000000021: 0000 1 PREEMPT SMP KASAN NOPTI KASAN: maybe wild-memory-access...

7.8CVSS0.0015EPSS
SaveExploits0References9
NVD
NVD
added 2025/10/28 10:15 a.m.15 views

CVE-2025-40028

In the Linux kernel, the following vulnerability has been resolved: binder: fix double-free in dbitmap A process might fail to allocate a new bitmap when trying to expand its proc-dmap. In that case, dbitmapgrow fails and frees the old bitmap via dbitmapfree. However, the driver calls dbitmapfree...

7.8CVSS0.00142EPSS
SaveExploits0References4
OSV
OSV
added 2025/10/28 10:15 a.m.12 views

UBUNTU-CVE-2025-40027

In the Linux kernel, the following vulnerability has been resolved: net/9p: fix double req put in p9fdcancelled Syzkaller reports a KASAN issue as below: general protection fault, probably for non-canonical address 0xfbd59c0000000021: 0000 1 PREEMPT SMP KASAN NOPTI KASAN: maybe wild-memory-access...

7.8CVSS5.7AI score0.0015EPSS
SaveExploits0References36
OSV
OSV
added 2025/10/28 10:15 a.m.9 views

UBUNTU-CVE-2025-40028

In the Linux kernel, the following vulnerability has been resolved: binder: fix double-free in dbitmap A process might fail to allocate a new bitmap when trying to expand its proc-dmap. In that case, dbitmapgrow fails and frees the old bitmap via dbitmapfree. However, the driver calls dbitmapfree...

7.8CVSS5.7AI score0.00142EPSS
SaveExploits0References9
Veracode
Veracode
added 2025/10/28 9:53 a.m.15 views

Deserialization Of Untrusted Data

h2o is vulnerable to Deserialization Of Untrusted Data. The vulnerability is due to improper handling of JDBC connection parameters with insufficient input validation, which allows an attacker to bypass regular expression checks using double URL encoding and subsequently read arbitrary files or...

9.8CVSS9.6AI score0.00919EPSS
SaveExploits1References4Affected Software2
Cvelist
Cvelist
added 2025/10/28 9:32 a.m.26 views

CVE-2025-40028 binder: fix double-free in dbitmap

In the Linux kernel, the following vulnerability has been resolved: binder: fix double-free in dbitmap A process might fail to allocate a new bitmap when trying to expand its proc-dmap. In that case, dbitmapgrow fails and frees the old bitmap via dbitmapfree. However, the driver calls dbitmapfree...

7.8CVSS0.00142EPSS
SaveExploits0References4
Debian CVE
Debian CVE
added 2025/10/28 9:32 a.m.16 views

CVE-2025-40028

In the Linux kernel, the following vulnerability has been resolved: binder: fix double-free in dbitmap A process might fail to allocate a new bitmap when trying to expand its proc-dmap. In that case, dbitmapgrow fails and frees the old bitmap via dbitmapfree. However, the driver calls dbitmapfree...

7.8CVSS5.2AI score0.00142EPSS
SaveExploits0
CVE
CVE
added 2025/10/28 9:32 a.m.37 views

CVE-2025-40028

The CVE-2025-40028 entry describes a Linux kernel vulnerability in the Binder subsystem related to dbitmap_management. When expanding proc->dmap, dbitmap_grow() may fail and free the old bitmap via dbitmap_free(), but the driver later frees the same bitmap again on process termination, causing...

7.8CVSS6AI score0.00142EPSS
SaveExploits0References4
OSV
OSV
added 2025/10/28 9:32 a.m.8 views

CVE-2025-40028 binder: fix double-free in dbitmap

In the Linux kernel, the following vulnerability has been resolved: binder: fix double-free in dbitmap A process might fail to allocate a new bitmap when trying to expand its proc-dmap. In that case, dbitmapgrow fails and frees the old bitmap via dbitmapfree. However, the driver calls dbitmapfree...

7.8CVSS6.4AI score
SaveExploits0References7
Rows per page
Query Builder