| 제목 | newbee-ltd newbee-mall <=1.0.0 Doubled Character XSS Manipulations |
|---|
| 설명 | In newbee-mall (<=1.0.0), the backend file upload functionality does not enforce a file extension whitelist. By uploading a polyglot image/HTML file, an attacker can bypass the BufferedImage validation, resulting in stored cross-site scripting (XSS).
代码定位:
- `controller/common/UploadController.java:49-81` —— 上传逻辑
- `config/NeeBeeMallWebMvcConfigurer.java:62-65` —— `/upload/**` 映射到本地目录
- `common/Constants.java:20` —— `FILE_UPLOAD_DIC = "D:\\upload\\"` |
|---|
| 원천 | ⚠️ https://github.com/newbee-ltd/newbee-mall/issues/126 |
|---|
| 사용자 | rockmelodeis (UID 100628) |
|---|
| 제출 | 2026. 08. 27. AM 04:43 (25 날 ago) |
|---|
| 모더레이션 | 2026. 09. 19. PM 11:41 (24 days later) |
|---|
| 상태 | 수락 |
|---|
| VulDB 항목 | 407974 [newbee-ltd newbee-mall 까지 1.0.0 Goods Save Endpoint UploadController.java goodsName 크로스 사이트 스크립팅] |
|---|
| 포인트들 | 20 |
|---|