| 标题 | light0011 cms f72cf46f601efb2a0618c3814cc2f61380b38930 Authorization Bypass |
|---|
| 描述 | `App/Admin/Controller/ChapterController.class.php` and `App/Admin/Controller/AdController.class.php` directly extend `Think\Controller` at lines 7 and 8 instead of `Admin\Controller\AuthController`. Consequently, their chapter and advertisement listing, creation, modification, deletion, and upload actions never execute `AuthController::_initialize()` (`App/Admin/Controller/AuthController.class.php:8-18`), which is the only session and RBAC check. An unauthenticated remote user can call these administrative actions directly to alter or delete site content and advertisements; the chapter creation path can also be used to publish attacker-controlled article content.
|
|---|
| 来源 | ⚠️ https://github.com/light0011/cms/issues/4 |
|---|
| 用户 | catPWn (UID 99922) |
|---|
| 提交 | 2026-07-18 05時51分 (2 月前) |
|---|
| 管理 | 2026-09-03 19時54分 (2 months later) |
|---|
| 状态 | 已接受 |
|---|
| VulDB条目 | 398532 [light0011 cms Chapter Controller ChapterController.class.php _initialize 权限提升] |
|---|
| 积分 | 20 |
|---|