vendor:
e107
by:
staker
7,5
CVSS
HIGH
Blind SQL Injection
89
CWE
Product Name: e107
Affected Version From: e107 <= 2.1.4
Affected Version To: e107 <= 2.1.4
Patch Exists: YES
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: N/A
2017
e107 <= 2.1.4 "keyword" Blind SQL Injection Exploit
e107 contains one flaw that allows an attacker to carry out an SQL injection attack. The issue is due to the "e107_plugins/pm/pm.php" script not properly saniting user-supplied input to the "keyword" POST variable. This may allow an attacker to inject or manipulate sql queries in the backend database regardless of php.ini settings.
Mitigation:
Input validation should be used to prevent SQL injection attacks.