| Título | SourceCodester Yoga Class Registration System manage_category.php sql injection |
|---|
| Descripción | SourceCodester Yoga Class Registration System manage_category sql injection
url:admin/categories/manage_category.php
Abstract:
Line 3 of manage_category.php invokes a SQL query built with input that comes from an untrusted source. This call could allow an attacker to modify the statement's meaning or to execute arbitrary SQL commands.
Explanation:
SQL injection errors occur when:
1. Data enters a program from an untrusted source.
2. The data is used to dynamically construct a SQL query.
In this case, the data is passed to query() in manage_category.php on line 3.
Parameter: id (GET)
Type: time-based blind
Title: MySQL >= 5.0.12 AND time-based blind (query SLEEP)
Payload: page=categories/manage_category&id=8' AND (SELECT 5439 FROM (SELECT(SLEEP(5)))TiOT) AND 'iAsm'='iAsm
Download Code:
https://www.sourcecodester.com/php/16097/yoga-class-registration-system-php-and-mysql-free-source-code.html |
|---|
| Fuente | ⚠️ https://blog.csdn.net/Dwayne_Wade/article/details/129493110 |
|---|
| Usuario | bit3hh (UID 42576) |
|---|
| Sumisión | 2023-03-13 08:18 (hace 3 años) |
|---|
| Moderación | 2023-03-13 08:26 (8 minutes later) |
|---|
| Estado | Aceptado |
|---|
| Entrada de VulDB | 222873 [SourceCodester Yoga Class Registration System 1.0 manage_category.php query ID inyección SQL] |
|---|
| Puntos | 20 |
|---|