CVE-2004-1029
JDK 1.4.2_01 and 1.4.2_04 - Remote Code Execution via Java Plugin Reflection API
Title source: llmExploitation Summary
EIP tracks 1 public exploit for CVE-2004-1029. PoCs published by Jouko Pynnonen.
AI-analyzed exploit summary The provided code is a JavaScript snippet demonstrating a vulnerability in the Sun Java Plug-in where JavaScript can load a Java class and pass it to an applet. This is a proof-of-concept for an access control bypass rather than a full exploit.
Description
The Sun Java Plugin capability in Java 2 Runtime Environment (JRE) 1.4.2_01, 1.4.2_04, and possibly earlier versions, does not properly restrict access between Javascript and Java applets during data transfer, which allows remote attackers to load unsafe classes and execute arbitrary code by using the reflection API to access private Java packages.
Exploits (1)
The provided code is a JavaScript snippet demonstrating a vulnerability in the Sun Java Plug-in where JavaScript can load a Java class and pass it to an applet. This is a proof-of-concept for an access control bypass rather than a full exploit.