Executive Summary



This Alert is flagged as TOP 25 Common Weakness Enumeration from CWE/SANS. For more information, you can read this.
Informations
Name CVE-2021-32681 First vendor Publication 2021-06-17
Vendor Cve Last vendor Modification 2021-06-23

Security-Database Scoring CVSS v3

Cvss vector : CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:N
Overall CVSS Score 5.4
Base Score 5.4 Environmental Score 5.4
impact SubScore 2.7 Temporal Score 5.4
Exploitabality Sub Score 2.3
 
Attack Vector Network Attack Complexity Low
Privileges Required Low User Interaction Required
Scope Changed Confidentiality Impact Low
Integrity Impact Low Availability Impact None
Calculate full CVSS 3.0 Vectors scores

Security-Database Scoring CVSS v2

Cvss vector : (AV:N/AC:M/Au:S/C:N/I:P/A:N)
Cvss Base Score 3.5 Attack Range Network
Cvss Impact Score 2.9 Attack Complexity Medium
Cvss Expoit Score 6.8 Authentication Requires single instance
Calculate full CVSS 2.0 Vectors scores

Detail

Wagtail is an open source content management system built on Django. A cross-site scripting vulnerability exists in versions 2.13-2.13.1, versions 2.12-2.12.4, and versions prior to 2.11.8. When the `{% include_block %}` template tag is used to output the value of a plain-text StreamField block (`CharBlock`, `TextBlock` or a similar user-defined block derived from `FieldBlock`), and that block does not specify a template for rendering, the tag output is not properly escaped as HTML. This could allow users to insert arbitrary HTML or scripting. This vulnerability is only exploitable by users with the ability to author StreamField content (i.e. users with 'editor' access to the Wagtail admin). Patched versions have been released as Wagtail 2.11.8 (for the LTS 2.11 branch), Wagtail 2.12.5, and Wagtail 2.13.2 (for the current 2.13 branch). As a workaround, site implementors who are unable to upgrade to a current supported version should audit their use of `{% include_block %}` to ensure it is not used to output `CharBlock` / `TextBlock` values with no associated template. Note that this only applies where `{% include_block %}` is used directly on that block (uses of `include_block` on a block _containing_ a CharBlock / TextBlock, such as a StructBlock, are unaffected). In these cases, the tag can be replaced with Django's `{{ ... }}` syntax - e.g. `{% include_block my_title_block %}` becomes `{{ my_title_block }}`.

Original Source

Url : http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-32681

CWE : Common Weakness Enumeration

% Id Name
100 % CWE-79 Failure to Preserve Web Page Structure ('Cross-site Scripting') (CWE/SANS Top 25)

CPE : Common Platform Enumeration

TypeDescriptionCount
Application 4

Sources (Detail)

Source Url
CONFIRM https://github.com/wagtail/wagtail/security/advisories/GHSA-xfrw-hxr5-ghqf
MISC https://github.com/wagtail/wagtail/releases/tag/v2.11.8
https://github.com/wagtail/wagtail/releases/tag/v2.12.5
https://github.com/wagtail/wagtail/releases/tag/v2.13.2

Alert History

If you want to see full details history, please login or register.
0
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
Date Informations
2024-02-02 02:25:40
  • Multiple Updates
2024-02-01 12:23:57
  • Multiple Updates
2023-09-05 13:19:58
  • Multiple Updates
2023-09-05 01:23:28
  • Multiple Updates
2023-09-02 13:18:34
  • Multiple Updates
2023-09-02 01:23:49
  • Multiple Updates
2023-08-12 13:24:41
  • Multiple Updates
2023-08-12 01:23:04
  • Multiple Updates
2023-08-11 13:16:56
  • Multiple Updates
2023-08-11 01:23:49
  • Multiple Updates
2023-08-06 13:14:56
  • Multiple Updates
2023-08-06 01:22:48
  • Multiple Updates
2023-08-04 13:15:18
  • Multiple Updates
2023-08-04 01:23:09
  • Multiple Updates
2023-07-14 13:15:22
  • Multiple Updates
2023-07-14 01:22:58
  • Multiple Updates
2023-03-29 02:17:32
  • Multiple Updates
2023-03-28 12:23:11
  • Multiple Updates
2022-10-11 13:07:17
  • Multiple Updates
2022-10-11 01:22:40
  • Multiple Updates
2021-06-23 21:23:13
  • Multiple Updates
2021-06-22 01:39:53
  • Multiple Updates
2021-06-22 01:39:50
  • Multiple Updates
2021-06-21 21:23:08
  • Multiple Updates
2021-06-18 00:22:46
  • Multiple Updates
2021-06-17 21:23:17
  • First insertion