提交 #822784: raisulislamg4 student_management_system_by_php 1.0 SQL Injection信息

标题raisulislamg4 student_management_system_by_php 1.0 SQL Injection
描述The login script constructs an SQL query by directly concatenating the user‑supplied `username` and the MD5 hash of the `password` into the query string: ```php $name = $_POST['username']; $pass = md5($_POST['password']); $sql = "SELECT * FROM USERS WHERE USERNAME='".$name."' AND PASSWORD='".$pass."' "; $result = mysqli_query($data, $sql); ``` No parameterisation, escaping, or input validation is applied. An attacker can inject arbitrary SQL logic into the username field to bypass the password check entirely. Upon successful injection, the server sets a valid session and redirects to the admin dashboard, giving the attacker full administrative privileges.
来源⚠️ https://github.com/raisulislamg4/student_management_system_by_php/issues/2
用户
 dede1 (UID 97915)
提交2026-05-08 06時17分 (27 日前)
管理2026-05-31 09時59分 (23 days later)
状态已接受
VulDB条目367504 [raisulislamg4 student_management_system_by_php 直到 310d950e09013d5133c6b9210aff9444382d16d1 Login login_check.php 用户名 SQL注入]
积分20

Might our Artificial Intelligence support you?

Check our Alexa App!