| 제목 | sfturing hosp_order 627f426331da8086ce8fff2017d65b1ddef384f8 Cross Site Scripting |
|---|
| 설명 | The unauthenticated `POST /order` endpoint in `ssm_pro/src/main/java/cn/sfturing/web/OrderController.java` accepts `hospitalName`, `officesName`, and `doctorName` directly from the request (lines 61-76). `ssm_pro/src/main/resources/mapper/OrderRecordsDao.xml` persists these values in `order_records` (lines 14-19). `ssm_pro/src/main/webapp/WEB-INF/jsp/userCenter/userCenter.jsp` later renders all three database fields using unescaped `${...}` expressions at lines 75-79. An attacker can persist a script-bearing appointment field and cause JavaScript execution when an appointment page rendering that record is delivered to a browser.
|
|---|
| 원천 | ⚠️ https://github.com/sfturing/hosp_order/issues/117 |
|---|
| 사용자 | 9ue33 (UID 100041) |
|---|
| 제출 | 2026. 07. 22. PM 05:55 (2 개월 ago) |
|---|
| 모더레이션 | 2026. 09. 06. PM 01:58 (2 months later) |
|---|
| 상태 | 수락 |
|---|
| VulDB 항목 | 399410 [sfturing ssm_pro 까지 627f426331da8086ce8fff2017d65b1ddef384f8 Order Endpoint OrderController.java hospitalName/officesName/doctorName 크로스 사이트 스크립팅] |
|---|
| 포인트들 | 20 |
|---|