vendor:
Software Index
by:
indoushka
7,5
CVSS
HIGH
File Upload Vulnerability
434
CWE
Product Name: Software Index
Affected Version From: N/A
Affected Version To: N/A
Patch Exists: NO
Related CWE: N/A
CPE: N/A
Metasploit:
N/A
Other Scripts:
N/A
Tags: N/A
CVSS Metrics: N/A
Nuclei References:
N/A
Nuclei Metadata: N/A
Platforms Tested: Windows
2010
Up
A file upload vulnerability is a vulnerability that allows an attacker to upload malicious files to a web application. This vulnerability exists in the form of an input field in the web application that allows users to upload files from their local machine to the web server. In this case, the vulnerable web application is http://www.p30vel.ir/Software-Index-P30vel.ir/siteadmin/doupload.php, which allows users to upload files with the extensions .php, .png, .bmp, .jpeg, and .gif. An attacker can exploit this vulnerability by uploading a malicious file to the web server, which can then be used to execute arbitrary code on the server.
Mitigation:
To mitigate this vulnerability, the web application should only allow users to upload files with specific extensions, and should also validate the file type and content before allowing it to be uploaded. Additionally, the web application should also restrict the size of the file that can be uploaded.