logo

Database

Description

There is no evidence of validation of the values sent in the tokenCode parameter to complete the request, allowing random values to be used in multiple attempts.

Impact

Perform the account creation process without knowing the generated token.

Recommendation

- Validate on the server side that the token sent by the user is the one generated for the request. - Validate that the token generated is used only once.

Threat

External attacker authenticated.

Expected Remediation Time

⏱️ 90 minutes.