LiveActive security incident?Get immediate response
CVE Record

CVE-2020-11001: Possible XSS attack in Wagtail

In Wagtail before versions 2.8.1 and 2.7.2, a cross-site scripting (XSS) vulnerability exists on the page revision comparison view within the Wagtail admin interface. A user with a limited-permission editor account for the Wagtail admin could potentially craft a page revision history that, when viewed by a user with higher privileges, could perform actions with that user's credentials. 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.2 (for the LTS 2.7 branch) and Wagtail 2.8.1 (for the current 2.8 branch).

MediumCVSS 5.8Not KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

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.
Prepared
Confidence
high
Sources
5

Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.

Potential ATT&CK relevance

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 · medium confidence lookup

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 lookup
cwe · medium confidence lookup

CWE-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 lookup
cve · low confidence lookup

CVE-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
Vulnerability profileCVE Program record
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

Official CVE source material

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.

1CVSS vectors
0Timeline events
0ADP providers
4Source links

CVSS vector scores

1 official score

We 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.

ScoreVersionSeverityVectorExploitImpactSource
5.8CVSS 3.1MediumCVSS:3.1/AV:N/AC:H/PR:L/UI:R/S:C/C:H/I:N/A:N1.34Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

5.8Medium
CVSS 3.1 vector shape for CVE-2020-11001Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: CVSS:3.1/AV:N/AC:H/PR:L/UI:R/S:C/C:H/I:N/A:N

Attack Vector
NetworkAdjacentLocalPhysical
Attack Complexity
LowHigh
Privileges Required
NoneLowHigh
User Interaction
NoneRequired
Scope
ChangedUnchanged
Confidentiality Impact
HighLowNone
Integrity Impact
HighLowNone
Availability Impact
HighLowNone

Source materials

Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
wagtailwagtail< 2.7.2, >= 2.8.0, < 2.8.1Listed
Weakness

CWE details

CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.

CWE-79 · source CWE mapping

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.

CWE-80 · source CWE mapping

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.