Skip to main content

Wagtail CMS CVE-2026-44198

MEDIUM
Improper Handling of Insufficient Permissions or Privileges (CWE-280)
2026-05-08 https://github.com/wagtail/wagtail GHSA-c4mr-889m-vgf6
4.3
CVSS 3.1 · GitHub Advisory
Share

Severity by source

GitHub Advisory PRIMARY
4.3 MEDIUM
AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N
vuln.today AI
4.3 MEDIUM

Requires authenticated low-privilege CMS account (PR:L); confidentiality-only impact (C:L) as revision data is disclosed but no modification or service disruption occurs.

3.1 AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N
4.0 AV:N/AC:L/AT:N/PR:L/UI:N/VC:L/VI:N/VA:N/SC:N/SI:N/SA:N

Primary rating from GitHub Advisory.

CVSS VectorGitHub Advisory

Attack Vector
Network
Attack Complexity
Low
Privileges Required
Low
User Interaction
None
Scope
Unchanged
Confidentiality
Low
Integrity
None
Availability
None

Lifecycle Timeline

3
Source Code Evidence Fetched
Jul 23, 2026 - 22:50 vuln.today
Analysis Generated
Jul 23, 2026 - 22:50 vuln.today
CVE Published
May 08, 2026 - 20:19 nvd
MEDIUM 4.3

Blast Radius

ecosystem impact
† from your stack dependencies † transitive graph · vuln.today resolves 4-path depth
  • 1 pypi packages depend on wagtail (1 direct, 0 indirect)

Ecosystem-wide dependent count for version 7.1.

DescriptionGitHub Advisory

Impact

A CMS user without the ability to edit a page could still access the history report for the page, potentially resulting in disclosure of sensitive information.

Patches

Patched versions have been released as Wagtail 7.0.7 and 7.3.2. The new 7.4 LTS feature release also incorporates this fix.

Workarounds

No workaround is available.

Acknowledgements

Wagtail thanks Seoyoung Kang @seoyoung-kang who is from AhnLab and also an independent security researcher for reporting this issue.

For more information

If there are any questions or comments about this advisory:

AnalysisAI

Improper permission enforcement in Wagtail CMS allows authenticated low-privilege users to access the page history report for pages they lack edit rights on, resulting in potential disclosure of sensitive revision content. Affected versions are pip/wagtail prior to 7.0.7 and 7.1 through below 7.3.2. No public exploit code exists and no active exploitation has been identified; EPSS of 0.03% (7th percentile) and CISA SSVC classification of 'Exploitation: none' confirm this as a low-priority disclosure issue limited to the authenticated CMS user population.

Technical ContextAI

Wagtail is a Django-based open-source CMS distributed via pip (pkg:pip/wagtail). The root cause is CWE-280 (Improper Handling of Insufficient Permissions or Privileges): the page history/audit log endpoint fails to enforce the same edit-level access control that governs page modification. Wagtail's permission model distinguishes between users who can view the CMS and users who can edit specific pages; this flaw reveals that the permission gate protecting page history was implemented inconsistently, allowing the history view to be reached by any authenticated CMS user regardless of their page-level edit rights. The CPE identifier pkg:pip/wagtail covers all affected releases across the 7.0.x and 7.1-7.3.x branches.

RemediationAI

Upgrade Wagtail to version 7.0.7 if on the 7.0.x branch, or to 7.3.2 if on the 7.1-7.3.x branch. Installations should also consider migrating to the 7.4 LTS release, which incorporates this fix and provides long-term support. The vendor advisory is published at https://github.com/wagtail/wagtail/security/advisories/GHSA-c4mr-889m-vgf6. Per the vendor, no workaround is available. As an interim compensating control while patching, administrators should audit and restrict the pool of authenticated CMS users to only those with a legitimate business need for CMS access, reducing the number of accounts capable of exploiting this bypass; however, this does not remediate the underlying flaw and should not substitute for patching.

Share

CVE-2026-44198 vulnerability details – vuln.today

This site uses cookies essential for authentication and security. No tracking or analytics cookies are used. Privacy Policy