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

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

缺陷编号:wooyun-2015-090163

漏洞标题:新浪某监控系统源码泄漏可调用功能性API

相关厂商:新浪

漏洞作者: 路人甲

提交时间:2015-01-06 10:09

修复时间:2015-02-20 10:10

公开时间:2015-02-20 10:10

漏洞类型:敏感信息泄露

危害等级:中

自评Rank:8

漏洞状态:厂商已经确认

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

Tags标签:

4人收藏 收藏
分享漏洞:


漏洞详情

披露状态:

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

简要描述:

新浪某监控系统源码泄漏,可以外网访问。包含大量敏感信息

详细说明:

泄漏项目git地址
https://github.com/shuoshi/dagger_alarm
对应的在线地址:http://alarm.mix.sina.com.cn/
泄漏推送平台appid 和key
https://github.com/shuoshi/dagger_alarm/blob/master/app/report/controller/ClientController.php

define('APPKEY','OlmhhFzNS19UC1oO6aWES3');
define('APPID','EvwdJydwId6ycNVYBRx5N9');
define('MASTERSECRET','CSUV45HwVI7h2LEzRPj8p7');
define('HOST','http://sdk.open.api.igexin.com/apiex.htm');


泄漏短信发送平台账号
https://github.com/shuoshi/dagger_alarm/blob/f41155ee702b2599c39fffae1b0c22a6dce74cd5/model/WarningMessageModel.php

$str = 'user=general&password=nbaa8a2a1d5b981deacb8c1e2general&phone='.urlencode(implode(',', $phone)).'&msg='.urlencode($messageSend).'&level='.urlencode($submodule['level']);
$ret = Http::get("http://202.108.35.62/serverguard/SendV2.php?{$str}");
//http://202.108.35.62/serverguard/Send.php 也可以发送


内部推送接口消息泄漏
https://github.com/shuoshi/dagger_alarm/blob/master/app/report/controller/ClientController.php
(外网可以通过http://client.mix.sina.com.cn/api/push/send访问接口)

Http::post("http://i.client.mix.sina.com.cn/api/push/send", array("appid"=>"6486b4e9-8228-b83d-4b13-d54f-ebe5f170", "platform"=>"apns","apns_token"=>$token,"title"=>$content, "sound"=>$sound, "badeg"=>0, "otherdata"=>'{"from":"'.$from.'"}',  "debug"=>1), array("referer"=>"sina.com.cn"), 10);

漏洞证明:

发个短信测试一下

IMG_0317.PNG

修复方案:

下线项目,修改相关已经泄漏的信息

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


漏洞回应

厂商回应:

危害等级:中

漏洞Rank:5

确认时间:2015-01-06 16:07

厂商回复:

感谢关注新浪安全,漏洞修复中。

最新状态:

暂无