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

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

缺陷编号:wooyun-2012-016287

漏洞标题:新浪 [分享到微博]按钮 存有Dom XSS

相关厂商:新浪

漏洞作者: insight-labs

提交时间:2012-12-20 17:35

修复时间:2013-02-03 17:36

公开时间:2013-02-03 17:36

漏洞类型:xss跨站脚本攻击

危害等级:中

自评Rank:8

漏洞状态:厂商已经确认

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

Tags标签:

4人收藏 收藏
分享漏洞:


漏洞详情

披露状态:

2012-12-20: 细节已通知厂商并且等待厂商处理中
2012-12-20: 厂商已经确认,细节仅向厂商公开
2012-12-30: 细节向核心白帽子及相关领域专家公开
2013-01-09: 细节向普通白帽子公开
2013-01-19: 细节向实习白帽子公开
2013-02-03: 细节向公众公开

简要描述:

新浪 [分享到微博]按钮 存有Dom XSS

详细说明:

问题出在
http://tjs.sjs.sinajs.cn/t35/apps/opent/js/widget/share_btn_iframe.js
<div class="type'+getQuery("type")+(getQuery("count")==1?" showNum":"")+'">
看下 getQuery function
function getQuery(a)
{
var b=new RegExp("(^|&)"+a+"=([^&]*)(&|$)");
var c=window.location.search.substr(1).match(b);
return c!=null?c[2]:""
}
[0]=url
[1]=appkey
[2]=type
[3]=ralateUid
[4]=language
Location.search得到type变量返回的value直接输出导致XSS
http://hits.sinajs.cn/A1/weiboshare.html?url=&count=3"><script>alert("hip_test")</script>

漏洞证明:

1.jpg

修复方案:

过滤
EX:encodeURIComponent

版权声明:转载请注明来源 insight-labs@乌云


漏洞回应

厂商回应:

危害等级:低

漏洞Rank:1

确认时间:2012-12-20 17:41

厂商回复:

感谢提供,我们马上处理,
.sinajs.cn 域名下的反射型跨站,没有实际危害。

最新状态:

暂无