CAPEC Definitions

    CAPEC Definitions / CAPEC-70

    CAPEC-70: Try Common or Default Usernames and Passwords

    An adversary may try certain common or default usernames and passwords to gain access into the system and perform unauthorized actions. An adversary may try an intelligent brute force using empty passwords, known vendor default credentials, as well as a dictionary of common usernames and passwords. Many vendor products come preconfigured with default (and thus well-known) usernames and passwords that should be deleted prior to usage in a production environment. It is a common mistake to forget to remove these default login credentials. Another problem is that users would pick very simple (common) passwords (e.g. secret or password) that make it easier for the attacker to gain access to the system compared to using a brute force attack or even a dictionary attack using a full dictionary.

    Severity:High
    Possibility:Medium

    Extended Description

    No Extended Description.

    Mitigations

    Delete all default account credentials that may be put in by the product vendor.

    Implement a password throttling mechanism. This mechanism should take into account both the IP address and the log in name of the user.

    Put together a strong password policy and make sure that all user created passwords comply with it. Alternatively automatically generate strong passwords for users.

    Passwords need to be recycled to prevent aging, that is every once in a while a new password must be chosen.

    Relationships with other CAPECs

    CAPEC-49: Password Brute Forcing

    CAPEC-600: Credential Stuffing

    CAPEC-151: Identity Spoofing

    CAPEC-560: Use of Known Domain Credentials

    CAPEC-561: Windows Admin Shares with Stolen Credentials

    CAPEC-653: Use of Known Operating System Credentials

    Prerequisites

    The system uses one factor password based authentication.The adversary has the means to interact with the system.

    Related Weaknesses

    CWE-521: Weak Password Requirements

    CWE-262: Not Using Password Aging

    CWE-263: Password Aging with Long Expiration

    CWE-798: Use of Hard-coded Credentials

    CWE-654: Reliance on a Single Factor in a Security Decision

    CWE-308: Use of Single-factor Authentication

    CWE-309: Use of Password System for Primary Authentication