Closed staaldraad closed 2 months ago
The sanitizeUser function did not cleanup the EmailChange and EmailChangeSentAt properties on a User. If a User had a pending email address change, the new address could be leaked via a crafted signUp request.
sanitizeUser
signUp
The
sanitizeUser
function did not cleanup the EmailChange and EmailChangeSentAt properties on a User. If a User had a pending email address change, the new address could be leaked via a craftedsignUp
request.