Lucene search
+L

1583 matches found

OSV
OSV
added 2025/12/30 1:16 p.m.8 views

UBUNTU-CVE-2023-54224

In the Linux kernel, the following vulnerability has been resolved: btrfs: fix lockdep splat and potential deadlock after failure running delayed items When running delayed items we are holding a delayed node's mutex and then we will attempt to modify a subvolume btree to insert/update/delete the...

5.7AI score0.00175EPSS
SaveExploits0References11
Tenable Nessus
Tenable Nessus
added 2025/12/30 12:0 a.m.4 views

Unity Linux 20.1060e / 20.1070e Security Update: kernel (UTSA-2025-992226)

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2025-992226 advisory. In the Linux kernel, the following vulnerability has been resolved: orangefs: Fix kmemleak in orangefskernel,clientdebuginit When insert and remove the orangefs...

5.5CVSS6.1AI score0.00146EPSS
SaveExploits0References4
Tenable Nessus
Tenable Nessus
added 2025/12/26 12:0 a.m.4 views

Linux Distros Unpatched Vulnerability : CVE-2022-50779

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - orangefs: Fix kmemleak in orangefspreparedebugfshelpstring When insert and remove the orangefs module, then debughelpstring will be leaked: unreferenced object...

5.8AI score0.00253EPSS
SaveExploits0References2
EUVD
EUVD
added 2025/12/24 3:30 p.m.7 views

EUVD-2023-60276

In the Linux kernel, the following vulnerability has been resolved: ubifs: Fix memleak when insertoldidx failed Following process will cause a memleak for copied up znode: dirtycowznode zn = copyznodec, znode; err = insertoldidxc, zbr-lnum, zbr-offs; if unlikelyerr return ERRPTRerr; // No one...

5.9AI score0.00175EPSS
SaveExploits0References9
NVD
NVD
added 2025/12/24 1:16 p.m.8 views

CVE-2023-54050

In the Linux kernel, the following vulnerability has been resolved: ubifs: Fix memleak when insertoldidx failed Following process will cause a memleak for copied up znode: dirtycowznode zn = copyznodec, znode; err = insertoldidxc, zbr-lnum, zbr-offs; if unlikelyerr return ERRPTRerr; // No one...

7.8CVSS0.00175EPSS
SaveExploits0References8
UbuntuCve
UbuntuCve
added 2025/12/24 1:16 p.m.5 views

CVE-2023-54050

In the Linux kernel, the following vulnerability has been resolved: ubifs: Fix memleak when insertoldidx failed Following process will cause a memleak for copied up znode: dirtycowznode zn = copyznodec, znode; err = insertoldidxc, zbr-lnum, zbr-offs; if unlikelyerr return ERRPTRerr; // No one...

7.8CVSS5.7AI score0.00175EPSS
SaveExploits0References9
OSV
OSV
added 2025/12/24 1:16 p.m.7 views

UBUNTU-CVE-2023-54050

In the Linux kernel, the following vulnerability has been resolved: ubifs: Fix memleak when insertoldidx failed Following process will cause a memleak for copied up znode: dirtycowznode zn = copyznodec, znode; err = insertoldidxc, zbr-lnum, zbr-offs; if unlikelyerr return ERRPTRerr; // No one...

7.8CVSS5.7AI score0.00175EPSS
SaveExploits0References10
UbuntuCve
UbuntuCve
added 2025/12/24 1:16 p.m.3 views

CVE-2022-50779

In the Linux kernel, the following vulnerability has been resolved: orangefs: Fix kmemleak in orangefspreparedebugfshelpstring When insert and remove the orangefs module, then debughelpstring will be leaked: unreferenced object 0xffff8881652ba000 size 4096: comm "insmod", pid 1701, jiffies...

5.9AI score0.00253EPSS
SaveExploits0References10
OSV
OSV
added 2025/12/24 1:16 p.m.6 views

UBUNTU-CVE-2023-54063

In the Linux kernel, the following vulnerability has been resolved: fs/ntfs3: Fix OOB read in indxinsertintobuffer Syzbot reported a OOB read bug: BUG: KASAN: slab-out-of-bounds in indxinsertintobuffer+0xaa3/0x13b0 fs/ntfs3/index.c:1755 Read of size 17168 at addr ffff8880255e06c0 by task...

7.8CVSS5.7AI score0.0017EPSS
SaveExploits0References7
CVE
CVE
added 2025/12/24 12:23 p.m.20 views

CVE-2023-54063

CVE-2023-54063 is an Linux kernel vulnerability affecting the ntfs3 filesystem code path. The issue is an out-of-bounds read in fs/ntfs3/index.c: indx_insert_into_buffer, caused by an incorrect INDEX_BUFFER pointer within struct indx_node when __le32 fields do not align with STRUCT INDEX_HDR tota...

7.8CVSS6.1AI score0.0017EPSS
SaveExploits0References5
OSV
OSV
added 2025/12/24 12:23 p.m.5 views

