제출 #836751: SourceCodester Onlne Examination & Learning Management System using PHP and MySQL 0 Use of Hard-coded Password정보

제목SourceCodester Onlne Examination & Learning Management System using PHP and MySQL 0 Use of Hard-coded Password
설명During the assessment of this project (Onlne Examination & Learning Management System using PHP and MySQL), it was observed that the application has a hardcoded password used during the import of the users data. This happens in "import_users.php" on line 58. $raw_password = (!empty($data[10])) ? $data[10] : "CICT_2026"; // VULNERABLE Ideally, the password should be encrypted or moved to .env (not pushed to PROD) or secure the password within the database called by the Application during the runtime.
사용자
 Kamran Saifullah (UID 4218)
제출2026. 05. 25. PM 01:04 (16 날 ago)
모더레이션2026. 06. 08. AM 07:18 (14 days later)
상태수락
VulDB 항목369162 [SourceCodester Onlne Examination & Learning Management System 1.0 import_users.php raw_password 약한 인증]
포인트들17

Do you want to use VulDB in your project?

Use the official API to access entries easily!