CVE-2026-44200

medium
Published 2026-05-08 · Modified 2026-05-20
CVSS v3
6.5
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N
CVSS v2
VIR risk
6.5

Description

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.

Predictions

Exploit likelihood
75%
Patch ETA

Heuristic predictions, AS-IS, for prioritization only.

Mitigations

vendor Authored 2026-05-27

Vendor advisory: security-advisories@github.com — https://github.com/wagtail/wagtail/security/advisories/GHSA-67rv-mg8q-5pf3

Package impact

EcosystemPackageVulnerableFixed
python PyPIwagtail<7.0.77.0.7
python PyPIwagtail>=7.1,<7.3.27.3.2
PIPwagtail>= 7.1, < 7.3.27.3.2
PIPwagtail< 7.0.77.0.7

Application impact

VendorProductVersionsFixed
torchboxwagtail{"endExcluding":"7.0.7"}7.0.7

References

CWEs

CWE-280

Verify integrity in audit chain (admin only). AS-IS.