CVE-2008-0513
phpcms 1.2.2 - Path Traversal via File Parameter in parser.php
Title source: llmExploitation Summary
EIP tracks 1 public exploit for CVE-2008-0513. PoCs published by DSecRG.
AI-analyzed exploit summary This exploit leverages a null byte injection vulnerability in phpCMS 1.2.2 to disclose arbitrary files, including sensitive configuration files containing admin passwords. The vulnerability exists in the `class.cache_phpcms.php` file, where improper file extension validation allows attackers to bypass checks and read files outside the intended directory.
Description
Directory traversal vulnerability in parser/include/class.cache_phpcms.php in phpCMS 1.2.2 allows remote attackers to read arbitrary files via a .. (dot dot) in the file parameter to parser/parser.php, as demonstrated by a filename ending with %00.gif, a different vector than CVE-2005-1840.
Exploits (1)
This exploit leverages a null byte injection vulnerability in phpCMS 1.2.2 to disclose arbitrary files, including sensitive configuration files containing admin passwords. The vulnerability exists in the `class.cache_phpcms.php` file, where improper file extension validation allows attackers to bypass checks and read files outside the intended directory.