Require Minimum and Maximum Password Length
Summarize
Summary of Require Minimum and Maximum Password Length
This guidance helps ServiceNow customers configure password policies to enforce minimum and maximum password lengths that comply with security standards and reduce brute force attack risks. Specifically, it aligns with NIST 800-63B recommendations by requiring passwords to be at least 15 characters and no longer than 64 characters.
Show less
Key Features
- Password Credential Stores: Each password credential store record in the
pwdcredstoretable must have the Enable password policy field activated to apply password policies. - Password Policy Configuration: Navigate to the referenced
passwordpolicyrecord to set:- Minimum Password Length to at least 15 characters.
- Maximum Password Length to at least 64 characters.
- Default and Fallback Values: Defaults are 8 for minimum and 100 for maximum password length; these should be updated to meet the stated requirements.
- Security Compliance: Enforcing these lengths helps avoid compliance issues and mitigates the risk of successful brute force password attacks.
Key Outcomes
- Ensures password policies are consistently enforced across all credential stores on your instance.
- Improves security posture by requiring stronger password lengths aligned with industry standards.
- Maintains functional stability with no negative impact on instance operations when enforcing these password lengths.
Set minimum and maximum password lengths to avoid compliance issues and reduce the risk of a successful brute force attack
Password policies define the requirements for passwords your users create on your instance. The password length must fall within the range accepted by the NIST 800-63B document.
Ensure that a password policy is being enforced for each password credential store in use on your instance. Ensure that the password policy mandates a minimum password length of at least 15 characters and maximum password length of at least 64 characters.
- Ensure that a password policy is being enforced for each password credential store in use on your instance:
For each password credential store record in the Password Reset Credential Stores [pwd_cred_store] table, ensure that Enable password policy field is activated.
- Ensure that the password policy mandates a minimum password length of at least 15 characters and maximum password length of at least 64 characters.
Navigate to the Password Policy [password_policy] record referenced in the record's Password policy field. Ensure that the Minimum Password Length field is set to at least 15 and Maximum Password Length field is set to at least 64.
- Further instructions on configuring a password policy can be in the documentation: Enable password policies on your instance
Further instructions on configuring a password policy, see Enable password policies on your instance.
More information
| Attribute | Description |
|---|---|
| Configuration name |
|
| Configuration type |
|
| Data type |
|
| Recommended value |
|
| Default value |
|
| Fallback value |
|
| Category | Authentication |
| Security risk |
|
| Functional impact | Instances do not suffer any impact from a minimum password length of 15 or maximum password length of 64. |
| Dependencies and prerequisites | None |