1. Home
  2. Security Hardening
  3. DISA STIG Ubuntu 16.04 LTS V2R3
  4. UBTU-16-010170 – The Ubuntu operating system must employ FIPS 140-2 approved cryptographic hashing algorithms for all created passwords.

UBTU-16-010170 – The Ubuntu operating system must employ FIPS 140-2 approved cryptographic hashing algorithms for all created passwords.

Details

The system must use a strong hashing algorithm to store the password. The system must use a sufficient number of hashing rounds to ensure the required level of entropy.

Passwords need to be protected at all times, and encryption is the standard method for protecting passwords. If passwords are not encrypted, they can be plainly read (i.e., clear text) and easily compromised.

Satisfies: SRG-OS-000073-GPOS-00041, SRG-OS-000120-GPOS-00061

Solution

Configure the Ubuntu operating system to encrypt all stored passwords with a strong cryptographic hash.

Edit/modify the following line in the ‘/etc/pam.d/common-password’ file and set ’rounds’ to a value no lower than ‘5000’:

password [success=1 default=ignore] pam_unix.so obscure sha512 rounds=5000

Supportive Information

The following resource is also helpful.

This security hardening control applies to the following category of controls within NIST 800-53: Identification and Authentication.This control applies to the following type of system Unix.

References

Source

Updated on July 16, 2022
Was this article helpful?

Related Articles