header-logo
Suggest Exploit
vendor:
ProTaxi Enterprise
by:
Ihsan Sencan
8,8
CVSS
HIGH
Arbitrary File Upload
434
CWE
Product Name: ProTaxi Enterprise
Affected Version From: 3.5
Affected Version To: 3.5
Patch Exists: NO
Related CWE: N/A
CPE: a:alstrasoft:protaxi_enterprise:3.5
Metasploit: N/A
Other Scripts: N/A
Tags: N/A
CVSS Metrics: N/A
Nuclei References: N/A
Nuclei Metadata: N/A
Platforms Tested: Win7 x64, Kali Linux x64
2017

Alstrasoft ProTaxi Enterprise v3.5 Script – Arbitrary File Upload

Alstrasoft ProTaxi Enterprise v3.5 is vulnerable to an arbitrary file upload vulnerability. An attacker can register as a passenger member and upload a malicious file via the 'My Profile upload photo.php' page. The malicious file is then accessible via the 'public/uploads/....php' path. If the attacker uploads a new file, the previous file is deleted.

Mitigation:

Ensure that user-supplied files are validated and filtered before being uploaded to the server.
Source

Exploit-DB raw data:

# # # # # 
# Exploit Title: Alstrasoft ProTaxi Enterprise v3.5 Script - Arbitrary File Upload
# Google Dork: N/A
# Date: 04.02.2017
# Vendor Homepage: http://www.alstrasoft.com/
# Software Buy: http://www.alstrasoft.com/protaxi-uber-clone.htm
# Demo: http://propertycarrots.com/taxi/public/user/signin
# Version: 3.5
# Tested on: Win7 x64, Kali Linux x64
# # # # # 
# Exploit Author: Ihsan Sencan
# Author Web: http://ihsan.net
# Author Mail : ihsan[beygir]ihsan[nokta]net
# # # # #
# Exploit :
# Register as a passenger member.
# http://localhost/[PATH]/public/user/signup
# My Profile upload photo.php
# http://localhost/[PATH]/public/user/profile
# Right click on the photo to find the .php path.
# http://localhost/[PATH]/public/uploads/....php
# If you upload pictures again .php is deleted.
# # # # #