vendor:
OPAC EasyWeb Five
by:
Ihsan Sencan
7.5
CVSS
HIGH
SQL Injection
89
CWE
Product Name: OPAC EasyWeb Five
Affected Version From: 5.7
Affected Version To: 5.7
Patch Exists: NO
Related CWE: N/A
CPE: a:nexusfi:opac_easyweb_five:5.7
Metasploit:
N/A
Other Scripts:
N/A
Platforms Tested: WiN7_x64/KaLiLinuX_x64
2018
OPAC EasyWeb Five 5.7 – ‘nome’ SQL Injection
OPAC EasyWeb Five 5.7 is vulnerable to SQL Injection. An attacker can exploit this vulnerability by sending a specially crafted HTTP POST request to the vulnerable application. The POST request contains a malicious SQL query in the 'nome' parameter. This can allow an attacker to gain access to the database and execute arbitrary SQL commands.
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.