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

Ubuntu OS must be configured so that when passwords are changed or new passwords are established, pwquality must be used.

DISA Rule

SV-275656r1148018_rule

Vulnerability Number

V-275656

Group Title

SRG-OS-000710-GPOS-00160

Rule Version

RIIM-OS-611045

Severity

CAT II

CCI(s)

Weight

10

Fix Recommendation

Configure Ubuntu OS to enforce password complexity rules.

Add or modify the following line in the "/etc/security/pwquality.conf" file:

enforcing = 1

Add or modify the following line in the "/etc/pam.d/common-password" file:

password requisite pam_pwquality.so retry=3

Note: The value of "retry" should be between "1" and "3".

Check Contents

Verify Ubuntu OS enforces password complexity rules by using the following command:

$ grep -i enforcing /etc/security/pwquality.conf
enforcing = 1

If "enforcing" is not "1", is commented out, or is missing, this is a finding.

Check for the use of "pwquality" by using the following command:

$ cat /etc/pam.d/common-password | grep requisite | grep pam_pwquality
password requisite pam_pwquality.so retry=3

If "retry" is set to "0" or is greater than "3", or is missing, this is a finding.

Vulnerability Number

V-275656

Documentable

False

Rule Version

RIIM-OS-611045

Severity Override Guidance

Verify Ubuntu OS enforces password complexity rules by using the following command:

$ grep -i enforcing /etc/security/pwquality.conf
enforcing = 1

If "enforcing" is not "1", is commented out, or is missing, this is a finding.

Check for the use of "pwquality" by using the following command:

$ cat /etc/pam.d/common-password | grep requisite | grep pam_pwquality
password requisite pam_pwquality.so retry=3

If "retry" is set to "0" or is greater than "3", or is missing, this is a finding.

Check Content Reference

M

Target Key

5706