Exploitation Summary
EIP tracks 1 public exploit for CVE-2008-1324. PoCs published by muuratsalo.
AI-analyzed exploit summary The exploit demonstrates a local file inclusion (LFI) vulnerability in Travelsized CMS 0.4.1 by manipulating the 'page_id' and 'language' parameters to access sensitive files like '/etc/passwd'. The vulnerability arises due to insufficient input sanitization.
Description
Multiple directory traversal vulnerabilities in index.php in Travelsized CMS 0.4.1 allow remote attackers to include and execute arbitrary local files via a .. (dot dot) in the (1) page_id and (2) language parameters. NOTE: this might be the same issue as CVE-2008-1325.
Exploits (1)
The exploit demonstrates a local file inclusion (LFI) vulnerability in Travelsized CMS 0.4.1 by manipulating the 'page_id' and 'language' parameters to access sensitive files like '/etc/passwd'. The vulnerability arises due to insufficient input sanitization.