| 제목 | Gitee jerryshensjf JPACookieShop 蛋糕商城JPA版 1.0 Cross Site Scripting |
|---|
| 설명 | 蛋糕商城JPA版 is vulnerable to the Stored Cross-Site Scripting (XSS) vulnerability. Taking the "Add Product" functionality as an example, the backend system processes input parameters through the /goodsController/addGoods API. According to code tracing, no malicious parameter filtering is performed in the global filter, and the backend logic also lacks proper whitelist/blacklist validation on the input. Moreover, the data stored in the database is not HTML entity-encoded, nor is it properly encoded before being returned to the browser. These issues ultimately lead to the occurrence of a stored XSS vulnerability. |
|---|
| 원천 | ⚠️ https://github.com/Bemcliu/cve-reports/blob/main/cve-05-%E8%9B%8B%E7%B3%95%E5%95%86%E5%9F%8EJPA%E7%89%88-Stored%20XSS/readme.md |
|---|
| 사용자 | HJAQiang (UID 86075) |
|---|
| 제출 | 2025. 07. 24. AM 10:26 (11 개월 ago) |
|---|
| 모더레이션 | 2025. 07. 26. AM 11:37 (2 days later) |
|---|
| 상태 | 수락 |
|---|
| VulDB 항목 | 317810 [jerryshensjf JPACookieShop 蛋糕商城JPA版 까지 24a15c02b4f75042c9f7f615a3fed2ec1cefb999 GoodsController.java 크로스 사이트 스크립팅] |
|---|
| 포인트들 | 20 |
|---|