Published: April 09, 2020 CVE number: CVE-2020-5263 Credit: Bogdan Vitoc (Spatial Systems Inc)Documentation Index
Fetch the complete documentation index at: https://docs-staging.auth0-mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Overview
Between versions 8.0.0 and 9.13.1 (inclusive), in the case of an (authentication) error, the error object returned by the library contains the original request of the user, which may include the plaintext password the user entered. If the error object is exposed or logged without modification, the application risks password exposure.Am I affected?
You are affected by this vulnerability if all of the following conditions apply:- You are using Auth0.js version between 8.0.0 and 9.13.1 (inclusive).
- You store or display error objects without filtering.