CVE-2000-0187
EZShopper 3.0 - Arbitrary File Read and Command Execution via loadpage.cgi
Title source: llmExploitation Summary
EIP tracks 2 public exploits for CVE-2000-0187. PoCs published by Zero X, suid.
AI-analyzed exploit summary This exploit leverages a directory traversal vulnerability in the `loadpage.cgi` script by injecting relative path traversal sequences (./) to access the `/etc/passwd` file. The null byte (%00) is used to terminate the string early, bypassing file extension checks.
Description
EZShopper 3.0 loadpage.cgi CGI script allows remote attackers to read arbitrary files via a .. (dot dot) attack or execute commands via shell metacharacters.
Exploits (2)
This exploit leverages a directory traversal vulnerability in the `loadpage.cgi` script by injecting relative path traversal sequences (./) to access the `/etc/passwd` file. The null byte (%00) is used to terminate the string early, bypassing file extension checks.
This exploit targets a directory traversal and command injection vulnerability in EZShopper's loadpage.cgi and search.cgi scripts. It leverages unchecked user input to execute arbitrary commands via pipe characters in the 'file', 'template', or 'database' parameters.