vendor:
wdcalendar
by:
Alfonso Castillo Angel
7.5
CVSS
HIGH
SQL Injection
89
CWE
Product Name: wdcalendar
Affected Version From: Version 2
Affected Version To: Version 2
Patch Exists: NO
Related CWE:
CPE:
Platforms Tested: Windows 7 ultimate
2016
wdcalendar version 2 sql injection vulnerability
This exploit allows an attacker to inject SQL code into the 'id' parameter of the 'edit.php' file in wdcalendar version 2. By appending a union select statement to the parameter, an attacker can retrieve sensitive information from the database.
Mitigation:
To mitigate this vulnerability, it is recommended to properly filter and sanitize user input before using it in SQL queries. Additionally, developers should consider using prepared statements or parameterized queries to prevent SQL injection attacks.