Join the social network of Tech Nerds, increase skill rank, get work, manage projects...
 
  • Prevent Misuse of 'Password Change' Functionality

    • 0
    • 2
    • 1
    • 2
    • 0
    • 0
    • 0
    • 0
    • 892
    Comment on it

    Password Change Functionality:- Applications should have the password change functionality, to allow the users to change their passwords if they want & to allow periodic password expiration (if required). User should change their password quickly to reduce the risk of unauthorized use. From a security point of view, this needs to be highly protected against misuse.


    Prevent Misuse of Password Change Functionality:-

    1. The password change function should be accessible within an authenticated session only.
    2. If user enters wrong password more than three times in 'Existing Password' field, then password change functionality should be temporarily suspended. So that unauthorized user can't use this functionality for long time duration.
    3. There should not be any feature to provide a username, either explicitly or via a hidden form field or cookie. Users have no valid need to change other user's password.
    4. To prevent mistakes, new password should be entered twice.
    5. The 'new password' & 'confirm new password' fields should be compare in its first step & should return an error message if they don't match.
    6. Users should get notification via e-mail that their password has been changed, but the message should not contain either their old or new credentials.
    7. For in-depth protection viewpoint, the function should be secured from unauthorized access gained via some security fault in the application such as a cross-site scripting, session hijacking vulnerability, or unattended terminal. To prevent from this, user should be required to re-enter their existing password.
    8. This function should block the various attacks that can be made against the main login process.

 0 Comment(s)

Sign In
                           OR                           
                           OR                           
Register

Sign up using

                           OR                           
Forgot Password
Fill out the form below and instructions to reset your password will be emailed to you:
Reset Password
Fill out the form below and reset your password: