CVE-2020-15118
CVSS V2 Low 3.5
CVSS V3 Medium 5.4
Description
In Wagtail before versions 2.7.4 and 2.9.3, 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, 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. 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. 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.
Overview
- CVE ID
- CVE-2020-15118
- Assigner
- security-advisories@github.com
- Vulnerability Status
- Analyzed
- Published Version
- 2020-07-20T18:15:12
- Last Modified Date
- 2020-07-28T12:29:45
Weakness Enumerations
CPE Configuration (Product)
CPE | Vulnerable | Operator | Version Start | Version End |
---|---|---|---|---|
cpe:2.3:a:torchbox:wagtail:*:*:*:*:*:*:*:* | 1 | OR | 2.7 | 2.7.4 |
cpe:2.3:a:torchbox:wagtail:*:*:*:*:*:*:*:* | 1 | OR | 2.9 | 2.9.3 |
CVSS Version 2
- Version
- 2.0
- Vector String
- AV:N/AC:M/Au:S/C:N/I:P/A:N
- Access Vector
- NETWORK
- Access Compatibility
- MEDIUM
- Authentication
- SINGLE
- Confidentiality Impact
- NONE
- Integrity Impact
- PARTIAL
- Availability Impact
- NONE
- Base Score
- 3.5
- Severity
- LOW
- Exploitability Score
- 6.8
- Impact Score
- 2.9
CVSS Version 3
- Version
- 3.1
- Vector String
- CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:N
- Attack Vector
- NETWORK
- Attack Compatibility
- LOW
- Privileges Required
- LOW
- User Interaction
- REQUIRED
- Scope
- CHANGED
- Confidentiality Impact
- LOW
- Availability Impact
- NONE
- Base Score
- 5.4
- Base Severity
- MEDIUM
- Exploitability Score
- 2.3
- Impact Score
- 2.7
References
Reference URL | Reference Tags |
---|---|
https://docs.wagtail.io/en/stable/reference/contrib/forms/index.html#usage | Vendor Advisory |
https://github.com/wagtail/wagtail/blob/master/docs/releases/2.9.3.rst | Release Notes Third Party Advisory |
https://github.com/wagtail/wagtail/security/advisories/GHSA-2473-9hgq-j7xw | Third Party Advisory |
https://github.com/wagtail/wagtail/commit/d9a41e7f24d08c024acc9a3094940199df94db34 | Patch Third Party Advisory |
https://docs.djangoproject.com/en/3.0/ref/models/fields/#django.db.models.Field.help_text | Third Party Advisory |
Sources
Source Name | Source URL |
---|---|
NIST | https://nvd.nist.gov/vuln/detail/CVE-2020-15118 |
MITRE | https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-15118 |
History
Created | Old Value | New Value | Data Type | Notes |
---|---|---|---|---|
2022-05-10 16:39:28 | Added to TrackCVE | |||
2022-12-04 20:03:58 | 2020-07-20T18:15Z | 2020-07-20T18:15:12 | CVE Published Date | updated |
2022-12-04 20:03:58 | 2020-07-28T12:29:45 | CVE Modified Date | updated | |
2022-12-04 20:03:58 | Analyzed | Vulnerability Status | updated |