vendor:
WassUp plugin
by:
enter_the_dragon
7.5
CVSS
HIGH
SQL Injection
89
CWE
Product Name: WassUp plugin
Affected Version From: 1.4
Affected Version To: 1.4.2003
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: All
2020
WordPress WassUp plugin v 1.4.3 Sql Injection Exploit
The WordPress WassUp plugin v 1.4.3 is vulnerable to a SQL injection attack. The vulnerability exists in the spy.php file, where the $from_date and $to_date GET variables are used in an SQL query without being properly filtered. This allows an attacker to inject malicious SQL code into the query, which can be used to retrieve the WordPress administrator and user logins and MD5 hashed passwords. Tested successfully on v 1.4-1.4.3.
Mitigation:
Ensure that all user-supplied input is properly sanitized and validated before being used in an SQL query.