Description
Wagtail is an open source content management system built on Django. Prior to versions 7.0.9, 7.3.4, 7.4.3, and 8.0rc2 on their respective release lines, the internal Pages admin API returns page fields declared in api_fields without sufficient access control, allowing a user with Wagtail admin access to retrieve restricted draft and live page content. This issue is fixed in versions 7.0.9, 7.3.4, 7.4.3, and 8.0rc2.
Published: 2026-08-24
Score: 4.3 Medium
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The vulnerability arises when the Wagtail Pages admin API returns page fields defined in api_fields without applying the correct access checks. This allows any authenticated user with admin rights to read restricted draft and live page content, exposing data that should otherwise be protected. The flaw is an information‑disclosure issue, potentially revealing sensitive page metadata and content to privileged users.

Affected Systems

All installations of Wagtail up to, but not including, version 7.0.9, 7.3.4, 7.4.3, and 8.0rc2 are vulnerable. The problem is confined to the Pages admin API and does not affect other parts of the CMS. Deployments that use Wagtail admin access are at risk.

Risk and Exploitability

The CVSS score of 4.3 indicates moderate severity; no EPSS data is available and the vulnerability is not listed in the CISA KEV catalog. An attacker must first obtain legitimate admin credentials or have access to a user account that already possesses admin rights. Once authenticated, the attacker can call the admin API and retrieve confidential page data, but the flaw does not provide remote code execution or privilege escalation beyond the administrative scope.

Generated by OpenCVE AI on August 24, 2026 at 22:51 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade Wagtail to at least version 7.0.9, 7.3.4, 7.4.3, or 8.0rc2.
  • If upgrading is not immediately feasible, limit access to the Pages admin API by assigning it only to the most trusted users or disabling the endpoint until the fix is applied.
  • After applying the patch or restriction, audit role‑based permissions to ensure that api_fields are exposed exclusively to authorized administrators.

Generated by OpenCVE AI on August 24, 2026 at 22:51 UTC.

Tracking

Sign in to view the affected projects.

Advisories
Source ID Title
Github GHSA Github GHSA GHSA-3vrh-m9w7-v94f Wagtail: Improper restriction handling on Pages admin API
History

Mon, 24 Aug 2026 21:00:00 +0000

Type Values Removed Values Added
Description Wagtail is an open source content management system built on Django. Prior to versions 7.0.9, 7.3.4, 7.4.3, and 8.0rc2 on their respective release lines, the internal Pages admin API returns page fields declared in api_fields without sufficient access control, allowing a user with Wagtail admin access to retrieve restricted draft and live page content. This issue is fixed in versions 7.0.9, 7.3.4, 7.4.3, and 8.0rc2.
Title Wagtail: Improper restriction handling on Pages admin API
Weaknesses CWE-280
References
Metrics cvssV3_1

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


Subscriptions

No data.

cve-icon MITRE

Status: PUBLISHED

Assigner: GitHub_M

Published:

Updated: 2026-08-24T20:37:36.460Z

Reserved: 2026-06-16T22:10:37.608Z

Link: CVE-2026-55468

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-08-24T21:17:41.290

Modified: 2026-08-24T21:17:41.290

Link: CVE-2026-55468

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-24T23:00:06Z

Weaknesses
  • CWE-280

    Improper Handling of Insufficient Permissions or Privileges