UCF STIG Viewer Logo

The Cisco router must be configured to require that when a password is changed, the characters are changed in at least eight of the positions within the password.


Overview

Finding ID Version Rule ID IA Controls Severity
V-96263 CISC-ND-000610 SV-105401r1_rule Medium
Description
If the application allows the user to consecutively reuse extensive portions of passwords, this increases the chances of password compromise by increasing the window of opportunity for attempts at guessing and brute-force attacks. The number of changed characters refers to the number of changes required with respect to the total number of positions in the current password. In other words, characters may be the same within the two passwords; however, the positions of the like characters must be different. Multifactor authentication (MFA) is required for all administrative and user accounts on network devices, except for an account of last resort and (where applicable) a root account. Passwords should only be used when MFA using PKI is not available, and for the account of last resort and root account.
STIG Date
Cisco IOS XE Router NDM Security Technical Implementation Guide 2020-06-04

Details

Check Text ( C-95097r1_chk )
Review the Cisco router configuration to verify that it is compliant with this requirement as shown in the example below.

aaa new-model
!
!
aaa common-criteria policy PASSWORD_POLICY
char-changes 8

If the Cisco router is not configured to require that when a password is changed, the characters are changed in at least eight of the positions within the password, this is a finding.
Fix Text (F-101939r1_fix)
Configure the Cisco router to enforce password complexity by requiring that when a password is changed, the characters are changed in at least eight of the positions within the password as shown in the example below.

R1(config)#aaa common-criteria policy PASSWORD_POLICY
R1(config-cc-policy)#char-changes 8
R1(config-cc-policy)#exit