当前位置:WooYun >> 漏洞信息

漏洞概要 关注数(24) 关注此漏洞

缺陷编号:wooyun-2014-066736

漏洞标题:FengCMS直接getshell+SQL注入[demo已shell,管理密码已注]

相关厂商:FengCMS

漏洞作者: magerx

提交时间:2014-06-30 19:33

修复时间:2014-09-29 18:28

公开时间:2014-09-29 18:28

漏洞类型:SQL注射漏洞

危害等级:高

自评Rank:20

漏洞状态:已交由第三方合作机构(cncert国家互联网应急中心)处理

漏洞来源: http://www.wooyun.org,如有疑问或需要帮助请联系 [email protected]

Tags标签:

4人收藏 收藏
分享漏洞:


漏洞详情

披露状态:

2014-06-30: 细节已通知厂商并且等待厂商处理中
2014-07-05: 厂商已经确认,细节仅向厂商公开
2014-07-08: 细节向第三方安全合作伙伴开放
2014-08-29: 细节向核心白帽子及相关领域专家公开
2014-09-08: 细节向普通白帽子公开
2014-09-18: 细节向实习白帽子公开
2014-09-29: 细节向公众公开

简要描述:

测试

详细说明:

首先admin.php

<?php
defined('TPL_INCLUDE') or die( 'Restricted access');
if($_SESSION['manage']==""){
echo '<meta http-equiv="refresh" content="0;url=login.php">';
}
?>


权限验证问题,导致诸多漏洞
1、getshell
/app/controller/tplmanageController.php:67行

public function save(){ echo json_encode(M($this->model)->save($_POST)); }

save():/app/model/tplmanageModel.php,51行

public function save($array){ $files=$this->pathset($array['name'],$array['project']); if($array['type']==0){ if(file_exists($files))return array('status' => 'e');} if(file_put_contents($files,$array['content'])){ return array('status' => 'y','project' => $array['project']); }else{ return array('status' => 'n','project' => $array['project']); } } }


2、SQL注入
app/controller/classifyController.php
50行

public function sorts(){ $where=$_GET['classid']?'classid="'.$_GET['classid'].'"':'classid="0"'; return $this->display("classify/sorts.html",array("classify" => M($this->model)->findall($where))); }


用官网论坛admin号称将该cms运用到极致的demo来测试下:

QQ20140630-1.png


getshell:

QQ20140630-3.png


SQL注入:

QQ20140630-4.png

漏洞证明:

getshell:

QQ20140630-3.png


SQL注入:

QQ20140630-4.png

修复方案:

额。

版权声明:转载请注明来源 magerx@乌云


漏洞回应

厂商回应:

危害等级:高

漏洞Rank:13

确认时间:2014-07-05 08:56

厂商回复:

CNVD通过原理核验确认所述情况(未进行实例复现),已经由CNVD通过公开联系渠道向软件生产厂商 地方网络工作室通报,guf5**

最新状态:

暂无