CVE-2026-44200 PUBLISHED

Wagtail: Improper permission handling when copying pages

Assigner: GitHub_M
Reserved: 05.05.2026 Published: 11.05.2026 Updated: 11.05.2026

Wagtail is an open source content management system built on Django. Prior to 7.0.7, 7.3.2, and 7.4, a CMS user with limited access to pages could copy a page they don't have access to to an area of the site they do. Once coped, they'd be able to view its contents, and potentially publish it. Permissions were correctly checked for the copy destination, but not for the source page. This vulnerability is fixed in 7.0.7, 7.3.2, and 7.4.

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 wagtail
Product wagtail
Versions
  • Version < 7.0.7 is affected
  • Version >= 7.1, < 7.3.2 is affected

References

Problem Types

  • CWE-280: Improper Handling of Insufficient Permissions or Privileges CWE