| Titel | SourceCodester Yoga Class Registration System manage_category.php sql injection |
|---|
| Beschreibung | 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 |
|---|
| Quelle | ⚠️ https://blog.csdn.net/Dwayne_Wade/article/details/129493110 |
|---|
| Benutzer | bit3hh (UID 42576) |
|---|
| Einreichung | 13.03.2023 08:18 (vor 3 Jahren) |
|---|
| Moderieren | 13.03.2023 08:26 (8 minutes later) |
|---|
| Status | Akzeptiert |
|---|
| VulDB Eintrag | 222873 [SourceCodester Yoga Class Registration System 1.0 manage_category.php query ID SQL Injection] |
|---|
| Punkte | 20 |
|---|