Lucene search
K

1444 matches found

Tenable Nessus
Tenable Nessus
added 2025/12/30 12:0 a.m.1 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.00021EPSS
Exploits0References4
Tenable Nessus
Tenable Nessus
added 2025/12/26 12:0 a.m.2 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...

6.2AI score0.0007EPSS
Exploits0References2
EUVD
EUVD
added 2025/12/24 3:30 p.m.2 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.0004EPSS
Exploits0References9
NVD
NVD
added 2025/12/24 1:16 p.m.2 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...

0.0004EPSS
Exploits0References8
UbuntuCve
UbuntuCve
added 2025/12/24 1:16 p.m.0 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...

6AI score0.0007EPSS
Exploits0References10
OSV
OSV
added 2025/12/24 1:16 p.m.0 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...

5.7AI score0.00029EPSS
Exploits0References7
UbuntuCve
UbuntuCve
added 2025/12/24 1:16 p.m.1 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...

5.9AI score0.0004EPSS
Exploits0References9
OSV
OSV
added 2025/12/24 1:16 p.m.1 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...

5.7AI score0.0004EPSS
Exploits0References10
OSV
OSV
added 2025/12/24 12:23 p.m.1 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...

6.3AI score0.00029EPSS
Exploits0References8
CVE
CVE
added 2025/12/24 12:23 p.m.6 views

CVE-2023-54063

CVE-2023-54063 affects the Linux kernel’s fs/ntfs3 driver. The issue is an OOB read in indx_insert_into_buffer caused by an incorrect __le32 value in a struct INDEX_BUFFER being compared to the total in struct INDEX_HDR, enabling an out-of-bounds memmove in the index insertion path (indx_insert_i...

6.1AI score0.00029EPSS
Exploits0References5
Cvelist
Cvelist
added 2025/12/24 12:23 p.m.22 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...

0.0004EPSS
Exploits0References8
OSV
OSV
added 2025/12/24 12:23 p.m.3 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...

6.3AI score0.0004EPSS
Exploits0References11
CVE
CVE
added 2025/12/24 12:23 p.m.9 views

CVE-2023-54050

CVE-2023-54050 (Linux kernel) : The issue concerns a memleak in UBIFS on error during insert_old_idx, triggered after copy_znode() allocation and before metadata cleanup. The fix splits resource allocation and znode replacement more clearly and orders cleanup so the old index insertion does not l...

6AI score0.0004EPSS
Exploits0References8
RedhatCVE
RedhatCVE
added 2025/12/24 9:39 a.m.3 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.0002EPSS
Exploits0References1
Positive Technologies
Positive Technologies
added 2025/12/24 12:0 a.m.0 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.00249EPSS
Exploits2References899
EUVD
EUVD
added 2025/12/23 12:30 p.m.2 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.0002EPSS
Exploits0References5
OSV
OSV
added 2025/12/23 10:15 a.m.1 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 score
Exploits0References4
Cvelist
Cvelist
added 2025/12/23 9:20 a.m.22 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.3CVSS0.0002EPSS
Exploits0References5
Vulnrichment
Vulnrichment
added 2025/12/23 9:20 a.m.1 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.0002EPSS
Exploits0References5
CVE
CVE
added 2025/12/23 9:20 a.m.9 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.0002EPSS
Exploits0References5Affected Software1
Rows per page
Query Builder