vendor:
JEXTN Membership
by:
Ihsan Sencan
7.5
CVSS
HIGH
SQL Injection
89
CWE
Product Name: JEXTN Membership
Affected Version From: 3.1.0
Affected Version To: 3.1.0
Patch Exists: NO
Related CWE: N/A
CPE: a:jextn:jextn_membership:3.1.0
Metasploit:
N/A
Other Scripts:
N/A
Platforms Tested: WiN7_x64/KaLiLinuX_x64
2018
Joomla! Component JEXTN Membership 3.1.0 – SQL Injection
The vulnerability allows an attacker to inject sql commands into the vulnerable application. An attacker can send a specially crafted request to vulnerable application and execute arbitrary sql commands in application's database. This can compromise the data and the security of the application.
Mitigation:
Input validation should be used to prevent SQL injection attacks. All user-supplied input should be validated and filtered before being used in SQL queries.