| 标题 | Django-CRM master Missing Authorization |
|---|
| 描述 | Django-CRM contains an incorrect access control vulnerability (CWE-862) in the bulk case update endpoint. The POST /api/cases/bulk/update/ handler (BulkUpdateCasesView in backend/cases/bulk_views.py) only requires authentication and an organization context and does not perform per-case authorization such as assert_case_write_access, unlike the single-case update path. As a result, any authenticated member of an organization can modify arbitrary cases in that organization (status, priority, case_type, closed_on), assign themselves as assignee to gain subsequent read/write access, and close cases without the required pre_close approval workflow, because the bulk path saves models directly and bypasses CaseCreateSerializer validation.
|
|---|
| 来源 | ⚠️ https://github.com/Django-CRM/Django-CRM/issues/745 |
|---|
| 用户 | Customer (UID 83474) |
|---|
| 提交 | 2026-08-10 15時02分 (1 月前) |
|---|
| 管理 | 2026-09-13 17時45分 (1 month later) |
|---|
| 状态 | 已接受 |
|---|
| VulDB条目 | 403308 [DjangoCRM django-crm 直到 1.2 Bulk Case Update bulk_views.py BulkUpdateCasesView 权限提升] |
|---|
| 积分 | 20 |
|---|