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

Ubuntu OS must enforce a minimum 15-character password length.

DISA Rule

SV-275654r1148012_rule

Vulnerability Number

V-275654

Group Title

SRG-OS-000078-GPOS-00046

Rule Version

RIIM-OS-611035

Severity

CAT II

CCI(s)

Weight

10

Fix Recommendation

Configure Ubuntu OS to enforce a minimum 15-character password length.

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

minlen = 15

Check Contents

Verify with the following command that the pwquality configuration file enforces a minimum 15-character password length:

$ grep -i minlen /etc/security/pwquality.conf
minlen = 15

If "minlen" is not "15" or higher, is commented out, or is missing, this is a finding.

Vulnerability Number

V-275654

Documentable

False

Rule Version

RIIM-OS-611035

Severity Override Guidance

Verify with the following command that the pwquality configuration file enforces a minimum 15-character password length:

$ grep -i minlen /etc/security/pwquality.conf
minlen = 15

If "minlen" is not "15" or higher, is commented out, or is missing, this is a finding.

Check Content Reference

M

Target Key

5706