| 제목 | sfturing hosp_order 627f426331da8086ce8fff2017d65b1ddef384f8 One-Way Hash without Salt |
|---|
| 설명 | Password creation, login, and password-reset paths call the custom `MD5.getMD5` helper in `ssm_pro/src/main/java/cn/sfturing/service/impl/CommonUserServiceImpl.java` at lines 50, 78-82, and 175-178. `ssm_pro/src/main/java/cn/sfturing/utils/MD5.java` implements a single unsalted MD5 digest at lines 18-31, and `sql/hospitaldb.sql` defines `commonuser.user_password` as a 32-character field consistent with MD5 output. Database hashes are therefore fast, deterministic, and unsalted, enabling efficient offline cracking and password reuse attacks after a database disclosure. |
|---|
| 원천 | ⚠️ https://github.com/sfturing/hosp_order/issues/123 |
|---|
| 사용자 | gscsd (UID 97914) |
|---|
| 제출 | 2026. 07. 28. PM 06:45 (2 개월 ago) |
|---|
| 모더레이션 | 2026. 09. 23. PM 02:48 (2 months later) |
|---|
| 상태 | 수락 |
|---|
| VulDB 항목 | 408954 [sfturing hosp_order 까지 627f426331da8086ce8fff2017d65b1ddef384f8 User Password MD5.java MD5.getMD5 약한 암호화] |
|---|
| 포인트들 | 20 |
|---|