CVE-2003-1134
Sun Java 1.3.1, 1.4.1, 1.4.2 - Denial of Service via ClassDepth Null Parameter
Title source: llmExploitation Summary
EIP tracks 1 public exploit for CVE-2003-1134. PoCs published by Marc Schoenefeld.
AI-analyzed exploit summary This exploit demonstrates a vulnerability in the Sun Microsystems Java Virtual Machine's Security Manager implementation. The code triggers a crash by calling classDepth(null), which exploits a flaw in the Security Manager's handling of null parameters.
Description
Sun Java 1.3.1, 1.4.1, and 1.4.2 allows local users to cause a denial of service (JVM crash), possibly by calling the ClassDepth function with a null parameter, which causes a crash instead of generating a null pointer exception.
Exploits (1)
This exploit demonstrates a vulnerability in the Sun Microsystems Java Virtual Machine's Security Manager implementation. The code triggers a crash by calling classDepth(null), which exploits a flaw in the Security Manager's handling of null parameters.