제출 #648580: SourceCodester Online Student File Management System 1.0 SQL Injection정보

제목SourceCodester Online Student File Management System 1.0 SQL Injection
설명During the security review of the "Online Student File Management System", I discovered a critical SQL injection vulnerability within the file inclusion chain: /admin/index.php → /admin/login.php → /admin/login_query.php. Specifically, when users access /admin/index.php, it includes /admin/login.php to display the login form, and /admin/login.php subsequently includes /admin/login_query.php to handle the login logic. In line 9 of /admin/login_query.php, the username parameter is directly inserted into the SQL query: "SELECT * FROM user WHERE username = '$username' && password = '$password'" without any input validation or parameterized query implementation. This insecure coding practice allows attackers to inject malicious SQL code through the username parameter, potentially gaining unauthorized database access, modifying or deleting data, and accessing sensitive information. Immediate remedial measures are required to ensure system security and protect data integrity.
원천⚠️ https://github.com/qcycop0101-hash/CVE/issues/11
사용자
 quchunyi2 (UID 89807)
제출2025. 09. 05. PM 02:45 (9 개월 ago)
모더레이션2025. 09. 15. PM 04:01 (10 days later)
상태수락
VulDB 항목323917 [SourceCodester Online Student File Management System 1.0 /admin/index.php 사용자 이름 SQL 주입]
포인트들20

Want to know what is going to be exploited?

We predict KEV entries!