CVE-2009-3167
Anantasoft Gazelle CMS 1.0 - Path Traversal via Template Parameter
Title source: llmExploitation Summary
EIP tracks 2 public exploits for CVE-2009-3167. PoCs published by IHTeam, fuzion.
AI-analyzed exploit summary This script exploits multiple vulnerabilities in Gazelle CMS 1.0, including RCE via file upload, LFI, and XSS. It uploads a malicious PHP file via a template customization feature and provides a shell interface for command execution.
Description
Directory traversal vulnerability in index.php in Anantasoft Gazelle CMS 1.0, when magic_quotes_gpc is disabled, allows remote attackers to read arbitrary files via a .. (dot dot) in the template parameter.
Exploits (2)
This script exploits multiple vulnerabilities in Gazelle CMS 1.0, including RCE via file upload, LFI, and XSS. It uploads a malicious PHP file via a template customization feature and provides a shell interface for command execution.
This exploit demonstrates a Local File Inclusion (LFI) vulnerability in Gazelle CMS by manipulating the 'template' parameter to traverse directories and access sensitive files like '/etc/passwd'. The null byte (%00) is used to terminate the string and bypass file extension checks.