CVE-2003-0276
Pi3Web 2.0.1 - Buffer Overflow via GET Request with Excessive Slashes
Title source: llmExploitation Summary
EIP tracks 2 public exploits for CVE-2003-0276. PoCs published by aT4r, Angelo Rosiello.
AI-analyzed exploit summary This exploit demonstrates a denial-of-service (DoS) vulnerability in Pi3Web 2.0.1 by sending a malformed HTTP request with an excessive number of slashes, causing a stack overflow and server hang.
Description
Buffer overflow in Pi3Web 2.0.1 allows remote attackers to cause a denial of service (crash) and possibly execute arbitrary code via a GET request with a large number of / characters.
Exploits (2)
This exploit demonstrates a denial-of-service (DoS) vulnerability in Pi3Web 2.0.1 by sending a malformed HTTP request with an excessive number of slashes, causing a stack overflow and server hang.
This exploit targets a denial of service vulnerability in Pi3Web server by sending a malformed GET request with 355 forward slashes. The code establishes a TCP connection to the target server, sends the malicious request, and verifies if the server crashes by attempting to reconnect.