๐Ÿ” CVE Alert

CVE-2026-63003

MEDIUM 6.5

django CMS: Broken access control in page *Duplicate* allows reading the content of any page (cross-site / restriction bypass)

CVSS Score
6.5
EPSS Score
0.0%
EPSS Percentile
0th

django CMS is an easy-to-use and developer-friendly enterprise content management system powered by Django. Prior to 5.0.9, page duplication lacks an object-level authorization check on the source page. In cms/admin/forms.py, DuplicatePageForm.source accepts any Page, the AddPageForm constructor does not narrow a hidden source field, AddPageForm.clean does not validate the source against the user, and AddPageForm.save calls from_source. In cms/admin/pageadmin.py, duplicate and PageAdmin.has_add_permission check only whether a staff user may add a page. A crafted source value can therefore copy every placeholder and plugin from an unauthorized page with permissions=False, stripping source view restrictions and exposing content across sites or restricted subtrees when CMS_PERMISSION is enabled. This issue is fixed in versions 5.0.9.

CWE CWE-639 CWE-862
Vendor django-cms
Product django-cms
Published Aug 20, 2026
Stay Ahead of the Next One

Get instant alerts for django-cms django-cms

Be the first to know when new medium vulnerabilities affecting django-cms django-cms are published โ€” delivered to Slack, Telegram or Discord.

Get Free Alerts โ†’ Free ยท No credit card ยท 60 sec setup

CVSS v3 Breakdown

CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N
Attack Vector
Network
Attack Complexity
Low
Privileges Required
Low
User Interaction
None
Scope
Unchanged
Confidentiality
High
Integrity
None
Availability
None

Affected Versions

django-cms / django-cms
< 5.0.9

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
github.com: https://github.com/django-cms/django-cms/security/advisories/GHSA-6x92-6vx4-5fwr github.com: https://github.com/django-cms/django-cms/pull/8713 github.com: https://github.com/django-cms/django-cms/commit/3e1ccf7573eb1a74ebbbfaaa812c1f5cadf14e6c github.com: https://github.com/django-cms/django-cms/releases/tag/5.0.9