CVE-2005-0689
The Includer - Remote Command Execution via Shell Metacharacters in URL or Template Parameter
Title source: llmExploitation Summary
EIP tracks 3 public exploits for CVE-2005-0689. PoCs published by K-C0d3r, GreenwooD, Francisco Alisson.
AI-analyzed exploit summary This Perl script exploits a command injection vulnerability in Includer.cgi 1.0 by injecting arbitrary commands via the 'template' or direct query parameter. It establishes a socket connection to the target and sends a crafted HTTP GET request to execute the command.
Description
includer.cgi in The Includer allows remote attackers to execute arbitrary commands via shell metacharacters in (1) the URL or (2) the template parameter.
Exploits (3)
This Perl script exploits a command injection vulnerability in Includer.cgi 1.0 by injecting arbitrary commands via the 'template' or direct query parameter. It establishes a socket connection to the target and sends a crafted HTTP GET request to execute the command.
This Perl script exploits CVE-2005-0689, a command injection vulnerability in The Includer CGI <= 1.0. It crafts an HTTP GET request with malicious input to execute arbitrary commands on the target system via the vulnerable 'includer.cgi' script.
This exploit demonstrates a command injection vulnerability in a CGI script (includer.cgi) where arbitrary commands can be executed via the 'template' parameter or directly in the URL. The vulnerability arises from improper input sanitization.