Lucene search
+L

5523 matches found

CNNVD
CNNVD
added 2024/11/18 12:00 a.m.7 views

TRCore DVC 安全漏洞

TRCore DVC is a file insurance system from TRCore China. TRCore DVC suffers from a file upload vulnerability, which stems from unrestricted upload file types, and can be exploited by an attacker to upload arbitrary files to any directory, and achieve arbitrary code execution by uploading a webshe...

9.8CVSS8AI score0.01349EPSS
SaveExploits0References2
CVE
CVE
added 2024/11/16 4:29 a.m.194 views

CVE-2024-8856

The WP Time Capsule Backup and Staging plugin for WordPress is affected by CVE-2024-8856 (versions ≤ 1.22.21). The vulnerability arises from missing file type validation in UploadHandler.php and lack of direct file access restrictions, allowing unauthenticated remote arbitrary file uploads and po...

9.8CVSS9.8AI score0.93797EPSS
SaveIn wildExploits7References5Affected Software1
OSV
OSV
added 2024/11/15 11:15 a.m.3 views

DEBIAN-CVE-2021-3838

DomPDF before version 2.0.0 is vulnerable to PHAR deserialization due to a lack of checking on the protocol before passing it into the filegetcontents function. An attacker who can upload files of any type to the server can pass in the phar:// protocol to unserialize the uploaded file and...

9.8CVSS9.2AI score0.01392EPSS
SaveExploits1References1
Vulnrichment
Vulnrichment
added 2024/11/15 12:00 a.m.15 views

CVE-2024-50652

A file upload vulnerability in javashop 1.0 allows attackers to upload arbitrary files by modifying the avatar function...

7.2AI score0.00282EPSS
SaveExploits1References2
Cvelist
Cvelist
added 2024/11/14 6:13 p.m.28 views

CVE-2024-52370 WordPress Hive Support – WordPress Help Desk, Live Chat & AI Chat Bot Plugin for WordPress plugin <= 1.1.1 - Arbitrary File Upload vulnerability

Unrestricted Upload of File with Dangerous Type vulnerability in Hive Support Hive Support hive-support allows Upload a Web Shell to a Web Server.This issue affects Hive Support: from n/a through = 1.1.1...

9.9CVSS0.00478EPSS
SaveExploits0References1
Vulnrichment
Vulnrichment
added 2024/11/14 6:12 p.m.14 views

CVE-2024-52372 WordPress Easy CSV Importer plugin <= 7.0.0 - Arbitrary File Upload vulnerability

Unrestricted Upload of File with Dangerous Type vulnerability in WebTechGlobal Easy CSV Importer BETA easy-csv-importer allows Upload a Web Shell to a Web Server.This issue affects Easy CSV Importer BETA: from n/a through = 7.0.0...

10CVSS7.2AI score0.00496EPSS
SaveExploits0References1
CVE
CVE
added 2024/11/14 6:09 p.m.71 views

CVE-2024-52375

