vendor:
PnPSCADA
by:
Momen Eldawakhly
7.5
CVSS
HIGH
SQL Injection
89
CWE
Product Name: PnPSCADA
Affected Version From: PnPSCADA v2.x
Affected Version To: PnPSCADA v2.x
Patch Exists: NO
Related CWE: CVE-2023-1934
CPE: a:pnpscada:pnpscada:2.0
Platforms Tested: Unix
2023
PnPSCADA v2.x – Unauthenticated PostgreSQL Injection
This exploit allows an attacker to perform unauthenticated SQL injection in PnPSCADA v2.x. By manipulating the 'userids' parameter in the 'hitlogcsv.isp' endpoint, an attacker can inject malicious SQL queries and potentially gain unauthorized access to the backend database.
Mitigation:
To mitigate this vulnerability, it is recommended to sanitize and validate user input before using it in SQL queries. Additionally, implementing proper access controls and authentication mechanisms can help prevent unauthorized access to the database.