| عنوان | SourceCodester Yoga Class Registration System list.php cross site scripting |
|---|
| الوصف | SourceCodester Yoga Class Registration System list.php cross site scripting
url:admin/user/list.php
Abstract:
Line 56 of list.php sends unvalidated data to a web browser, which can result in the browser executing malicious code.
Explanation:
Cross-site scripting (XSS) vulnerabilities occur when:
Data enters a web application through an untrusted source. In the case of persistent (also known as stored) XSS, the untrusted source is typically a database or other back-end data store, while in the case of reflected XSS it is typically a web request.
In this case, the data enters at query() in list.php at line 48.
The data is included in dynamic content that is sent to a web user without being validated.
In this case, the data is sent at builtin_echo() in list.php at line 56.
payload:
<img src=0 onerror=alert(1)>
Download Code:
https://www.sourcecodester.com/php/16097/yoga-class-registration-system-php-and-mysql-free-source-code.html |
|---|
| المصدر | ⚠️ https://blog.csdn.net/Dwayne_Wade/article/details/129496689 |
|---|
| المستخدم | bit3hh (UID 42576) |
|---|
| ارسال | 13/03/2023 09:18 AM (3 سنوات منذ) |
|---|
| الاعتدال | 14/03/2023 03:33 PM (1 day later) |
|---|
| الحالة | تمت الموافقة |
|---|
| إدخال VulDB | 222982 [SourceCodester Yoga Class Registration System 1.0 admin/user/list.php query الأسم البرمجة عبر المواقع] |
|---|
| النقاط | 20 |
|---|