Hi Auth0 Team,
I want to report a potential security issue with the /dbconnection/password_change
endpoint in Auth0 database connections.
Issue:
It appears that using certain URL-encoded control characters, e.g., "%01"
, in the email
parameter allows multiple password change requests without triggering the too_many_attempts
error.
Is there already a way to configure Auth0 to protect against this behavior?