Security readout for executives and security teams
Plain-English summary
This affects older Wagtail CMS admin installations. A lower-privileged editor could prepare malicious page revision history that runs script in a higher-privileged user's browser when they compare revisions. Ordinary public visitors cannot exploit it. Business impact is mainly admin account abuse inside vulnerable Wagtail environments.
Executive priority
Treat this as a moderate-priority CMS administration risk. It is not a public unauthenticated website takeover, but vulnerable sites with many editors or weak editor account controls should patch promptly because the target is higher-privileged admin sessions.
Technical view
CVE-2020-11001 is an admin-interface XSS in Wagtail's page revision comparison view. A limited-permission editor could craft revision history that executes when viewed by a higher-privileged admin user. The source lists CWE-79 and CWE-80, CVSS 3.1 score 5.8, with low privileges required and user interaction required.
Likely exposure
Exposure is limited to Wagtail installations running versions before 2.7.2, or 2.8.0 before 2.8.1, with Wagtail admin users who can create or edit page revisions. Public-only site visitors are not exposed by the source description.
Exploitation context
The source bundle does not show CISA KEV listing or active exploitation. Exploitation requires Wagtail admin access by a lower-privileged editor and a higher-privileged user viewing the crafted revision comparison. This is an insider or compromised-editor-account scenario, not unauthenticated public exploitation.
Researcher notes
The key trust boundary is inside the Wagtail admin. Validation should focus on vulnerable Wagtail versions and whether low-trust editors can create revisions that privileged users review. Do not assume broader product impact beyond the Wagtail versions named in the source bundle.
Mitigation direction
- Upgrade Wagtail 2.7 LTS deployments to 2.7.2 or later.
- Upgrade Wagtail 2.8 deployments to 2.8.1 or later.
- Restrict Wagtail admin access to trusted users until upgraded.
- Review low-permission editor accounts for necessity and compromise indicators.
- Check the Wagtail advisory and release notes for deployment-specific guidance.
Validation and detection
- Inventory Wagtail versions in application dependencies and deployed environments.
- Confirm no production instance runs Wagtail below 2.7.2 or 2.8.1.
- Verify Wagtail admin is not accessible to ordinary site visitors.
- Review recent editor activity and page revision history for unusual changes.
- Confirm privileged users have not reviewed suspicious revision comparisons before patching.
Public sources used
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
Conservative CVE-to-ATT&CK context
These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.
ATT&CK lookup starting points
Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.
CWE-79: User-session and phishing behavior lookup
Client-side and session-facing weaknesses should be reviewed alongside initial-access and user-execution behaviors. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.
Open ATT&CK lookupCWE-80: User-session and phishing behavior lookup
Client-side and session-facing weaknesses should be reviewed alongside initial-access and user-execution behaviors. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.
Open ATT&CK lookupCVE-2020-11001 mapping review
Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.
Open ATT&CK lookup- Severity
- Medium
- CVSS
- 5.8 (3.1)
- Known Exploited
- No
- Published
Vector: CVSS:3.1/AV:N/AC:H/PR:L/UI:R/S:C/C:H/I:N/A:N
CNA and ADP enrichment extracted from CVE v5
These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.
CVSS vector scores
1 official scoreWe collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.
CVSS:3.1/AV:N/AC:H/PR:L/UI:R/S:C/C:H/I:N/A:N1.34Primary CVE scoreVulnerability scoring details
Base CVSS 3.1 score
5.8MediumVector: CVSS:3.1/AV:N/AC:H/PR:L/UI:R/S:C/C:H/I:N/A:N
Source materials
- CVE List V5 sourceCVE List V5
- https://github.com/wagtail/wagtail/security/advisories/GHSA-v2wc-pfq2-5cm6CVE reference · x_refsource_CONFIRM
- https://github.com/wagtail/wagtail/releases/tag/v2.8.1CVE reference · x_refsource_MISC, x_transferred
- https://github.com/wagtail/wagtail/commit/61045ceefea114c40ac4b680af58990dbe732389CVE reference · x_refsource_MISC, x_transferred
Products and packages named in the record
CWE details
CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.
Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')
Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.
Improper Neutralization of Script-Related HTML Tags in a Web Page (Basic XSS)
Improper Neutralization of Script-Related HTML Tags in a Web Page (Basic XSS) represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.
