| 제목 | light0011 cms f72cf46f601efb2a0618c3814cc2f61380b38930 Improper Authentication |
|---|
| 설명 | `App/Home/Model/UserModel.class.php:82-84` identifies the current user solely through `cookie('username')`, and `App/Home/Model/CommentModel.class.php:13-21` writes that cookie value as the comment author. The cookie helper in `ThinkPHP/Common/functions.php:1390-1415` stores and reads scalar cookie values without signing or encryption, while `Home/CommentController.class.php:8-16` performs no server-side user authentication. An attacker can send a manually chosen `username` cookie for an existing account and publish comments attributed to that account.
|
|---|
| 원천 | ⚠️ https://github.com/light0011/cms/issues/11 |
|---|
| 사용자 | 404my (UID 99931) |
|---|
| 제출 | 2026. 07. 18. AM 08:28 (2 개월 ago) |
|---|
| 모더레이션 | 2026. 09. 06. PM 08:16 (2 months later) |
|---|
| 상태 | 수락 |
|---|
| VulDB 항목 | 399479 [light0011 cms Cookie Helper UserModel.class.php 사용자 이름 약한 인증] |
|---|
| 포인트들 | 20 |
|---|