Small crm 2.0 email sql injection Vulnerability / Exploit
/
/
/
Exploits / Vulnerability Discovered : 2020-10-12 |
Type : webapps |
Platform : php
This exploit / vulnerability Small crm 2.0 email sql injection is for educational purposes only and if it is used you will do on your own risk!
[+] Code ...
# Exploit Title: Small CRM 2.0 - 'email' SQL Injection
# Google Dork: N/A
# Date: 2020-10-10
# Exploit Author: Ahmet Ümit BAYRAM
# Vendor Homepage: https://phpgurukul.com/
# Software Link: https://phpgurukul.com/small-crm-php/
# Version: V2.0
# Tested on: Kali Linux
# CVE : N/A
========== Vulnerable Code ==========
mysqli_query $row1 = mysqli_query($con, "select email,password from user
where email='" . $_POST['email'] . "'"); // dbconnection.php