Api ManagerApplication · Wso2

CVE-2021-36760

MEDIUM · 6.1 CVSS v3.1 Published 2021-12-07
Mitigation only
No fix yet — a mitigation exists. There is no fixed release. A documented workaround reduces exposure in the meantime.
See remediation →
68/100
Remediation priority · Elevated
Remotely reachable No privileges

Official description Straight from the sourceThe vendor's or NVD's own wording, published unedited. Authoritative, but often terse — it says what broke, rarely what to do.

NVD · unedited
In accountrecoveryendpoint/recoverpassword.do in WSO2 Identity Server 5.7.0, it is possible to perform a DOM-Based XSS attack affecting the callback parameter modifying the URL that precedes the callback parameter. Once the username or password reset procedure is completed, the JavaScript code will be executed. (recoverpassword.do also has an open redirect issue for a similar reason.)

Technical summary Written by usOur analysis, written from the advisory, the CVSS vector and the affected-version data. It adds context the advisory leaves out, and never invents facts that are not in the source.

dbcve analysis · high confidence

A DOM-based XSS vulnerability exists in the accountrecoveryendpoint/recoverpassword.do endpoint of WSO2 Identity Server 5.7.0. The callback parameter is not properly sanitized, allowing an attacker to inject malicious JavaScript that executes in the victim's browser after the password reset procedure completes. The same endpoint also suffers from an open redirect vulnerability due to similar improper handling of the callback parameter.

MitigationImplement proper input validation and output encoding for the callback parameter in recoverpassword.do. The callback URL should be validated against an allowlist or normalized to prevent injection of malicious scripts or unauthorized redirect destinations.

Verify against the referenced sources before acting — the references below are authoritative for this CVE, this summary is not.

Affected products & versions What the vendor confirmedThe version ranges the vendor confirmed as vulnerable. If your version sits inside a range here, treat yourself as exposed until you have upgraded.

NVD · CPE data
Api ManagerApplication
Affected:= 3.0.0= 3.1.0= 3.2.0= 4.0.0
Identity ServerApplication
Affected:= 5.7.0= 5.8.0= 5.9.0= 5.10.0= 5.11.0
Identity Server As Key ManagerApplication
Affected:= 5.3.0= 5.5.0= 5.6.0= 5.7.0= 5.9.0= 5.10.0
Iot ServerApplication
Affected:= 3.3.1

CVSS breakdown How the score is builtThe industry scoring standard. It rates how the flaw is reached, what it takes to exploit, and what an attacker gains — the score is derived from those, not the other way round.

From the vector
Attack vector
Network
Complexity
Low
Privileges
None
User interaction
Required
Scope
Changed
Confidentiality
Low
Integrity
Low
Availability
None

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

Am I affected? How to checkSteps we derive from the advisory and the affected-version data, so you can decide whether this CVE reaches your setup. They are a guide, not a scan — your own configuration is the authority.

dbcve checks

Work through these to decide whether this CVE applies to you.

  1. Identify WSO2 product and version
    Locate the product version from the deployment.toml file in the repository/conf directory, or check the product startup banner, or access the /carbon/admin/about.jsp endpoint in the management console.
    Affected if The installed version matches one of the affected versions: API Manager 3.0.0-4.0.0, Identity Server 5.7.0-5.11.0, Identity Server as Key Manager 5.3.0-5.10.0, or IOT Server 3.3.1 (specific patch versions listed in the CVE)
  2. Confirm accountrecoveryendpoint is accessible
    Attempt to access the /accountrecoveryendpoint/recoverpassword.do endpoint on the server using a browser or HTTP client. Verify the endpoint returns a valid response.
    Affected if The recoverpassword.do endpoint is reachable and functional on the affected product version
  3. Test callback parameter for XSS
    Send a request to recoverpassword.do with a crafted callback parameter such as callback=javascript:alert(document.domain) and examine the response to see if the value is reflected without encoding.
    Affected if The callback parameter value is reflected in the response without proper HTML encoding, allowing script execution
  4. Test callback parameter for open redirect
    Send a request to recoverpassword.do with a callback parameter pointing to an external domain such as callback=https://attacker.com and verify if the application redirects to that arbitrary domain after the password reset flow.
    Affected if The application accepts and uses the callback parameter value for redirection without validating it against an allowlist

The environment is affected if running a listed product version where the recoverpassword.do endpoint reflects the callback parameter without encoding or allows arbitrary redirect destinations.

Generated from the published advisory. Verify against your own configuration.

Check your environment

Paste your version and any relevant configuration and it will be compared against the affected criteria above. Do not include secrets or credentials.

AI-assisted, checked against the advisory. Informational, not a guarantee.

Remediation Closing itWhat it takes to close this. Where a vendor fix exists we point at it; where none exists we say so plainly, and can build one. Effort estimates are scoped from the advisory, not from your codebase.

From vendor data
Mitigation available No clean upgrade yet — mitigate in the meantime
Mitigation

Implement proper input validation and output encoding for the callback parameter in recoverpassword.do. The callback URL should be validated against an allowlist or normalized to prevent injection of malicious scripts or unauthorized redirect destinations.

Fix this in Api Manager Scoped from the published advisory
  • Consultation4.0 h
  • Implementation8.0 h
  • Testing6.0 h
  • Review / QA4.0 h
22.0 hours of engineering $3,860
Get help mitigating

An estimate, not a bill — we confirm scope with you before any work starts. Need it this week? Rush from $6,176.

Scan for this in your stack

Free · runs locally
dbcve dependency scanner

Check whether your project pulls in CVE-2021-36760 — or any other known-vulnerable package — straight from your lock files. Free and open source; it runs locally and uploads nothing.

References Go to the primary sourcePrimary sources — vendor advisories, patches and trackers. Where our summary and a reference disagree, the reference wins.

Primary sources

Practitioner notes

Contributed

Peer-ranked notes from engineers who’ve handled CVE-2021-36760 in production — separate from our analysis above.

No notes yet

Be the first to add a field note for this CVE — a mitigation you’ve verified, a version caveat, or a link to a working fix. Sign in above to contribute.

What this is

A place for practitioners to share what actually worked: a mitigation you’ve tested, a configuration change, a version- or environment-specific caveat, or a link to a verified patch. The most useful notes rise to the top as peers upvote them, so the signal stays high.

What belongs here
  • Verified mitigations, workarounds, and config changes
  • Version or environment caveats, and links to real fixes
  • No weaponised exploit code, or anything meant to cause harm
  • No spam, self-promotion, credentials, or personal data