vendor:
pTransformer ADC
by:
Faudhzan Rahman
7.8
CVSS
HIGH
SQL Injection
89
CWE
Product Name: pTransformer ADC
Affected Version From: 2.0
Affected Version To: 2.1.7.22827
Patch Exists: YES
Related CWE: CVE-2019-12372
CPE: a:petraware:ptransformer_adc
Metasploit:
N/A
Other Scripts:
N/A
Platforms Tested: Windows 10 Pro
2019
Petraware pTransformer ADC before 2.1.7.22827 allows SQL Injection via the User ID parameter to the login form.
The login form on pTransformer ADC does not filter dangerous character such as single quote ('). This has cause the application to be vulnerable to SQL Injection. The vulnerable parameter is User ID. By injecting ' or '1'='1'-- ,it will bypass the login form.
Mitigation:
Input validation should be done to filter dangerous characters.