vendor:
N/A
by:
HELLBOY
7,5
CVSS
HIGH
SQL Injection
89
CWE
Product Name: N/A
Affected Version From: N/A
Affected Version To: N/A
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: Linux
N/A
Vastal I-Tech SQL Injection Vulnerability
An attacker can exploit this vulnerability by sending a crafted SQL query to the vulnerable parameter 'group_id' in the URL. For example, http://[site]/view_group.php?group_id={SQLI}. An attacker can also use the '-1+union+select+group_concat(admin_user,0x3a,admin_password)+from+admin_users--' payload to retrieve the admin credentials and gain access to the admin panel.
Mitigation:
Input validation should be used to prevent SQL injection attacks. The application should also be configured to use parameterized queries.