vendor:
Alqatari Group Version 1.0
by:
Red-D3v1L
7,5
CVSS
HIGH
Blind SQL Injection
89
CWE
Product Name: Alqatari Group Version 1.0
Affected Version From: 1.0
Affected Version To: 1.0
Patch Exists: NO
Related CWE: N/A
CPE: a:alqatari_group:alqatari_group_version_1.0
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
2010
Alqatari group Version 1.0 Blind SQL Injection Vulnerability
Alqatari group Version 1.0 is vulnerable to Blind SQL Injection. An attacker can exploit this vulnerability by sending malicious SQL queries to the server. The attacker can use the true/false condition to check if the query is valid or not. For example, sending a request with 'id=246 and 1=1' will return true and 'id=246 and 1=2' will return false.
Mitigation:
Input validation and parameterized queries can be used to mitigate this vulnerability.