| 제목 | sfturing hosp_order 627f426331da8086ce8fff2017d65b1ddef384f8 Unverified Password Change |
|---|
| 설명 | The affected password-recovery workflow is implemented in `ssm_pro/src/main/java/cn/sfturing/web/CommonUserController.java`. `POST /findPassword` accepts a registered email address and, after the mail thread returns success, stores the target `CommonUser` in the unauthenticated session as `userMSG` (lines 204-246). `POST /checkVerification` only selects a JSP view and never records a verified state (lines 256-295). `POST /updatePassword` then uses `userMSG` to call `modifyPassWord` without validating a verification result, expiration, or one-time token (lines 303-320). A remote attacker can initiate recovery for a known account and directly reset its password, resulting in complete account takeover. |
|---|
| 원천 | ⚠️ https://github.com/sfturing/hosp_order/issues/113 |
|---|
| 사용자 | 9ue33 (UID 100041) |
|---|
| 제출 | 2026. 07. 22. PM 05:53 (2 개월 ago) |
|---|
| 모더레이션 | 2026. 09. 06. PM 01:58 (2 months later) |
|---|
| 상태 | 수락 |
|---|
| VulDB 항목 | 399406 [sfturing hosp_order 까지 627f426331da8086ce8fff2017d65b1ddef384f8 Password Recovery CommonUserController.java modifyPassWord 약한 인증] |
|---|
| 포인트들 | 20 |
|---|