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

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

缺陷编号:wooyun-2012-08515

漏洞标题:游天下注册验证短信无限制发送

相关厂商:游天下

漏洞作者: zhk

提交时间:2012-06-19 23:25

修复时间:2012-08-03 23:26

公开时间:2012-08-03 23:26

漏洞类型:网络设计缺陷/逻辑错误

危害等级:低

自评Rank:3

漏洞状态:厂商已经确认

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

Tags标签:

4人收藏 收藏
分享漏洞:


漏洞详情

披露状态:

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

简要描述:

游天下注册验证短信无限制发送

详细说明:

https://passport.youtx.com/
view-source:https://passport.youtx.com/user/regist/

function SendCode (Mobile) {
var that = this;
var cellphonenum = Mobile;
$.getJSON("/profile/Ajax/AjaxReg.aspx", { "type": "CheckTelephone", "cellphonenum": cellphonenum,'t':Math.random() }, function (data) {
// $.cookie('Reg', '2', { path: '/', domain: 'youtx.com', expires: 30 });
Regs='a';
if(data.result=='2.2')
{
$('#CellphoneNumber').parent().next().css('visibility','visible');
$('#CellphoneNumber').parent().next().html(data.text);
}
else{
$('#CellphoneNumber').parent().next().html('');
LeftTime(30);
}
});
$('#SendCellphoneButton').removeAttr('disabled');
}

漏洞证明:

https://passport.youtx.com/profile/Ajax/AjaxReg.aspx?type=CheckTelephone&cellphonenum=手机号码

修复方案:

加限制

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


漏洞回应

厂商回应:

危害等级:低

漏洞Rank:5

确认时间:2012-06-20 11:28

厂商回复:

同一手机号每天有5次限制

最新状态:

暂无