STIGQter STIGQter: STIG Summary: Oracle Linux 7 Security Technical Implementation Guide Version: 2 Release: 3 Benchmark Date: 23 Apr 2021:

The Oracle Linux operating system must be configured so that when passwords are changed a minimum of four character classes must be changed.

DISA Rule

SV-221674r603260_rule

Vulnerability Number

V-221674

Group Title

SRG-OS-000072-GPOS-00040

Rule Version

OL07-00-010170

Severity

CAT II

CCI(s)

Weight

10

Fix Recommendation

Configure the operating system to require the change of at least four character classes when passwords are changed by setting the "minclass" option.

Add the following line to "/etc/security/pwquality.conf conf" (or modify the line to have the required value):

minclass = 4

Check Contents

The "minclass" option sets the minimum number of required classes of characters for the new password (digits, uppercase, lower-case, others).

Check for the value of the "minclass" option in "/etc/security/pwquality.conf" with the following command:

# grep minclass /etc/security/pwquality.conf
minclass = 4

If the value of "minclass" is set to less than "4", this is a finding.

Vulnerability Number

V-221674

Documentable

False

Rule Version

OL07-00-010170

Severity Override Guidance

The "minclass" option sets the minimum number of required classes of characters for the new password (digits, uppercase, lower-case, others).

Check for the value of the "minclass" option in "/etc/security/pwquality.conf" with the following command:

# grep minclass /etc/security/pwquality.conf
minclass = 4

If the value of "minclass" is set to less than "4", this is a finding.

Check Content Reference

M

Target Key

4089

Comments