CVE-2002-2072
Sun JRE 1.2.2 and 1.3.1 - Denial of Service via doPrivileged Method with Null Argument
Title source: llmExploitation Summary
EIP tracks 1 public exploit for CVE-2002-2072. PoCs published by Taeho Oh.
AI-analyzed exploit summary This exploit triggers a denial of service (DoS) in the Sun JVM by passing a null argument to `AccessController.doPrivileged()`, causing the JVM to crash. It is a minimal, valid Java program that demonstrates the vulnerability.
Description
java.security.AccessController in Sun Java Virtual Machine (JVM) in JRE 1.2.2 and 1.3.1 allows remote attackers to cause a denial of service (JVM crash) via a Java program that calls the doPrivileged method with a null argument.
Exploits (1)
This exploit triggers a denial of service (DoS) in the Sun JVM by passing a null argument to `AccessController.doPrivileged()`, causing the JVM to crash. It is a minimal, valid Java program that demonstrates the vulnerability.