IE 存在document.open()方式地址欺骗漏洞
程序员文章站
2022-05-12 23:45:37
受影响系统:
Microsoft Internet Explorer 7.0
Microsoft Internet Explorer 6.0 SP1
Microsoft Internet Explorer 6.0
Microsoft Internet Explorer 5.0.1... 08-10-08...
受影响系统:
microsoft internet explorer 7.0
microsoft internet explorer 6.0 sp1
microsoft internet explorer 6.0
microsoft internet explorer 5.0.1 sp4
描述:
--------------------------------------------------------------------------------
bugtraq id: 24911
cve(can) id: cve-2007-3826
internet explorer是微软发布的非常流行的web浏览器。
ie的document.open()方式实现机制上存在漏洞,远程攻击者可能利用此漏洞进行地址欺骗攻击。
ie没有正确地调用document.open()方式,如果用户在地址栏中手动输入了url并在调用onbeforeunload之前反复地调用了这个函数,就会导致页面无法跳转过去,但地址栏中显示的是目标url栏,因此用户可能误以为正在访问其他的站点,这有助于钓鱼类的攻击。
<*来源:michal zalewski (lcamtuf@echelon.pl)
链接:http://secunia.com/advisories/26069/
http://lists.grok.org.uk/pipermail/full-disclosure/2007-july/064636.html
http://www.microsoft.com/technet/security/bulletin/ms07-057.mspx?pf=true
http://www.us-cert.gov/cas/techalerts/ta07-282a.html
*>
建议:
--------------------------------------------------------------------------------
厂商补丁:
microsoft
---------
microsoft已经为此发布了一个安全公告(ms07-057)以及相应补丁:
ms07-057:cumulative security update for internet explorer (939653)
链接:http://www.microsoft.com/technet/security/bulletin/ms07-057.mspx?pf=true
microsoft internet explorer 7.0
microsoft internet explorer 6.0 sp1
microsoft internet explorer 6.0
microsoft internet explorer 5.0.1 sp4
描述:
--------------------------------------------------------------------------------
bugtraq id: 24911
cve(can) id: cve-2007-3826
internet explorer是微软发布的非常流行的web浏览器。
ie的document.open()方式实现机制上存在漏洞,远程攻击者可能利用此漏洞进行地址欺骗攻击。
ie没有正确地调用document.open()方式,如果用户在地址栏中手动输入了url并在调用onbeforeunload之前反复地调用了这个函数,就会导致页面无法跳转过去,但地址栏中显示的是目标url栏,因此用户可能误以为正在访问其他的站点,这有助于钓鱼类的攻击。
<*来源:michal zalewski (lcamtuf@echelon.pl)
链接:http://secunia.com/advisories/26069/
http://lists.grok.org.uk/pipermail/full-disclosure/2007-july/064636.html
http://www.microsoft.com/technet/security/bulletin/ms07-057.mspx?pf=true
http://www.us-cert.gov/cas/techalerts/ta07-282a.html
*>
建议:
--------------------------------------------------------------------------------
厂商补丁:
microsoft
---------
microsoft已经为此发布了一个安全公告(ms07-057)以及相应补丁:
ms07-057:cumulative security update for internet explorer (939653)
链接:http://www.microsoft.com/technet/security/bulletin/ms07-057.mspx?pf=true
上一篇: 正则表达式的基本语法