Missing Authorization Affecting django-cms package, versions [,5.0.9)


Severity

Recommended
0.0
high
0
10

CVSS assessment by Snyk's Security Team. Learn more

Threat Intelligence

EPSS
0.24% (16th percentile)

Do your applications use this vulnerable package?

In a few clicks we can analyze your entire application and see what components are vulnerable in your application, and suggest you quick fixes.

Test your applications

Snyk Learn

Learn about Missing Authorization vulnerabilities in an interactive lesson.

Start learning
  • Snyk IDSNYK-PYTHON-DJANGOCMS-19432279
  • published30 Aug 2026
  • disclosed20 Aug 2026
  • creditUnknown

Introduced: 20 Aug 2026

NewCVE-2026-63003  (opens in a new tab)
CWE-639  (opens in a new tab)
CWE-862  (opens in a new tab)

How to fix?

Upgrade django-cms to version 5.0.9 or higher.

Overview

Affected versions of this package are vulnerable to Missing Authorization via the DuplicatePageForm.clean_source bypass in cms/admin/forms.py. The source field in DuplicatePageForm is a hidden field whose value is fully controlled by the client on POST, and its queryset spans every page on every site. Because has_add_permission only checks that the user may create a page — not that they may read the source — a staff user with only "add page" rights can supply an arbitrary page ID as source and duplicate any page, thereby reading its plugin content while bypassing per-page view restrictions and multi-site isolation. Additionally, copy(..., permissions=False) strips the source page's view restrictions from the copy, leaving the duplicated page fully readable. A separate issue in GenericCmsPermissionForm also allowed managers to grant permissions beyond their own privilege level.

CVSS Base Scores

version 4.0
version 3.1