STIGQter STIGQter: STIG Summary: Riverbed NetIM OS Security Technical Implementation Guide Version: 1 Release: 1 Benchmark Date: 11 Sep 2025:

Ubuntu OS must encrypt all stored passwords with a FIPS 140-2/140-3-approved cryptographic hashing algorithm.

DISA Rule

SV-275660r1148030_rule

Vulnerability Number

V-275660

Group Title

SRG-OS-000120-GPOS-00061

Rule Version

RIIM-OS-611070

Severity

CAT II

CCI(s)

Weight

10

Fix Recommendation

Configure Ubuntu OS to encrypt all stored passwords.

Add or modify the following line in the "/etc/login.defs" file:

ENCRYPT_METHOD SHA512

Check Contents

Verify that the shadow password suite configuration is set to encrypt passwords with a FIPS 140-2/140-3 approved cryptographic hashing algorithm by using the following command:

$ grep -i '^\s*encrypt_method' /etc/login.defs
ENCRYPT_METHOD SHA512

If "ENCRYPT_METHOD" does not equal SHA512 or greater, is commented out, or is missing, this is a finding.

Vulnerability Number

V-275660

Documentable

False

Rule Version

RIIM-OS-611070

Severity Override Guidance

Verify that the shadow password suite configuration is set to encrypt passwords with a FIPS 140-2/140-3 approved cryptographic hashing algorithm by using the following command:

$ grep -i '^\s*encrypt_method' /etc/login.defs
ENCRYPT_METHOD SHA512

If "ENCRYPT_METHOD" does not equal SHA512 or greater, is commented out, or is missing, this is a finding.

Check Content Reference

M

Target Key

5706