CVE-2026-54263
Analyzed Analyzed - Analysis Complete

Reflected XSS in Wagtail Admin Dynamic Image URL

Vulnerability report for CVE-2026-54263, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-07-01

Last updated on: 2026-07-06

Assigner: GitHub, Inc.

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, reflected cross-site scripting (XSS) vulnerability exists on the dynamic image URL generator view within the Wagtail admin interface. A user with a limited-permission editor account for the Wagtail admin could craft a URL that, when viewed by a user with higher privileges, could perform actions with that user's credentials. The vulnerability is present for all sites, even if they do not enable the dynamic image serve view. 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.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-07-01
Last Modified
2026-07-06
Generated
2026-07-22
AI Q&A
2026-07-02
EPSS Evaluated
2026-07-20
NVD

Affected Vendors & Products

Showing 2 associated CPEs
Vendor Product Version / Range
torchbox wagtail From 7.3 (inc) to 7.3.3 (exc)
torchbox wagtail From 7.4 (inc) to 7.4.2 (exc)

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-79 The product does not neutralize or incorrectly neutralizes user-controllable input before it is placed in output that is used as a web page that is served to other users.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This vulnerability is a reflected cross-site scripting (XSS) issue found in the Wagtail content management system versions prior to 7.0.8, 7.3.3, and 7.4.2. It exists in the dynamic image URL generator view within the Wagtail admin interface. A user with limited editor permissions can craft a malicious URL that, when accessed by a user with higher privileges, can execute actions using that higher privileged user's credentials.

The vulnerability affects all sites using the vulnerable versions, even if they do not enable the dynamic image serve view. However, it cannot be exploited by ordinary site visitors without access to the Wagtail admin interface.

Detection Guidance

The vulnerability is a reflected cross-site scripting (XSS) issue in the dynamic image URL generator view of the Wagtail admin interface. Detection involves identifying crafted URLs targeting this specific view that could execute arbitrary scripts when accessed by a higher-privileged user.

Since the vulnerability requires admin interface access and crafted URLs, detection can focus on monitoring HTTP requests to the Wagtail admin dynamic image URL generator endpoints for suspicious or unusual query parameters or URL patterns.

No specific commands are provided in the available resources. However, general detection approaches could include:

  • Using web server logs or proxy logs to search for unusual or suspicious URL patterns targeting the dynamic image URL generator view.
  • Employing web application firewall (WAF) rules to detect and block reflected XSS payloads in URLs accessing the Wagtail admin interface.
  • Manually reviewing URLs accessed by users with editor or higher privileges for unexpected parameters or script injections.
Impact Analysis

This vulnerability can allow an attacker with limited permissions to perform actions with the credentials of a higher privileged user if that user views a specially crafted URL. This can lead to unauthorized actions within the Wagtail admin interface, potentially compromising the integrity and security of the content management system.

Compliance Impact

The vulnerability allows a user with limited permissions to craft a URL that, when viewed by a higher-privileged user, could perform actions with that user's credentials. This could lead to unauthorized access or actions within the Wagtail admin interface.

Such unauthorized actions and potential exposure of privileged credentials could impact compliance with standards and regulations like GDPR and HIPAA, which require protection of sensitive data and prevention of unauthorized access.

However, the vulnerability is not exploitable by ordinary site visitors without admin access, which somewhat limits the exposure.

The issue has been fixed in later versions, so updating to these versions is important to maintain compliance.

Mitigation Strategies

To mitigate this vulnerability, upgrade Wagtail to one of the fixed versions: 7.0.8, 7.3.3, or 7.4.2.

Since the vulnerability affects the dynamic image URL generator view in the Wagtail admin interface, ensure that only trusted users have access to the Wagtail admin and limit editor permissions where possible until the upgrade is applied.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-54263. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart