PHP_crontab 漏洞,shopex 4.8.5.45144 \core\include_v5\crontab.php 远程shell写入漏洞

ShopEx网上商店平台软件系统又称网店管理系统、网店程序、网上购物系统、在线购物系统。

\core\include_v5\crontab.php (zend加密后的,我只发布解密后的代码)

01 public function run( )

02 {

03 $this->logFile = HOME_DIR."/logs/access.log.php";

04 $this->now = time( );

05 $this->viewStat( );

06 $messenger =& $this->loadModel( "system/messenger" );

07 $messenger->runQueue( );

08 }

09

10 public function viewStat( )

11 {

12 if ( !file_exists( $this->logFile ) )

13 {

14 file_put_contents( $this->logFile, "#<?php exit()?>\n" ); //囧之处!By:小翔

15 }

16 if ( isset( $_GET['action'] ) )

17 {

18 error_log( $this->now."\t".$_GET['action']."\t".$_GET['p']."\n", 3, $this->logFile );//没有任何过滤,By:小翔

shopex 4.8.5.45144

厂商补丁:

ShopEx.cn

------------------

目前厂商还没有提供补丁或者升级程序,我们建议使用此软件的用户随时关注厂商的主页以获取最新版本:

www.ShopEx.cn

loading-bars.svg

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值