Description
Wagtail is an open source content management system built on Django. In versions prior to 7.0.8, 7.3.3 and 7.4.2, the Documents and Images chooser's chosen endpoint incorrectly listed items for which the user has not been granted choose permission. A user with access to the Wagtail admin could see the filename and name and URLs of documents and images in those collections. The vulnerability is not exploitable by an ordinary site visitor without access to the Wagtail admin. This issue has been fixed in versions 7.0.8, 7.3.3, and 7.4.2.
Published: 2026-07-01
Score: 4.3 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The flaw in Wagtail’s Documents and Images chooser allows an authenticated admin to view the file names, URLs, and basic metadata of media items that they are not authorized to choose. This improper authorization (CWE‑280) does not give or system but exposes sensitive asset information. The vulnerability is only exploitable by users with Wagtail admin access; ordinary visitors cannot exploit it.

Affected Systems

Systems running Wagtail versions prior to 7.0.8, 7.3.3, or 7.4.2 are affected. The issue and images.

Risk and Exploitability

The CVSS score of 4.3 indicates a moderate risk severity. The EPSS score of <1% indicates a very low probability of exploitation, and the vulnerability is not listed in CISA’s KEV catalog. The likely attack vector requires an admin login; ordinary site visitors without admin access cannot exploit the flaw. The exploitation risk is thus low for external attackers but possible for authenticated Wagtail admins.

Generated by OpenCVE AI on July 21, 2026 at 13:14 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade Wagtail to at least version 7.0.8, 7.3.3, or 7.4.2, where the chooser authorization is corrected.
  • Ensure that the "choose" permission is granted only to users who genuinely need it; consider disabling the Documents and Images chooser for users who do not require it.
  • Review any custom chooser endpoints or extensions and confirm they apply the same authorization checks, or otherwise remove them to prevent accidental disclosure.

Generated by OpenCVE AI on July 21, 2026 at 13:14 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Thu, 02 Jul 2026 16:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'none', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Thu, 02 Jul 2026 04:00:00 +0000

Type Values Removed Values Added
First Time appeared Wagtail
Wagtail wagtail
Vendors & Products Wagtail
Wagtail wagtail

Wed, 01 Jul 2026 21:45:00 +0000

Type Values Removed Values Added
Description Wagtail is an open source content management system built on Django. In versions prior to 7.0.8, 7.3.3 and 7.4.2, the Documents and Images chooser's chosen endpoint incorrectly listed items for which the user has not been granted choose permission. A user with access to the Wagtail admin could see the filename and name and URLs of documents and images in those collections. The vulnerability is not exploitable by an ordinary site visitor without access to the Wagtail admin. This issue has been fixed in versions 7.0.8, 7.3.3, and 7.4.2.
Title Wagtail: Improper restriction handling on Documents and Images chosen endpoints
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'}


cve-icon MITRE

Status: PUBLISHED

Assigner: GitHub_M

Published:

Updated: 2026-07-02T15:49:19.274Z

Reserved: 2026-06-12T17:13:32.278Z

Link: CVE-2026-54259

cve-icon Vulnrichment

Updated: 2026-07-02T15:49:16.210Z

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-07-21T13:15:05Z

Weaknesses
  • CWE-280

    Improper Handling of Insufficient Permissions or Privileges