Lucene search
+L

10037 matches found

CVE
CVE
added 2025/12/09 7:54 a.m.34 views

CVE-2025-14310

CVE-2025-14310 describes a classic buffer overflow in rethinkdb caused by a buffer copy without checking input size, affecting rethinkdb before 2.4.4. According to connected sources, the flaw can enable arbitrary code execution or denial of service, with high impact to confidentiality, integrity,...

9.3CVSS6.6AI score0.00393EPSS
SaveExploits0References1
Cvelist
Cvelist
added 2025/12/09 4:10 a.m.49 views

CVE-2025-40343 nvmet-fc: avoid scheduling association deletion twice

In the Linux kernel, the following vulnerability has been resolved: nvmet-fc: avoid scheduling association deletion twice When forcefully shutting down a port via the configfs interface, nvmetportsubsysdroplink first calls nvmetportdelctrls and then nvmetdisableport. Both functions will eventuall...

9.8CVSS0.00656EPSS
SaveExploits0References6
CVE
CVE
added 2025/12/09 4:10 a.m.34 views

CVE-2025-40343

CVE-2025-40343 affects the Linux kernel nvmet-fc component. When forcefully shutting down a port via configfs, nvmet_port_subsys_drop_link() calls nvmet_port_del_ctrls() and then nvmet_disable_port(), which both schedule deletion of remaining associations. The bug allows the first scheduled work ...

9.8CVSS5.9AI score0.00656EPSS
SaveExploits0References6
EUVD
EUVD
added 2025/12/09 3:31 a.m.7 views

EUVD-2022-55713

In the Linux kernel, the following vulnerability has been resolved: cifs: Fix xid leak in cifscopyfilerange If the file is used by swap, before return -EOPNOTSUPP, should free the xid, otherwise, the xid will be leaked...

6AI score0.00199EPSS
SaveExploits0References5
Cvelist
Cvelist
added 2025/12/09 1:30 a.m.41 views

CVE-2023-53860 dm: don't attempt to queue IO under RCU protection

In the Linux kernel, the following vulnerability has been resolved: dm: don't attempt to queue IO under RCU protection dm looks up the table for IO based on the request type, with an assumption that if the request is marked REQNOWAIT, it's fine to attempt to submit that IO while under RCU read lo...

7.8CVSS0.00184EPSS
SaveExploits0References3
Debian CVE
Debian CVE
added 2025/12/09 1:30 a.m.16 views

CVE-2023-53860

In the Linux kernel, the following vulnerability has been resolved: dm: don't attempt to queue IO under RCU protection dm looks up the table for IO based on the request type, with an assumption that if the request is marked REQNOWAIT, it's fine to attempt to submit that IO while under RCU read lo...

7.8CVSS5.2AI score0.00184EPSS
SaveExploits0
OSV
OSV
added 2025/12/09 1:30 a.m.7 views

CVE-2023-53860 dm: don't attempt to queue IO under RCU protection

In the Linux kernel, the following vulnerability has been resolved: dm: don't attempt to queue IO under RCU protection dm looks up the table for IO based on the request type, with an assumption that if the request is marked REQNOWAIT, it's fine to attempt to submit that IO while under RCU read lo...

7.8CVSS6.2AI score
SaveExploits0References6
Debian CVE
Debian CVE
added 2025/12/09 1:29 a.m.18 views

CVE-2023-53838

In the Linux kernel, the following vulnerability has been resolved: f2fs: synchronize atomic write aborts To fix a race condition between atomic write aborts, I use the inode lock and make COW inode to be re-usable thoroughout the whole atomic file inode lifetime...

7.8CVSS5.2AI score0.00192EPSS
SaveExploits0
Cvelist
Cvelist
added 2025/12/09 1:29 a.m.68 views

CVE-2023-53838 f2fs: synchronize atomic write aborts

In the Linux kernel, the following vulnerability has been resolved: f2fs: synchronize atomic write aborts To fix a race condition between atomic write aborts, I use the inode lock and make COW inode to be re-usable thoroughout the whole atomic file inode lifetime...

7.8CVSS0.00192EPSS
SaveExploits0References3
CVE
CVE
added 2025/12/09 1:29 a.m.40 views

CVE-2023-53838

Summary of CVE-2023-53838 (Linux kernel, f2fs): A race condition in the F2FS atomic write abort handling can cause inconsistent COW inode state. The mitigation fixes synchronization by using the inode lock and ensuring the Copy-On-Write (COW) inode is reusable for the entire lifetime of the atomi...

7.8CVSS6AI score0.00192EPSS
SaveExploits0References3
OSV
OSV
added 2025/12/09 1:29 a.m.13 views

