vendor:
DeltaSql
by:
Ihsan Sencan
7.5
CVSS
HIGH
SQL Injection
89
CWE
Product Name: DeltaSql
Affected Version From: 1.8.2
Affected Version To: 1.8.2
Patch Exists: NO
Related CWE: N/A
CPE: a:deltasql:deltasql:1.8.2
Metasploit:
N/A
Other Scripts:
N/A
Platforms Tested: WiN7_x64/KaLiLinuX_x64
2018
Delta Sql 1.8.2 – ‘id’ SQL Injection
Delta Sql 1.8.2 is vulnerable to 'id' SQL Injection. This vulnerability can be exploited by sending a maliciously crafted HTTP request to the vulnerable application. An attacker can inject arbitrary SQL commands into the 'id' parameter of the 'docs_manage.php' and 'list_project_modules.php' scripts. This can be used to bypass authentication, access, modify and delete data in the back-end database.
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.