CVE-2002-0936
Apache Tomcat - Denial of Service via JSP WPrinterJob.pageSetup()
Title source: llmExploitation Summary
EIP tracks 3 public exploits for CVE-2002-0936. PoCs published by Marc Schoenefeld, om4rsallam, omarsallam2309-star.
AI-analyzed exploit summary This JSP exploit triggers a denial of service in Apache Tomcat for Windows by invoking `new WPrinterJob().pageSetup(null,null)`, which crashes the Tomcat JSP engine. The vulnerability is specific to Windows environments due to the use of `sun.awt.windows.*`.
Description
The Java Server Pages (JSP) engine in Tomcat 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 (3)
This JSP exploit triggers a denial of service in Apache Tomcat for Windows by invoking `new WPrinterJob().pageSetup(null,null)`, which crashes the Tomcat JSP engine. The vulnerability is specific to Windows environments due to the use of `sun.awt.windows.*`.