CVE-2024-52375 describes an Unrestricted Upload of File with Dangerous Type in the WordPress plugin Datasets Manager by Arttia Creative (affected: versions up to and including 1.5). The underlying issue is improper validation of uploaded file types, allowing arbitrary files to be uploaded (e.g., ...

10CVSS7.2AI score0.0135EPSS
SaveExploits1References1
CNNVD
CNNVD
added 2024/11/14 12:00 a.m.9 views

WordPress plugin Sage AI: Chatbots, OpenAI GPT-4 Bulk Articles, Dalle-3 Image Generation 代码问题漏洞

WordPress and the WordPress plugin are both products of the WordPress Foundation.WordPress is a blogging platform developed using the PHP language. WordPress plugin is an application plugin that supports personal blog sites on PHP and MySQL servers. WordPress plugin Sage AI: Chatbots, OpenAI GPT-...

9.9CVSS8.1AI score0.00478EPSS
SaveExploits0References1
CNNVD
CNNVD
added 2024/11/14 12:00 a.m.10 views

Java-springboot-codebase 代码问题漏洞

Java-springboot-codebase is a collection of Java and Spring Boot code snippets, applications, and projects from osama individual developers. A code issue vulnerability exists in Java-springboot-codebase that stems from allowing files to be uploaded without proper authentication or restrictions...

8.7CVSS6.9AI score0.03222EPSS
SaveExploits3References2
Drupal
Drupal
added 2024/11/13 12:00 a.m.16 views

POST File - Critical - Cross Site Scripting, Arbitrary PHP code execution - SA-CONTRIB-2024-060

The module creates an endpoint on the site at /postfile/upload that accepts a POST request for uploading a single file into a specified file system public, private, etc. This module accepts any uploaded file extension, including dangerous file formats so it can be used to bypass the...

5.4CVSS6.9AI score0.00231EPSS
SaveExploits0References6
Drupal
Drupal
added 2024/11/13 12:00 a.m.24 views

POST File - Moderately critical - Cross Site Request Forgery - SA-CONTRIB-2024-059

The module creates an endpoint on the site at /postfile/upload that accepts a POST request for uploading a single file into a specified file system public, private, etc. The module doesn't sufficiently protect against Cross Site Request Forgery under allowing an attacker to trick a site user into...

3.1CVSS7AI score0.00137EPSS
SaveExploits0References6
Huntr
Huntr
added 2024/11/11 7:53 a.m.12 views

Exception unhandled, lead to server crash

Description In node js express, if exception is uncaught, the server will crash. fs module sometimes throw exception when dealing with file upload. Unauth user can send something to the server trigger the exception lead to server crash. Proof of Concept import requests import random import string...

7.5CVSS7.7AI score0.00901EPSS
SaveExploits1
CNNVD
CNNVD
added 2024/11/11 12:00 a.m.9 views

WordPress plugin The Novel Design Store Directory 代码问题漏洞

WordPress and the WordPress plugin are both products of the WordPress Foundation. WordPress is a blogging platform developed in the PHP language. The platform supports setting up personal blog sites on servers with PHP and MySQL.WordPress plugin is an application plugin. A code issue vulnerabilit...

10CVSS8.2AI score0.01499EPSS
SaveExploits1References1
CNNVD
CNNVD
added 2024/11/09 12:00 a.m.9 views

WordPress plugin WooCommerce Support Ticket System 代码问题漏洞

WordPress and WordPress plugin are both products of the WordPress Foundation.WordPress is a blogging platform developed in the PHP language. The platform supports personal blog sites on PHP and MySQL servers.WordPress plugin is an application plugin. A code issue vulnerability exists in WordPress...

9.8CVSS8.4AI score0.00853EPSS
SaveExploits0References2
Huntr
Huntr
added 2024/11/06 6:23 a.m.10 views

Not limitation of upload file size, lead to server crash

Description librechat use multer, which is a middleware which handles streaming multipart fileupload. If use in memory storagemulter by default, can do not limit the upload file size, when handling big file, server will crash for out of memory. Attacker with no privilege can exploit this. Proof o...

7.5CVSS7.8AI score0.00525EPSS
SaveExploits1
Cvelist
Cvelist
added 2024/11/04 3:31 p.m.25 views

CVE-2024-10765 Codezips Online Institute Management System profile.php unrestricted upload

A vulnerability classified as critical was found in Codezips Online Institute Management System up to 1.0. This vulnerability affects unknown code of the file /profile.php. The manipulation of the argument oldimage leads to unrestricted upload. The attack can be initiated remotely. The exploit ha...

6.5CVSS0.00534EPSS
SaveExploits1References4
GithubExploit
GithubExploit
added 2024/11/02 2:49 p.m.385 views

Exploit for Unrestricted Upload of File with Dangerous Type in Chamilo Chamilo_Lms

Chamilo CVE-2023-4220 Exploit La vulnerabilidad CVE-2023-42...

8.1CVSS7.1AI score0.76084EPSS
SaveExploits26
CNVD
CNVD
added 2024/10/31 12:00 a.m.6 views

Guizhou small code technology limited company jpress exist file upload vulnerability

jpress is a complete Java CMS web management system. Ltd. jpress has a file upload vulnerability, which can be exploited by attackers to obtain sensitive information such as user cookies by uploading files...

6.6AI score
SaveExploits0
Patchstack
Patchstack
added 2024/10/30 8:28 p.m.6 views

WordPress AI Power: Complete AI Pack plugin <= 1.8.89 - Unauthenticated Arbitrary File Upload vulnerability

Unauthenticated Arbitrary File Upload vulnerability discovered by vgo0 in WordPress Plugin GPT3 AI Content Writer versions = 1.8.89...

9.8CVSS7AI score0.1499EPSS
SaveExploits0References1Affected Software1
Vulnrichment
Vulnrichment
added 2024/10/30 12:00 a.m.12 views

CVE-2024-48202

icecms =3.4.7 has a File Upload vulnerability in FileUtils.java,uploadFile...

6.9AI score0.00638EPSS
SaveExploits1References1
Rows per page
Query Builder