Exploitation Summary
EIP tracks 1 public exploit for CVE-2002-0937. PoCs published by Marc Schoenefeld.
AI-analyzed exploit summary This JSP exploit triggers a denial of service in Macromedia JRun by calling `new WPrinterJob().pageSetup(null,null)`, which crashes the JSP engine. The code is a minimal PoC demonstrating the vulnerability.
Description
The Java Server Pages (JSP) engine in JRun allows web page owners to cause a denial of service (engine crash) on the web server via a JSP page that calls WPrinterJob().pageSetup(null,null).
Exploits (1)
This JSP exploit triggers a denial of service in Macromedia JRun by calling `new WPrinterJob().pageSetup(null,null)`, which crashes the JSP engine. The code is a minimal PoC demonstrating the vulnerability.