header-logo
Suggest Exploit
vendor:
ITS SCADA
by:
9.8
CVSS
CRITICAL
SQL Injection
89
CWE
Product Name: ITS SCADA
Affected Version From:
Affected Version To:
Patch Exists: NO
Related CWE:
CPE:
Metasploit:
Other Scripts:
Platforms Tested:

ITS SCADA SQL Injection Vulnerability

An attacker can exploit an SQL-injection vulnerability in ITS SCADA to compromise the application, access or modify data, or exploit latent vulnerabilities in the underlying database. The attacker can use the provided example payload to retrieve a password from the 'Users' table.

Mitigation:

To mitigate this vulnerability, it is recommended to sanitize and validate user input before using it in SQL queries. Prepared statements or parameterized queries should be used to prevent SQL-injection attacks.
Source

Exploit-DB raw data:

source: https://www.securityfocus.com/bid/43680/info

ITS SCADA is prone to an SQL-injection vulnerability.

Exploiting this issue can allow an attacker to compromise the application, access or modify data, or exploit latent vulnerabilities in the underlying database. 

User ID = 1' or 1=(select top 1 password from Users)--
Password = blank