CVE-2023-54063 fs/ntfs3: Fix OOB read in indx_insert_into_buffer

In the Linux kernel, the following vulnerability has been resolved: fs/ntfs3: Fix OOB read in indxinsertintobuffer Syzbot reported a OOB read bug: BUG: KASAN: slab-out-of-bounds in indxinsertintobuffer+0xaa3/0x13b0 fs/ntfs3/index.c:1755 Read of size 17168 at addr ffff8880255e06c0 by task...

7.8CVSS6.3AI score
SaveExploits0References8
CVE
CVE
added 2025/12/24 12:23 p.m.34 views

CVE-2023-54050

In CVE-2023-54050, the Linux kernel ubifs code had a memleak on failure of insert_old_idx() during znode handling. The repro path shows: dirty_cow_znode -> zn = copy_znode(...) -> err = insert_old_idx(...); if (unlikely(err)) return ERR_PTR(err); The leak occurs for the copied znode when th...

7.8CVSS6AI score0.00175EPSS
SaveExploits0References8
Cvelist
Cvelist
added 2025/12/24 12:23 p.m.35 views

CVE-2023-54050 ubifs: Fix memleak when insert_old_idx() failed

In the Linux kernel, the following vulnerability has been resolved: ubifs: Fix memleak when insertoldidx failed Following process will cause a memleak for copied up znode: dirtycowznode zn = copyznodec, znode; err = insertoldidxc, zbr-lnum, zbr-offs; if unlikelyerr return ERRPTRerr; // No one...

7.8CVSS0.00175EPSS
SaveExploits0References8
OSV
OSV
added 2025/12/24 12:23 p.m.8 views

CVE-2023-54050 ubifs: Fix memleak when insert_old_idx() failed

In the Linux kernel, the following vulnerability has been resolved: ubifs: Fix memleak when insertoldidx failed Following process will cause a memleak for copied up znode: dirtycowznode zn = copyznodec, znode; err = insertoldidxc, zbr-lnum, zbr-offs; if unlikelyerr return ERRPTRerr; // No one...

7.8CVSS6.3AI score
SaveExploits0References11
RedhatCVE
RedhatCVE
added 2025/12/24 9:39 a.m.19 views

CVE-2025-14163

The Premium Addons for Elementor plugin for WordPress is vulnerable to Cross-Site Request Forgery in all versions up to, and including, 4.11.53. This is due to missing nonce validation in the 'insertinnertemplate' function. This makes it possible for unauthenticated attackers to create arbitrary...

4.3CVSS5.3AI score0.00136EPSS
SaveExploits0References1
Positive Technologies
Positive Technologies
added 2025/12/24 12:0 a.m.14 views

PT-2025-53048

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description A memory leak issue was resolved in the Linux kernel related to the UBI file system. The issue occurs when the insert old idx function fails during a specific process involving znode...

7.8CVSS6.2AI score0.00853EPSS
SaveExploits2References899
EUVD
EUVD
added 2025/12/23 12:30 p.m.8 views

EUVD-2025-204783

The Premium Addons for Elementor plugin for WordPress is vulnerable to Cross-Site Request Forgery in all versions up to, and including, 4.11.53. This is due to missing nonce validation in the 'insertinnertemplate' function. This makes it possible for unauthenticated attackers to create arbitrary...

4.3CVSS4.8AI score0.00136EPSS
SaveExploits0References5
OSV
OSV
added 2025/12/23 10:15 a.m.5 views

CVE-2025-14163

The Premium Addons for Elementor plugin for WordPress is vulnerable to Cross-Site Request Forgery in all versions up to, and including, 4.11.53. This is due to missing nonce validation in the 'insertinnertemplate' function. This makes it possible for unauthenticated attackers to create arbitrary...

4.3CVSS5.7AI score0.00136EPSS
SaveExploits0References4
CVE
CVE
added 2025/12/23 9:20 a.m.23 views

CVE-2025-14163

CVE-2025-14163 : The Premium Addons for Elementor plugin for WordPress is vulnerable to Cross-Site Request Forgery due to missing nonce validation in insert_inner_template. This enables unauthenticated attackers to forge requests and cause creation of arbitrary Elementor templates, by tricking a ...

4.3CVSS4.9AI score0.00136EPSS
SaveExploits0References5Affected Software1
Vulnrichment
Vulnrichment
added 2025/12/23 9:20 a.m.4 views

CVE-2025-14163 Premium Addons for Elementor <= 4.11.53 - Cross-Site Request Forgery via 'insert_inner_template'

The Premium Addons for Elementor plugin for WordPress is vulnerable to Cross-Site Request Forgery in all versions up to, and including, 4.11.53. This is due to missing nonce validation in the 'insertinnertemplate' function. This makes it possible for unauthenticated attackers to create arbitrary...

4.3CVSS4.9AI score0.00136EPSS
SaveExploits0References5
Rows per page
Query Builder