Files
CVEs-PoC/2009/CVE-2009-0820.md
T
2024-06-18 02:51:15 +02:00

18 lines
817 B
Markdown

### [CVE-2009-0820](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2009-0820)
![](https://img.shields.io/static/v1?label=Product&message=n%2Fa&color=blue)
![](https://img.shields.io/static/v1?label=Version&message=n%2Fa&color=blue)
![](https://img.shields.io/static/v1?label=Vulnerability&message=n%2Fa&color=brighgreen)
### 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.
### POC
#### Reference
- http://phpscheduleit.svn.sourceforge.net/viewvc/phpscheduleit/1.2.11/check.php?r1=318&r2=332
#### Github
No PoCs found on GitHub currently.