vendor:
WP Email Users
by:
Lenon Leite
7,5
CVSS
HIGH
SQL Injection
89
CWE
Product Name: WP Email Users
Affected Version From: 1.3.1
Affected Version To: 1.4.1
Patch Exists: NO
Related CWE: N/A
CPE: a:wordpress:wp_email_users
Metasploit:
N/A
Other Scripts:
N/A
Tags: N/A
CVSS Metrics: N/A
Nuclei References:
N/A
Nuclei Metadata: N/A
Platforms Tested: Ubuntu 14.04
2017
WP Email Users – 1.4.1 – Plugin WordPress – Sql Injection
WP Email Users is vulnerable to SQL Injection due to the $_REQUEST['edit'] parameter being escaped incorrectly. An attacker can exploit this vulnerability by sending a malicious request to the admin-ajax.php page with a crafted filetitle parameter.
Mitigation:
Ensure that all user-supplied input is properly sanitized and validated before being used in a SQL query.