vendor:
Wordpress Easy Webinar Plugin
by:
Robert Cooper
7,5
CVSS
HIGH
SQL Injection
89
CWE
Product Name: Wordpress Easy Webinar Plugin
Affected Version From: N/A
Affected Version To: N/A
Patch Exists: NO
Related CWE: N/A
CPE: N/A
Metasploit:
N/A
Other Scripts:
N/A
Tags: N/A
CVSS Metrics: N/A
Nuclei References:
N/A
Nuclei Metadata: N/A
Platforms Tested: Linux/Windows 7
2012
WordPress Easy Webinar Plugin Blind SQL Injection Vulnerability
The Wordpress Easy Webinar Plugin is vulnerable to Blind SQL Injection. An attacker can exploit this vulnerability by sending a malicious SQL query to the vulnerable parameter 'wid' in the 'get-widget.php' file. The HTTP response will read 404, but this is false. An example of a malicious SQL query is '3' or 'x'='x', which will result in the page loading correctly and show that the plugin is vulnerable to injection (string).
Mitigation:
Developers should ensure that user-supplied input is properly sanitized and validated before being used in SQL queries.