The Nokia router must only store cryptographic representations of passwords.

Overview

Finding IDVersionRule IDIA ControlsSeverity
V-283773NOKI-ND-000440SV-283773r1203364_ruleCCI-004062high
Description
Passwords must be protected at all times, and encryption is the standard method of protecting passwords. If passwords are not encrypted, they can be plainly read (i.e., clear text) and easily compromised. Network devices must enforce cryptographic representations of passwords when storing passwords in databases, configuration files, and log files. Passwords must be protected at all times; using a strong one-way hashing encryption algorithm with a salt is the standard method for providing a means to validate a password without having to store the actual password. Performance and time required to access are factors that must be considered, and the one-way hash is the most feasible means of securing the password and providing an acceptable measure of password security. If passwords are stored in clear text, they can be plainly read and easily compromised. In many instances, a password verifier is used to confirm the user knows the password. In its simplest form, a password verifier is a computational function that can create a hash of a password and determine if the value provided by the user matches the stored hash.
STIGDate
Nokia Service Router OS 25.x Network Device Management Security Technical Implementation Guide2026-06-15

Details

Check Text (C-283773r1203364_chk)

Review the Nokia router configuration to determine if passwords are encrypted, as shown in the example below: - show system security password-options | match hashing Password hashing : sha2-pbkdf2 If "Password hashing" is not set to "sha2-pbkdf2" or "sha3-pbkdf2", this is a finding.

Fix Text (F-88243r1203363_fix)

Configure the Nokia router to encrypt all passwords using the command below: - configure system security password hashing sha2-pbkdf2