CVE-2023-53838 f2fs: synchronize atomic write aborts

In the Linux kernel, the following vulnerability has been resolved: f2fs: synchronize atomic write aborts To fix a race condition between atomic write aborts, I use the inode lock and make COW inode to be re-usable thoroughout the whole atomic file inode lifetime...

7.8CVSS6.3AI score
SaveExploits0References6
Debian CVE
Debian CVE
added 2025/12/09 1:29 a.m.17 views

CVE-2022-50667

In the Linux kernel, the following vulnerability has been resolved: drm/vmwgfx: Fix memory leak in vmwmksstataddioctl If the copy of the description string from userspace fails, then the page for the instance descriptor doesn't get freed before returning -EFAULT, which leads to a memleak...

5.1AI score0.00238EPSS
SaveExploits0
Cvelist
Cvelist
added 2025/12/09 1:29 a.m.41 views

CVE-2022-50667 drm/vmwgfx: Fix memory leak in vmw_mksstat_add_ioctl()

In the Linux kernel, the following vulnerability has been resolved: drm/vmwgfx: Fix memory leak in vmwmksstataddioctl If the copy of the description string from userspace fails, then the page for the instance descriptor doesn't get freed before returning -EFAULT, which leads to a memleak...

0.00238EPSS
SaveExploits0References4
OSV
OSV
added 2025/12/09 1:29 a.m.10 views

CVE-2022-50667 drm/vmwgfx: Fix memory leak in vmw_mksstat_add_ioctl()

In the Linux kernel, the following vulnerability has been resolved: drm/vmwgfx: Fix memory leak in vmwmksstataddioctl If the copy of the description string from userspace fails, then the page for the instance descriptor doesn't get freed before returning -EFAULT, which leads to a memleak...

6.3AI score
SaveExploits0References7
CVE
CVE
added 2025/12/09 1:29 a.m.28 views

CVE-2022-50667

CVE-2022-50667 affects Linux kernel drm/vmwgfx: memory leak in vmw_mksstat_add_ioctl when copying a userspace description fails, causing a leak of the instance descriptor page. SUSE advisory SUSE-SU-2026:0317-1 (SUSE SLES15 SP5 kernel) lists CVE-2022-50667 among fixed issues, indicating a kernel ...

6AI score0.00238EPSS
SaveExploits0References4
CVE
CVE
added 2025/12/09 1:29 a.m.30 views

CVE-2022-50663

The CVE-2022-50663 entry relates to the Linux kernel net: stmmac driver. The vulnerability is a memory leak in stmmac_dvr_probe() where priv->af_xdp_zc_qps is not freed when create_singlethread_workqueue() fails; the fix adds a call to bitmap_free() and an error_wq_init path to prevent leaks. ...

6AI score0.00238EPSS
SaveExploits0References4
CVE
CVE
added 2025/12/09 1:29 a.m.31 views

CVE-2022-50661

The CVE-2022-50661 entry refers to a Linux kernel seccomp memory-leak in do_seccomp, where struct seccomp_filter and related objects were not freed in a failure path. The issue stems from where copy_seccomp() is released; a prior change moved release to a different path. The documented fix moves ...

5.9AI score0.00244EPSS
SaveExploits0References5
OSV
OSV
added 2025/12/09 1:29 a.m.12 views

CVE-2022-50661 seccomp: Move copy_seccomp() to no failure path.

In the Linux kernel, the following vulnerability has been resolved: seccomp: Move copyseccomp to no failure path. Our syzbot instance reported memory leaks in doseccomp 0, similar to the report 1. It shows that we miss freeing struct seccompfilter and some objects included in it. We can reproduce...

6.2AI score
SaveExploits0References8
Cvelist
Cvelist
added 2025/12/09 1:29 a.m.35 views

CVE-2022-50661 seccomp: Move copy_seccomp() to no failure path.

In the Linux kernel, the following vulnerability has been resolved: seccomp: Move copyseccomp to no failure path. Our syzbot instance reported memory leaks in doseccomp 0, similar to the report 1. It shows that we miss freeing struct seccompfilter and some objects included in it. We can reproduce...

0.00244EPSS
SaveExploits0References5
Debian CVE
Debian CVE
added 2025/12/09 1:29 a.m.12 views

CVE-2022-50661

In the Linux kernel, the following vulnerability has been resolved: seccomp: Move copyseccomp to no failure path. Our syzbot instance reported memory leaks in doseccomp 0, similar to the report 1. It shows that we miss freeing struct seccompfilter and some objects included in it. We can reproduce...

5.4AI score0.00244EPSS
SaveExploits0
Rows per page
Query Builder