CVE-2026-54622 PUBLISHED

django CMS: Clipboard copy IDOR discloses unauthorized plugin content

Assigner: GitHub_M
Reserved: 15.06.2026 Published: 20.08.2026 Updated: 20.08.2026

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.

Metrics

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

Product Status

Vendor django-cms
Product django-cms
Versions
  • Version < 5.0.8 is affected

References

Problem Types

  • CWE-639: Authorization Bypass Through User-Controlled Key CWE