Fizmez Web Server Null Connection Denial Of Service Vulnerability

BID:9894

Info

Fizmez Web Server Null Connection Denial Of Service Vulnerability

Bugtraq ID: 9894
Class: Failure to Handle Exceptional Conditions
CVE:
Remote: Yes
Local: No
Published: Mar 16 2004 12:00AM
Updated: Mar 16 2004 12:00AM
Credit: Discovery of this vulnerability has been credited to "Donato Ferrante" <[email protected]>.
Vulnerable: Fizmez Web Server 1.0
Not Vulnerable: Fizmez Web Server 1.1

Discussion

Fizmez Web Server Null Connection Denial Of Service Vulnerability

Fizmez Web Server has been reported prone to denial of service vulnerability.

It has been reported that if the server handles a connection and then that connection drops without sending any data to the affected server, then the server will crash while attempting to reference a null pointer.

Exploit / POC

Fizmez Web Server Null Connection Denial Of Service Vulnerability

An attacker may exploit this condition using a telnet client.

Solution / Fix

Fizmez Web Server Null Connection Denial Of Service Vulnerability

Solution:
The following is an untested, unconfirmed patch provided by a third party. It may be used to patch version 1.0 of the software:

( line: 268 of FizmezWebServer.java )

eh.debug("Received input ["+line+"]");
//Hash out request information

/* start of patch */

int firstSpaceIndex = 0;

try
{
firstSpaceIndex = line.indexOf(" ");
}
catch(NullPointerException npe)
{
System.out.println("Void Connection Dropped...");
break;
}

/* end of patch */

The vendor has released an update to address this issue:


Fizmez Web Server 1.0

References

Fizmez Web Server Null Connection Denial Of Service Vulnerability

References:
© CVE.report 2026 |

Use of this information constitutes acceptance for use in an AS IS condition. There are NO warranties, implied or otherwise, with regard to this information or its use. Any use of this information is at the user's risk. It is the responsibility of user to evaluate the accuracy, completeness or usefulness of any information, opinion, advice or other content. EACH USER WILL BE SOLELY RESPONSIBLE FOR ANY consequences of his or her direct or indirect use of this web site. ALL WARRANTIES OF ANY KIND ARE EXPRESSLY DISCLAIMED. This site will NOT BE LIABLE FOR ANY DIRECT, INDIRECT or any other kind of loss.

CVE, CWE, and OVAL are registred trademarks of The MITRE Corporation and the authoritative source of CVE content is MITRE's CVE web site. This site includes MITRE data granted under the following license.

Free CVE JSON API cve.report/api

CVE.report and Source URL Uptime Status status.cve.report