CVE-2020-15118

CVE-2020-15118 is a high-severity cross-site scripting (XSS) vulnerability in wagtail (pip), affecting versions < 2.7.4. It is fixed in 2.7.4, 2.9.3.

Summary

Workarounds

Site owners who are unable to upgrade to the new versions can secure their form page templates by rendering forms field-by-field as per Django's documentation, but omitting the |safe filter when outputting the help text.

Acknowledgements

Many thanks to Timothy Bautista for reporting this issue.

For more information

If you have any questions or comments about this advisory:

Impact

When a form page type is made available to Wagtail editors through the wagtail.contrib.forms app, and the page template is built using Django's standard form rendering helpers such as form.as_p (as directed in the documentation), any HTML tags used within a form field's help text will be rendered unescaped in the page. Allowing HTML within help text is an intentional design decision by Django; however, as a matter of policy Wagtail does not allow editors to insert arbitrary HTML by default, as this could potentially be used to carry out cross-site scripting attacks, including privilege escalation. This functionality should therefore not have been made available to editor-level users.

The vulnerability is not exploitable by an ordinary site visitor without access to the Wagtail admin.

Untrusted input is rendered as active markup in a victim's browser, which can run script in their session. Typical impact: session or credential theft, and actions taken as the user.

CVE-2020-15118 has a CVSS score of 5.7 (High). The vector is network-reachable, high privileges required, and user interaction required. A CVSS score reflects the worst-case severity of the vulnerability, not your specific exposure. Whether this affects your application depends on whether the vulnerable code is present and reachable in your environment. A fixed version is available (2.7.4, 2.9.3); upgrading removes the vulnerable code path.

Affected versions

wagtail (< 2.7.4) wagtail (>= 2.8rc1, < 2.9.3)

Security releases

wagtail → 2.7.4 (pip) wagtail → 2.9.3 (pip)

Kodem intelligence

Severity tells you how bad this could be in the worst case. It does not tell you whether you are exposed. Exploitability and impact are functions of runtime truth: whether the vulnerable code is present, reachable, and actually executes in your application. A vulnerable package can sit in your dependency tree and never run.

Kodem, an Intelligent Application Security platform, uses runtime intelligence to reveal which vulnerabilities actually execute in production, so teams prioritize the ones that genuinely matter. Kodem's runtime-powered SCA identifies whether this CVE is reachable in your applications.

See it in your environment

Remediation advice

Patched versions have been released as Wagtail 2.7.4 (for the LTS 2.7 branch) and Wagtail 2.9.3 (for the current 2.9 branch). In these versions, help text will be escaped to prevent the inclusion of HTML tags. Site owners who wish to re-enable the use of HTML within help text (and are willing to accept the risk of this being exploited by editors) may set WAGTAILFORMS_HELP_TEXT_ALLOW_HTML = True in their configuration settings.

Frequently Asked Questions

  1. What is CVE-2020-15118? CVE-2020-15118 is a high-severity cross-site scripting (XSS) vulnerability in wagtail (pip), affecting versions < 2.7.4. It is fixed in 2.7.4, 2.9.3. Untrusted input is rendered as active markup in a victim's browser, which can run script in their session.
  2. How severe is CVE-2020-15118? CVE-2020-15118 has a CVSS score of 5.7 (High). This score reflects the worst-case severity of the vulnerability, not your specific exposure. Whether it represents real risk in your environment depends on whether the vulnerable code is present and reachable.
  3. Which versions of wagtail are affected by CVE-2020-15118? wagtail (pip) versions < 2.7.4 is affected.
  4. Is there a fix for CVE-2020-15118? Yes. CVE-2020-15118 is fixed in 2.7.4, 2.9.3. Upgrade to this version or later.
  5. Is CVE-2020-15118 exploitable, and should I be worried? Whether CVE-2020-15118 is exploitable in your environment depends on whether the vulnerable code is present and reachable. A CVSS score is a worst-case rating; it does not account for your specific deployment, configuration, or usage patterns. Kodem, an Intelligent Application Security platform, uses runtime intelligence to show which vulnerabilities actually execute in production, so you can focus on the ones that represent real risk. Get a demo
  6. What actually determines whether CVE-2020-15118 is exploitable, and how bad it is? Exploitability and impact are not fixed properties of a CVE. They depend on runtime truth: whether the vulnerable code is present, reachable, and actually executes in your application. A high CVSS score on a dependency that never runs is not the same as real risk. Kodem, an Intelligent Application Security platform, uses runtime intelligence to reveal which vulnerabilities actually execute in production, so teams prioritize the ones that genuinely matter.
  7. How do I fix CVE-2020-15118?
    • Upgrade wagtail to 2.7.4 or later
    • Upgrade wagtail to 2.9.3 or later

Other vulnerabilities in wagtail

CVE-2026-44200CVE-2026-44199CVE-2026-44198CVE-2026-44197CVE-2026-28223

Stop the waste.
Protect your environment with Kodem.