| 제목 | Web-Based Student Clearance System is vulnerable to a Cross-site scripting(Persistent) |
|---|
| 설명 | Line 251 of add-student.php sends unvalidated data to a web browser, which can result in the browser executing malicious code.
url:/Admin/add-student.php
Payload :<svg onload=prompt(/xss/)>
In this case, the data enters at prepare() in add-student.php at line 243.
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 add-student.php at line 251.
Download Code: https://www.sourcecodester.com/php/15627/web-based-student-clearance-system.html |
|---|
| 원천 | ⚠️ https://www.jianshu.com/p/489bca847079 |
|---|
| 사용자 | faith (UID 33086) |
|---|
| 제출 | 2022. 10. 08. AM 04:40 (4 연령 ago) |
|---|
| 모더레이션 | 2022. 10. 08. AM 09:19 (5 hours later) |
|---|
| 상태 | 수락 |
|---|
| VulDB 항목 | 210356 [SourceCodester Web-Based Student Clearance System /Admin/add-student.php prepare 크로스 사이트 스크립팅] |
|---|
| 포인트들 | 20 |
|---|