提交 #822848: raisulislamg4 student_management_system_by_php 1.0 Stored Cross-Site Scripting信息

标题raisulislamg4 student_management_system_by_php 1.0 Stored Cross-Site Scripting
描述The admission form (`admission_form_check.php`) directly inserts the user‑supplied `message` field into the database without sanitisation: ```php $message_data = $_POST['message']; ... VALUES(..., '$message_data', 'Pending') Later, the admin panel (admissions.php) displays all admission records, rendering the MESSAGE column directly inside an HTML <td> without any output encoding: <td><?php echo "{$info['MESSAGE']}"; ?></td> An attacker can submit an admission form containing a malicious JavaScript payload in the message field. When an administrator visits the admissions list, the script executes in their browser, leading to session theft, account takeover, or further malicious actions.
来源⚠️ https://github.com/raisulislamg4/student_management_system_by_php/issues/5
用户
 roxci (UID 98086)
提交2026-05-08 07時00分 (27 日前)
管理2026-05-31 09時59分 (23 days later)
状态已接受
VulDB条目367507 [raisulislamg4 student_management_system_by_php 直到 310d950e09013d5133c6b9210aff9444382d16d1 admission_form_check.php 信息 跨网站脚本]
积分20

Want to know what is going to be exploited?

We predict KEV entries!