STIGQter STIGQter: STIG Summary: Canonical Ubuntu 20.04 LTS Security Technical Implementation Guide Version: 1 Release: 1 Benchmark Date: 10 Mar 2021:

The Ubuntu operating system must enforce password complexity by requiring that at least one upper-case character be used.

DISA Rule

SV-238221r653838_rule

Vulnerability Number

V-238221

Group Title

SRG-OS-000069-GPOS-00037

Rule Version

UBTU-20-010050

Severity

CAT III

CCI(s)

Weight

10

Fix Recommendation

Add or update the "/etc/security/pwquality.conf" file to contain the "ucredit" parameter:

ucredit=-1

Check Contents

Verify the Ubuntu operating system enforces password complexity by requiring that at least one upper-case character be used.

Determine if the field "ucredit" is set in the "/etc/security/pwquality.conf" file with the following command:

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

If the "ucredit" parameter is greater than "-1" or is commented out, this is a finding.

Vulnerability Number

V-238221

Documentable

False

Rule Version

UBTU-20-010050

Severity Override Guidance

Verify the Ubuntu operating system enforces password complexity by requiring that at least one upper-case character be used.

Determine if the field "ucredit" is set in the "/etc/security/pwquality.conf" file with the following command:

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

If the "ucredit" parameter is greater than "-1" or is commented out, this is a finding.

Check Content Reference

M

Target Key

5318

Comments