Skip to content
  • Rémy Coutable's avatar
    Merge branch 'fix/2fa-authentication-spoofing' into 'master' · 4a9f5ef9
    Rémy Coutable authored and Rémy Coutable's avatar Rémy Coutable committed
    Fix 2FA authentication spoofing
    
    This is security fix for vulnerability described at
    https://gitlab.com/gitlab-org/gitlab-ce/issues/14900
    
    .
    
    Attacker was able to bypass password authentication of users that have 2FA enabled, and consequently sign is as a different user, without knowing his password, if he managed to guess 2FA One Time Password for that user.
    
    It was also possible to enumerate users and check if they have 2FA enabled, because GitLab responded with different error for each case.
    
    This MR attempts to change default user search scope if `otp_user_id` session variable has been set. If it is present, it means that user has 2FA enabled, and has already been verified with login and password. In this case we should look for user with `otp_user_id` first, before picking it up by `login`.
    
    Both, 2FA authentication spoofing and 2FA discovery have been covered by specs.
    
    Current 2FA code is a bit tricky, so it probably needs some refactoring.
    
    Signed-off-by: default avatarRémy Coutable <remy@rymai.me>
    4a9f5ef9
To find the state of this project's repository at the time of any of these versions, check out the tags.