CVE-2009-3702
php-calendar 1.1 - Path Traversal and Arbitrary File Execution via configfile Parameter
Title source: llmExploitation Summary
EIP tracks 2 public exploits for CVE-2009-3702. PoCs published by Juan Galiana Lara.
AI-analyzed exploit summary This exploit demonstrates a file inclusion vulnerability in PHP-Calendar 1.1, allowing remote or local file inclusion via the 'configfile' parameter in update10.php. The PoC shows how an attacker can include arbitrary files or execute scripts in the context of the webserver.
Description
Multiple absolute path traversal vulnerabilities in PHP-Calendar 1.1 allow remote attackers to include and execute arbitrary local files via a full pathname in the configfile parameter to (1) update08.php or (2) update10.php. NOTE: in some environments, this can be leveraged for remote file inclusion by using a UNC share pathname or an ftp, ftps, or ssh2.sftp URL.
Exploits (2)
This exploit demonstrates a file inclusion vulnerability in PHP-Calendar 1.1, allowing remote or local file inclusion via the 'configfile' parameter in update10.php. The PoC shows how an attacker can include arbitrary files or execute scripts in the context of the webserver.
The code describes a file inclusion vulnerability in PHP-Calendar 1.1, where unsanitized user input in the 'configfile' parameter allows remote and local file inclusion. Exploitation can lead to arbitrary code execution or sensitive information disclosure.