CVE-2007-6584
1024 CMS 1.3.1 - Path Traversal via Lang or Theme Parameters
Title source: llmExploitation Summary
EIP tracks 2 public exploits for CVE-2007-6584. PoCs published by girex, irk4z.
AI-analyzed exploit summary This exploit demonstrates a blind SQL injection vulnerability in 1024 CMS <= 1.4.2 (beta) by manipulating cookie values to retrieve the admin password hash. It also describes a local file inclusion vulnerability in the same CMS.
Description
Multiple directory traversal vulnerabilities in 1024 CMS 1.3.1 allow remote attackers to include and execute arbitrary local files via a .. (dot dot) in (1) the lang parameter to pages/print/default/ops/news.php or (2) the theme_dir parameter to pages/download/default/ops/search.php; or the admin_theme_dir parameter to (3) download.php, (4) forum.php, or (5) news.php in admin/ops/reports/ops/. NOTE: it was later reported that 1.4.2 beta and earlier are also affected for vector 1.
Exploits (2)
This exploit demonstrates a blind SQL injection vulnerability in 1024 CMS <= 1.4.2 (beta) by manipulating cookie values to retrieve the admin password hash. It also describes a local file inclusion vulnerability in the same CMS.
This exploit demonstrates SQL injection and local file inclusion vulnerabilities in 1024 CMS 1.3.1. The SQLi allows dumping user credentials via UNION-based injection, while the LFI enables reading arbitrary files via path traversal.