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:
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.