Lucene search
K

Mail Form Pro 2 Shell Upload

🗓️ 16 Feb 2010 00:00:00Reported by EgoPLType 
packetstorm
 packetstorm
🔗 packetstormsecurity.com👁 24 Views

Mail Form Pro 2 Shell Upload vulnerability on multiple file attachment

Code
`  
  
  
  
  
# Exploit Title: Multiple File Attachments Mail Form Pro v2 - WebShell upload  
# Date: 16/02/2010  
# Author: EgoPL  
# Mail: [email protected]<mailto:[email protected]>  
# Software Link: http://activeden.net/item/multiple-file-attachments-mail-form-prov2/31262  
# Version: Pro V2  
# Tested on: Arch Linux + Apache but it's OS independent.  
  
#Exploit:  
The webapp uploads the attachments of the mail with 777 permissions so you can upload a webshell and use it etc  
  
Code  
if(!is_dir("./files")) mkdir("./files", 0755);  
move_uploaded_file($_FILES['Filedata']['tmp_name'], "./files/".$_FILES['Filedata']['name']);  
chmod("./files/".$_FILES['Filedata']['name'], 0777);  
  
That's the EPIC fail. You only need to upload a webshell and enter to it in the folder files.  
  
  
  
  
  
  
  
  
`

Data

Build on a solid foundation with Vulners data

We provide the essential building blocks for cybersecurity solutions with comprehensive, structured, and constantly updated vulnerability and exploits data

Api

Power your application with Vulners API

The Vulners REST API offers reliable, high-performance access to vulnerability intelligence, with 99.9% SLA uptime and CDN-backed data delivery for seamless global access

App

Assess and manage vulnerabilities with Vulners tools

Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation

16 Feb 2010 00:00Current
7.4High risk
Vulners AI Score7.4
24