CVE-2026-54624 MEDIUM

CVE-2026-54624: django CMS: Structure endpoint bypasses page-view permission

Vendor Django-Cms
Product django-cms
Weakness CWE-285
Published August 20, 2026
Last update August 20, 2026

CVSS base score

6.5/10
Attack vector Network
Attack complexity Low
Privileges required Low
User interaction None
Confidentiality High
Integrity None

CVSS vector

CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N

What the vulnerability does

01Description

django CMS is an easy-to-use and developer-friendly enterprise content management system powered by Django. Prior to 5.0.8, render_object_structure in cms/views.py renders cms/toolbar/structure.html for a PageContent object without calling user_can_view_page(). Any staff account can request a restricted page’s structure when CMS_PERMISSION is enabled and the page has view restrictions or CMS_PUBLIC_FOR is set to staff. The response exposes plugin get_short_description() values, including link names, URLs, and text snippets, rather than only the page shape. This issue is fixed in versions 5.0.8.

Key dates

02Disclosure timeline

August 20, 2026 CVE published
August 20, 2026 Record updated

Related vulnerabilities

04Related CVE