Exploitation Summary
EIP tracks 2 public exploits for CVE-2002-2416. PoCs published by mattmurphy, mikecc.
AI-analyzed exploit summary This Perl script exploits a directory traversal vulnerability in Zeroo web server by sending a crafted HTTP GET request with '../' sequences to access files outside the web root. It connects to a specified host and port, sends the malicious request, and prints the server's response.
Description
Directory traversal vulnerability in Zeroo web server 1.5 allows remote attackers to read arbitrary files via a .. (dot dot) in a URL GET request.
Exploits (2)
This Perl script exploits a directory traversal vulnerability in Zeroo web server by sending a crafted HTTP GET request with '../' sequences to access files outside the web root. It connects to a specified host and port, sends the malicious request, and prints the server's response.
This exploit demonstrates a directory traversal vulnerability in Zeroo HTTP server by sending a crafted HTTP GET request with '../' sequences to access files outside the web root. The PoC connects to the target server, constructs the malicious request, and reads the response.