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

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

缺陷编号:wooyun-2014-089500

漏洞标题:百度卫士拒绝服务系列之五

相关厂商:百度

漏洞作者: 路人甲

提交时间:2014-12-31 15:18

修复时间:2015-03-31 15:20

公开时间:2015-03-31 15:20

漏洞类型:拒绝服务

危害等级:中

自评Rank:10

漏洞状态:厂商已经确认

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

Tags标签:

4人收藏 收藏
分享漏洞:


漏洞详情

披露状态:

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

简要描述:

还是转型,classcastexception导致崩溃

详细说明:

$r5 = (android.net.Uri) $r4,<com.dianxinos.optimizer.module.mms.transaction.MmsSystemEventReceiver: void onReceive(android.content.Context,android.content.Intent)>


public void onReceive(Context arg4, Intent arg5) {
if(grw.a()) {
String string = arg5.getAction();
if(!TextUtils.isEmpty(((CharSequence)string))) {
if(string.equals("android.intent.action.CONTENT_CHANGED")) {
dws.b().c().a((Uri)arg5.getParcelableExtra("deleted_contents"));
}


漏洞证明:

E/AndroidRuntime(11575): FATAL EXCEPTION: main
E/AndroidRuntime(11575): java.lang.RuntimeException: Unable to start receiver com.dianxinos.optimizer.module.mms.transaction.MmsSystemEventReceiver: java.lang.ClassCastException: android.app.ActivityManager$RunningTaskInfo cannot be cast to android.net.Uri
E/AndroidRuntime(11575): at android.app.ActivityThread.handleReceiver(ActivityThread.java:2591)
E/AndroidRuntime(11575): at android.app.ActivityThread.access$1500(ActivityThread.java:171)
E/AndroidRuntime(11575): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1469)
E/AndroidRuntime(11575): at android.os.Handler.dispatchMessage(Handler.java:107)
E/AndroidRuntime(11575): at android.os.Looper.loop(Looper.java:194)
E/AndroidRuntime(11575): at android.app.ActivityThread.main(ActivityThread.java:5468)
E/AndroidRuntime(11575): at java.lang.reflect.Method.invokeNative(Native Method)
E/AndroidRuntime(11575): at java.lang.reflect.Method.invoke(Method.java:525)
E/AndroidRuntime(11575): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:936)
E/AndroidRuntime(11575): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:703)
E/AndroidRuntime(11575): at dalvik.system.NativeStart.main(Native Method)
E/AndroidRuntime(11575): Caused by: java.lang.ClassCastException: android.app.ActivityManager$RunningTaskInfo cannot be cast to android.net.Uri
E/AndroidRuntime(11575): at com.dianxinos.optimizer.module.mms.transaction.MmsSystemEventReceiver.onReceive(MmsSystemEventReceiver.java:78)
E/AndroidRuntime(11575): at android.app.ActivityThread.handleReceiver(ActivityThread.java:2584)
E/AndroidRuntime(11575): ... 10 more


crash5.jpg

修复方案:

类型检查

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


漏洞回应

厂商回应:

危害等级:中

漏洞Rank:10

确认时间:2014-12-31 16:41

厂商回复:

感谢提交,已通知业务部门处理

最新状态:

暂无