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

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

缺陷编号:wooyun-2013-021336

漏洞标题:百度贴吧绕过屏蔽敏感词(专注贴吧挖洞30年第三发)

相关厂商:百度

漏洞作者: erevus

提交时间:2013-04-07 10:27

修复时间:2013-05-22 10:28

公开时间:2013-05-22 10:28

漏洞类型:恶意信息传播

危害等级:低

自评Rank:5

漏洞状态:厂商已经确认

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

Tags标签:

4人收藏 收藏
分享漏洞:


漏洞详情

披露状态:

2013-04-07: 细节已通知厂商并且等待厂商处理中
2013-04-07: 厂商已经确认,细节仅向厂商公开
2013-04-17: 细节向核心白帽子及相关领域专家公开
2013-04-27: 细节向普通白帽子公开
2013-05-07: 细节向实习白帽子公开
2013-05-22: 细节向公众公开

简要描述:

这次能神马内容都发了...据说连载3次有礼物?
写代码很辛苦啊有木有!!1

详细说明:

看代码看代码

function encode(v) {
var d;
//plane 1-14 (\u10000-\ueffff), 0x2400=-0xDC00+0x10000, UserScript#150073
if(v[1]) d=((v.charCodeAt(0)-0xd800)<<10)+v.charCodeAt(1)+0x2400;
else d=v.charCodeAt();
v='x'+(d+65536).toString(16).substr(1);
if(/8964/.test(v)) v=d.toString(); // WTF!
return '&#'+v+'&#59;;';
}
function entity(e,t){
//characters in CJK Unified Ideographs original set (4E00-9FFF) that are forced to be converted to simplified Chinese characters; plus characters in all plane 0 CJK blocks that are improperly converted to other characters
t='&[^;]+;|('+(t?t+'|':'')+'[\ud800-\udb7f][\udc00-\udfff])';
t=new RegExp(t,'g');
return e.replace(/(^|>)([^<]*)/g,function(v,g1,g2){ // strip tags
return g1+g2.replace(t,function(v,g){
if(g) return g.replace(/./g,encode);
return v;
});
});
}

漏洞证明:

自己看去http://tieba.baidu.com/p/2255071189

QQ截图20130406211131.jpg

修复方案:

你比我懂

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


漏洞回应

厂商回应:

危害等级:低

漏洞Rank:3

确认时间:2013-04-07 19:19

厂商回复:

感谢提交,已联系业务部门处理!

最新状态:

暂无