Description
django CMS is an easy-to-use and developer-friendly enterprise content management system powered by Django. Prior to 5.0.8, the copy_plugins endpoint in cms/admin/placeholderadmin.py authorizes only the destination clipboard. The _copy_plugin_to_clipboard and _copy_placeholder_to_clipboard paths accept source_placeholder_id and source_plugin_id values but use has_copy_plugins_permission and check_source only for the requesting user’s clipboard, without validating the source placeholder. Under CMS_PERMISSION, a staff user with the global add permission for a plugin type can copy plugins from an unauthorized page or placeholder into the user’s clipboard and read secret text, link names, and URLs. This issue is fixed in versions 5.0.8.
Published: 2026-08-20
Score: 6.5 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The vulnerability lies in django CMS's copy_plugins endpoint, which only authorizes the destination clipboard and neglects to verify the source placeholder or plugin. A staff user with global add permission for the relevant plugin type can exploit this flaw to copy plugins from any unauthorized page or placeholder. The copied data can reveal secret text, link names, and URLs that were not intended for that user, thereby exposing sensitive content and information.

Affected Systems

All installations of django CMS older than version 5.0.8 are impacted. The issue is present in the copy_plugins paths in cms/admin/placeholderadmin.py and is fixed in release 5.0.8. Users should identify whether their deployment is running a vulnerable version and plan for an upgrade.

Risk and Exploitability

With a CVSS base score of 6.5, the vulnerability poses a moderate risk. An attacker must be an authenticated staff member with the global add permission for the affected plugin type, making the attack path internal. Although EPSS is not available, the lack of presence in the CISA KEV catalog indicates no widespread exploitation reports known. The protection relies on appropriate permission management; however, the flaw allows unauthorized data disclosure if trust boundaries are breached.

Generated by OpenCVE AI on August 21, 2026 at 01:40 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade django CMS to version 5.0.8 or later to apply the official fix for the copy_plugins endpoint.
  • Review staff accounts to ensure they only possess the global add permission for plugins that do not contain confidential data; remove or restrict permissions where possible.
  • Verify that CMS_PERMISSION is correctly enabled and configured so that source placeholder checks are enforced during plugin copy actions.
  • Conduct an audit of all placeholder content for potential sensitive information and consider removing such data from publicly accessible pages.

Generated by OpenCVE AI on August 21, 2026 at 01:40 UTC.

Tracking

Sign in to view the affected projects.

Advisories
Source ID Title
Github GHSA Github GHSA GHSA-4xfr-4p46-gc6p django CMS: Clipboard copy IDOR discloses unauthorized plugin content
History

Thu, 20 Aug 2026 19:45:00 +0000

Type Values Removed Values Added
First Time appeared Django-cms
Django-cms django Cms
Vendors & Products Django-cms
Django-cms django Cms

Thu, 20 Aug 2026 19:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'none', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Thu, 20 Aug 2026 18:30:00 +0000

Type Values Removed Values Added
Description django CMS is an easy-to-use and developer-friendly enterprise content management system powered by Django. Prior to 5.0.8, the copy_plugins endpoint in cms/admin/placeholderadmin.py authorizes only the destination clipboard. The _copy_plugin_to_clipboard and _copy_placeholder_to_clipboard paths accept source_placeholder_id and source_plugin_id values but use has_copy_plugins_permission and check_source only for the requesting user’s clipboard, without validating the source placeholder. Under CMS_PERMISSION, a staff user with the global add permission for a plugin type can copy plugins from an unauthorized page or placeholder into the user’s clipboard and read secret text, link names, and URLs. This issue is fixed in versions 5.0.8.
Title django CMS: Clipboard copy IDOR discloses unauthorized plugin content
Weaknesses CWE-639
References
Metrics cvssV3_1

{'score': 6.5, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N'}


Subscriptions

Django-cms Django Cms
cve-icon MITRE

Status: PUBLISHED

Assigner: GitHub_M

Published:

Updated: 2026-08-20T18:50:59.089Z

Reserved: 2026-06-15T20:07:02.184Z

Link: CVE-2026-54622

cve-icon Vulnrichment

Updated: 2026-08-20T18:50:20.887Z

cve-icon NVD

Status : Awaiting Analysis

Published: 2026-08-20T19:16:55.333

Modified: 2026-09-09T21:19:49.197

Link: CVE-2026-54622

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-21T01:45:08Z

Weaknesses
  • CWE-639

    Authorization Bypass Through User-Controlled Key