vendor:
WebAsys
by:
zsh.shell
7,5
CVSS
HIGH
SQL Injection
89
CWE
Product Name: WebAsys
Affected Version From: Unknown
Affected Version To: Unknown
Patch Exists: N/A
Related CWE: N/A
CPE: N/A
Metasploit:
N/A
Other Scripts:
N/A
Tags: N/A
CVSS Metrics: N/A
Nuclei References:
N/A
Nuclei Metadata: N/A
Platforms Tested: N/A
Unknown
WebAsys blindSQL-inj exploit
This exploit is used to get username and password from WebAsys using blind SQL injection. It takes three parameters, url, id and u/p. If u is passed as parameter, it will get username by id and if p is passed as parameter, it will get password by id. It uses ASCII substring to get the username and password from the WBS_USER table.
Mitigation:
Input validation and sanitization should be done to prevent SQL injection attacks.