SEPTEMBER 18, 2026
Live Feed
Back to database
Case File

CVE-2026-63003

MEDIUM · CVSS 6.5 EPSS 0.24% Public Exploit

Source: NVD + CISA KEV + EPSS · Published 2026-08-20 · Last synced 2026-09-18

CyberRota Analysis

AI-Generated

Django CMS versions prior to 5.0.9 are vulnerable due to a lack of object-level authorization checks during page duplication, allowing unauthorized users to duplicate content from restricted pages. This vulnerability can lead to exposure of sensitive content across sites or subtrees, particularly when CMS_PERMISSION is enabled. Organizations using affected versions should prioritize updating to 5.0.9 to mitigate the risk of unauthorized content access.

Public Exploit Signal

A public exploit, PoC, GitHub repository or Metasploit reference was detected for this CVE.

Note: these links are listed for security research and verification purposes only.

CVE
CVE-2026-63003
Severity
MEDIUM
CVSS
6.5
EPSS
0.24%

Original NVD Description

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.