STIGhubSTIGhub
STIGhub— A free STIG search and compliance tool·STIGs updated just now
Powered by Pylon·Privacy·Terms·Feedback·© 2026 Beacon Cloud Solutions, Inc.
← Back to Nokia Service Router OS 25.x Network Device Management Security Technical Implementation Guide

V-283773

CAT I (High)

The Nokia router must only store cryptographic representations of passwords.

Rule ID

SV-283773r1203364_rule

STIG

Nokia Service Router OS 25.x Network Device Management Security Technical Implementation Guide

Version

V1R1

CCIs

CCI-004062

Discussion

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.

Check Content

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

Configure the Nokia router to encrypt all passwords using the command below: 

- configure system security password hashing sha2-pbkdf2