vendor:
JEXTN Reverse Auction
by:
Ihsan Sencan
7.5
CVSS
HIGH
SQL Injection
89
CWE
Product Name: JEXTN Reverse Auction
Affected Version From: 3.1.0
Affected Version To: 3.1.0
Patch Exists: NO
Related CWE: N/A
CPE: a:jextn:jextn_reverse_auction:3.1.0
Metasploit:
N/A
Other Scripts:
N/A
Platforms Tested: WiN7_x64/KaLiLinuX_x64
2018
Joomla! Component JEXTN Reverse Auction 3.1.0 – SQL Injection
The vulnerability allows an attacker to inject sql commands into the vulnerable parameter 'id' of the 'index.php' file. An attacker can send a specially crafted HTTP request to the vulnerable application in order to execute arbitrary SQL commands in application's database.
Mitigation:
Input validation should be used to prevent SQL injection attacks. The application should also use stored procedures to access the database.