# Exploit Title: SQL Injection Vulnerability in " Design by Chichen " #----------------------------------------------------------------------------------------- # Exploit Author: Mehdi Razmjoo ( razmjumehdi@gmail.com ) #----------------------------------------------------------------------------------------- # Date: 2018.4.29 #----------------------------------------------------------------------------------------- # Vendor Homepage: https://www.cct95.com/ #----------------------------------------------------------------------------------------- # CWE: CWE-89 #----------------------------------------------------------------------------------------- # Category: Web Application #----------------------------------------------------------------------------------------- #Dork: - #----------------------------------------------------------------------------------------- # Vulnerability Path: http://Server/product.php?id=[SQLi] #----------------------------------------------------------------------------------------- #Tested On: Kali Linux ( Firefox ) #----------------------------------------------------------------------------------------- # Description: # # The vulnerability allows an attacker to inject sql commands. An bad guy might injects commands on URL in this path: # # http://Server/product.php?id=21 # #----------------------------------------------------------------------------------------- #