UCF STIG Viewer Logo

If multifactor authentication is not supported and passwords must be used, the Cisco IOS XE router must enforce password complexity by requiring that at least one numeric character be used.


Overview

Finding ID Version Rule ID IA Controls Severity
V-74017 CISR-ND-000059 SV-88691r2_rule Medium
Description
Use of a complex password helps to increase the time and resources required to compromise the password. Password complexity, or strength, is a measure of the effectiveness of a password in resisting attempts at guessing and brute-force attacks. Password complexity is one factor of several that determine how long it takes to crack a password. The more complex the password, the greater the number of possible combinations that need to be tested before the password is compromised.
STIG Date
Cisco IOS XE Release 3 NDM Security Technical Implementation Guide 2018-12-20

Details

Check Text ( C-74105r4_chk )
Verify that the Cisco IOS XE router is configured to use complex passwords.

The configuration should look similar to the example below:

aaa common-criteria policy PASSWORD_POLICY
min-length 15
numeric-count 1
upper-case 1
lower-case 1

If the use of complex passwords is not configured, this is a finding.
Fix Text (F-80559r2_fix)
Use the following commands to configure password complexity:

aaa common-criteria policy PASSWORD_POLICY
min-length 15
numeric-count 1
upper-case 1
lower-case 1