| 제목 | https://gitee.com/westboy/CicadasCMS CicadasCMS v1.0 Cross-Site Request Forgery |
|---|
| 설명 | The user management module in CicadasCMS v1.0 has a logical flaw. Its critical interface /system/user/update (used to add or update administrator users) lacks CSRF (Cross-Site Request Forgery) protection and does not incorporate Anti-CSRF Tokens for request legitimacy verification.
Although this interface uses a POST request and sends requests in JSON format, inherently protecting against CSRF vulnerabilities, the /search interface under the same domain has a reflected XSS (Cross-Site Scripting) vulnerability in the parameter s. Attackers can construct a malicious exploit chain and use XSS scripts to bypass the Same-Origin Policy (SOP) in the browser context of a victim (a logged-in administrator), automatically triggering this sensitive interface. A remote attacker can induce the administrator to visit a specific malicious link, silently creating a new administrator account with full system privileges without the administrator's knowledge, thereby achieving complete takeover of the CicadasCMS system. |
|---|
| 원천 | ⚠️ https://gitee.com/westboy/CicadasCMS/issues/IJKWOH |
|---|
| 사용자 | DaytimeHeaven (UID 96977) |
|---|
| 제출 | 2026. 05. 04. AM 11:54 (1 월 ago) |
|---|
| 모더레이션 | 2026. 05. 30. AM 07:49 (26 days later) |
|---|
| 상태 | 수락 |
|---|
| VulDB 항목 | 367406 [westboy CicadasCMS 까지 2431154dac8d0735e04f1fd2a3c3556668fc8dab AbstractCacheManager.java search s 크로스 사이트 스크립팅] |
|---|
| 포인트들 | 20 |
|---|