Exploitation Summary
EIP tracks 1 public exploit for CVE-2009-0820. PoCs published by EgiX.
AI-analyzed exploit summary This exploit leverages a PHP code injection vulnerability in phpScheduleIt <= 1.2.10 via the 'start_date' parameter in reserve.php, which is passed to eval(). It allows remote command execution when magic_quotes_gpc is disabled.
Description
Multiple eval injection vulnerabilities in phpScheduleIt before 1.2.11 allow remote attackers to execute arbitrary code via (1) the end_date parameter to reserve.php and (2) the start_date and end_date parameters to check.php. NOTE: the start_date/reserve.php vector is already covered by CVE-2008-6132.
Exploits (1)
This exploit leverages a PHP code injection vulnerability in phpScheduleIt <= 1.2.10 via the 'start_date' parameter in reserve.php, which is passed to eval(). It allows remote command execution when magic_quotes_gpc is disabled.