1.1.3 Hardening Password Rules

Information

It is critical that customers set good, strong passwords for their local user accounts. The password complexity feature can aid customers in ensuring that users are following company password policies.

There are many known attack vectors against weak passwords. The use of strong passwords guard against such attacks and is recommended across all of computing. Password complexity allows administrators to define a set of password rules which can then align with their company's password policy. The password complexity allows for minimum password length, minimum lowercase/uppercase/special/numeric characters, position changes between passwords, and can protect against password reuse.CIS Recommends 14 characters or more in length with 1 Uppercase, 1 Lowercase, 1 Number and 1 Special Character.

Solution

Set a password complexity policy with a minimum of <X> characters long, includes at least <Y> lowercase/uppercase/special/numeric character, and doesn't allow users to reuse the past <Z> passwords:

switch(config)# password complexity
switch(config-pwd-cplx)# minimum-length <X>
switch(config-pwd-cplx)# lowercase-count <Y>
switch(config-pwd-cplx)# uppercase-count <Y>
switch(config-pwd-cplx)# special-char-count <Y>
switch(config-pwd-cplx)# numeric-count <Y>
switch(config-pwd-cplx)# history-count <Z>
switch(config-pwd-cplx)# enable

Sample recommended password complexity configuration based on https://www.cisecurity.org/insights/white-papers/cis-password-policy-guide

switch(config)# password complexity
switch(config-pwd-cplx)# minimum-length 8
switch(config-pwd-cplx)# lowercase-count 1
switch(config-pwd-cplx)# uppercase-count 1
switch(config-pwd-cplx)# special-char-count 1
switch(config-pwd-cplx)# numeric-count 1
switch(config-pwd-cplx)# history-count 1
switch(config-pwd-cplx)# enable

Impact:

Use of weak or easily guessed passwords can result in unintended access of the device and could lead to someone taking over the network.

See Also

https://workbench.cisecurity.org/benchmarks/24202

Item Details

Category: IDENTIFICATION AND AUTHENTICATION

References: 800-53|IA-5, 800-53|IA-5(1), CSCv7|4.2, CSCv7|4.4

Plugin: ArubaOS

Control ID: ffa612cfc9146fde862c1e7b7d70c4d0bdf1dc758ecf85d6eed54198b66faa57