vendor:
WP Events Calendar Plugin
by:
Özkan Mustafa Akkus (AkkuS)
7.5
CVSS
HIGH
SQL Injection
89
CWE
Product Name: WP Events Calendar Plugin
Affected Version From: 1
Affected Version To: 1
Patch Exists: YES
Related CWE: N/A
CPE: a:wachipi:wp_events_calendar_plugin
Metasploit:
N/A
Other Scripts:
N/A
Platforms Tested: Kali Linux
2018
WordPress Plugin Events Calendar – SQL Injection
An attacker can perform attacks via calendar ajax queries. However, this plugin is fully PHP-enabled. You can run SQL query with 'month' and 'year' parameters. These parameters are also suitable for XSS attacks. All PHP queries for which these parameters work have the same vulnerable.
Mitigation:
Input validation and sanitization should be done for all user inputs. Also, use of prepared statements should be done to prevent SQL injection.