LiveActive security incident?Get immediate response
CVE Record

CVE-2021-32731: The reset password form reveal users email address

XWiki Platform is a generic wiki platform offering runtime services for applications built on top of it. Between (and including) versions 13.1RC1 and 13.1, the reset password form reveals the email address of users just by giving their username. The problem has been patched on XWiki 13.2RC1. As a workaround, it is possible to manually modify the `resetpasswordinline.vm` to perform the changes made to mitigate the vulnerability.

MediumCVSS 5.3Not KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

XWiki sites running 13.1RC1 through 13.1 can expose a user's email address through the password reset form when a username is supplied. This is an information disclosure issue, not account takeover by itself, but it can support phishing, user enumeration, and privacy exposure.

Executive priority

Treat as a moderate privacy and reconnaissance risk. Prioritize remediation for public XWiki instances and environments where email address exposure creates regulatory, phishing, or personnel-safety concerns.

Technical view

CVE-2021-32731 is CWE-200 in XWiki Platform. The reset password inline template disclosed the email address associated with a provided username without authentication. Scope is versions >=13.1RC1 and <=13.1. CVSS 3.1 is 5.3 with network access, low complexity, no privileges, and confidentiality impact only.

Likely exposure

Exposure is limited to XWiki Platform 13.1RC1 through 13.1, especially internet-facing wikis with password reset enabled. The source bundle does not identify affected hosted services, downstream packages, or separate products.

Exploitation context

The sources do not report active exploitation, and the CVE is not marked KEV. The issue is remotely reachable and unauthenticated, but the documented impact is limited to revealing email addresses tied to known usernames.

Researcher notes

Evidence points to a narrow information disclosure in the reset password template. No source in the bundle claims integrity or availability impact, account compromise, or exploitation in the wild. Keep conclusions constrained to XWiki Platform 13.1RC1 through 13.1.

Mitigation direction

  • Upgrade affected XWiki deployments to 13.2RC1 or a later vendor-supported patched release.
  • If immediate upgrade is not possible, apply the vendor-documented resetpasswordinline.vm workaround.
  • Review vendor advisory and Jira notes before modifying production templates.
  • Limit public exposure of password reset functionality where operationally feasible.

Validation and detection

  • Inventory XWiki Platform versions and flag 13.1RC1 through 13.1 as affected.
  • Confirm whether the password reset form is reachable by unauthenticated users.
  • Check whether the patched release or vendor template workaround is present.
  • Review access logs for unusual password reset username lookup patterns.
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-200: Information exposure and cloud metadata lookup

Information exposure and SSRF weaknesses can make discovery, cloud metadata, and credential material review relevant. 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
description · low confidence lookup

Credential and access behavior lookup

The CVE wording references authentication or credential exposure, so valid-account and credential-access review may help. This is a Glexia inferred lookup path, not an official MITRE, ATT&CK, or CVE Program mapping.

Open ATT&CK lookup
cve · low confidence lookup

CVE-2021-32731 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.3 (3.1)
Known Exploited
No
Published

Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/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.3CVSS 3.1MediumCVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N3.91.4Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

5.3Medium
CVSS 3.1 vector shape for CVE-2021-32731Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/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
Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
xwikixwiki-platform>= 13.1RC1, <= 13.1Listed
Weakness

CWE details

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

CWE-200 · source CWE mapping

Exposure of Sensitive Information to an Unauthorized Actor

Exposure of Sensitive Information to an Unauthorized Actor represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.