CVE-2026-54624: django CMS: Structure endpoint bypasses page-view permission
The structure-board endpoint (render_object_structure) renders a page’s plugin structure without verifying that the requesting user is allowed to view the page. The edit and preview endpoints enforce this via render_page(), but the structure endpoint does not, allowing a low-privileged staff user to read the plugin structure of a view-restricted page.
References
- github.com/advisories/GHSA-vgxm-h9gx-h9w7
- github.com/django-cms/django-cms/commit/7642a98ab3170793c0b27b4125dd1f3d318b8a1c
- github.com/django-cms/django-cms/pull/8645
- github.com/django-cms/django-cms/releases/tag/5.0.8
- github.com/django-cms/django-cms/security/advisories/GHSA-vgxm-h9gx-h9w7
- nvd.nist.gov/vuln/detail/CVE-2026-54624
Code Behaviors & Features
Detect and mitigate CVE-2026-54624 with GitLab Dependency Scanning
Secure your software supply chain by verifying that all open source dependencies used in your projects contain no disclosed vulnerabilities. Learn more about Dependency Scanning →