vendor:
aspWebCalendar
by:
parad0x
7.5
CVSS
HIGH
Remote SQL Injection
89
CWE
Product Name: aspWebCalendar
Affected Version From:
Affected Version To:
Patch Exists: NO
Related CWE:
CPE:
Platforms Tested:
2007
aspWebCalendar Remote SQL Injection Vulnerability
This vulnerability allows an attacker to perform SQL injection by manipulating the 'eventid' parameter in the 'calendar.asp' page. The example exploit provided demonstrates the use of a union-based SQL injection technique to retrieve sensitive information from the database.
Mitigation:
To mitigate this vulnerability, it is recommended to sanitize and validate user inputs before using them in SQL queries. Additionally, using prepared statements or parameterized queries can help prevent SQL injection attacks.