vendor:
N/A
by:
Marc Schoenefeld
7.5
CVSS
HIGH
Java Virtual Machine Denial of Service
400
CWE
Product Name: N/A
Affected Version From: N/A
Affected Version To: N/A
Patch Exists: YES
Related CWE: N/A
CPE: N/A
Metasploit:
N/A
Other Scripts:
N/A
Tags: N/A
CVSS Metrics: N/A
Nuclei References:
N/A
Nuclei Metadata: N/A
Platforms Tested: Macromedia ColdFusion MX
2002
Java Virtual Machine Denial of Service
Several implementations of the Java Virtual Machine have been reported to be prone to a denial of service condition. This vulnerability occurs in several methods in the java.util.zip class. The methods can be called with certain types of parameters however, there does not appear to be proper checks to see whether the parameters are NULL values. When these native methods are called with NULL values, this will cause the JVM to reach an undefined state which will cause it to behave in an unpredictable manner and possibly crash. The following cfm will cause Macromedia ColdFusin MX to fail.
Mitigation:
Ensure that all parameters passed to the Java Virtual Machine are valid and not NULL.