| 제목 | sambitraj STUDENT-MANAGEMENT-SYSTEM 56ba287f2e9031523ccb4244cb6e3fe530e4e5d5 Use of Default Password |
|---|
| 설명 | The affected component is `aca.zip!/aca.sql`, the database dump shipped with the project. The dump creates an administrator account with a predictable public email and password:
```sql
INSERT INTO `admin` (`name`, `email`, `password`) VALUES
('admin', '[email protected]', 'admin123');
```
If a deployment imports the provided SQL dump and does not immediately rotate the account, the application exposes a known administrator credential pair. An attacker can authenticate as the administrator and access management functionality with the default `[email protected]` / `admin123` credentials. |
|---|
| 원천 | ⚠️ https://github.com/sambitraj/STUDENT-MANAGEMENT-SYSTEM/issues/7 |
|---|
| 사용자 | luff (UID 99904) |
|---|
| 제출 | 2026. 07. 17. PM 07:31 (1 월 ago) |
|---|
| 모더레이션 | 2026. 08. 30. PM 07:56 (1 month later) |
|---|
| 상태 | 수락 |
|---|
| VulDB 항목 | 397186 [sambitraj Student-Management-System 까지 56ba287f2e9031523ccb4244cb6e3fe530e4e5d5 aca.sql 정보 공개] |
|---|
| 포인트들 | 20 |
|---|