美文网首页
Web-Based Student Clearance Syst

Web-Based Student Clearance Syst

作者: migrate_ | 来源:发表于2022-10-08 10:38 被阅读0次

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/)> 
44.png 11.png 22.png 33.png

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

相关文章

网友评论

      本文标题:Web-Based Student Clearance Syst

      本文链接:https://www.haomeiwen.com/subject/siwiartx.html