CVE-2026-61663
## Summary The django-cms frontend-editing structure endpoint ``` GET /<lang>/admin/cms/placeholder/object/<content_type_id>/structure/<object_id>/ ``` did not perform an object-level authorization check for **non-`PageContent`** objects. Any authenticated, active staff user could request the structure endpoint for a frontend-editable object (a model using `PlaceholderRelationField`) and read its placeholder/plugin structure, even without permission to change that object and without the `cms.use_structure` permission that the toolbar UI requires before offering structure mode. `PageContent` objects were already protected (a page-view check added in GHSA/PR #8644); this advisory covers the remaining non-`PageContent` branch of the same view. ## Severity The issue is staff-gated and read-only, disclosing CMS structure metadata (placeholder slot names, plugin tree, plugin identifiers/labels, object existence) rather than write access or arbitrary field data. ## Affected versions - django-cms `>= 4.0.0, <= 5.0.x` and `5.1.0a1` (the vulnerable non-`PageContent` branch was introduced with the frontend-editing endpoints in 4.0) ## Patched versions - django-cms TODO: 5.0.9 ## Preconditions - An authenticated, active staff account (`is_staff=True`). - The deployment exposes a non-`PageContent` model with django-cms placeholders / frontend editing (e.g. via `PlaceholderRelationField`). - The attacker can guess or enumerate the target `content_type_id` and object id. - The attacker needs **no** model/object change permission and **no** `cms.use_structure` permission. ## Impact A low-privileged staff user can read the editorial placeholder/plugin structure of non-`PageContent` objects they are not authorized to edit through the toolbar. Depending on the installed plugins and templates this may reveal placeholder names, plugin layout, plugin identifiers and the existence of objects owned by other staff users or teams. This is most relevant for deployments using t
Properties
- ghsa_id
- GHSA-8qj2-c6q4-f399
- severity
- medium
- summary
- django CMS: Missing authorization in `render_object_structure` discloses non-PageContent placeholder structure to low-privileged staff
- cvss_score
- 4.3
- cve_id
- CVE-2026-61663
- cvss_vector
- CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N
- is_ghsa_only
- false
- ghsa_published
- 2026-08-20T18:42:50Z
- source_url
- https://github.com/advisories/GHSA-8qj2-c6q4-f399
- ghsa_updated
- 2026-08-20T18:42:50Z
Related Entities (5)
REPORTED_BY (1)
VULNERABLE_TO (1)
AFFECTS (1)
HAS_WEAKNESS (2)
Explore deeper with Ninja Signal's threat intelligence graph