vendor:
phpEventCalendar
by:
AtT4CKxT3rR0r1ST
5.5
CVSS
MEDIUM
SQL Injection
89
CWE
Product Name: phpEventCalendar
Affected Version From: 2000.2.3
Affected Version To: 2000.2.3
Patch Exists: NO
Related CWE:
CPE: a:phpcodeworks:phpeventcalendar:0.2.3
Platforms Tested:
Unknown
phpEventCalendar v.0.2.3 Multiple Vulnerabilities
There are two vulnerabilities in the phpEventCalendar v.0.2.3 script. The first vulnerability is a classic MySQL injection in the /eventdisplay.php file on lines 12-14. The second vulnerability is a blind MySQL injection in the /eventform.php file on lines 17-23. The provided exploit URL demonstrates the first vulnerability by performing a union select to retrieve user information from the pec_users table.
Mitigation:
Update to a patched version of the phpEventCalendar script that addresses these vulnerabilities. Additionally, input validation and parameterized queries should be implemented to prevent SQL injection attacks.