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 passwords are a minimum of 15 characters in length.

DISA Rule

SV-221686r603260_rule

Vulnerability Number

V-221686

Group Title

SRG-OS-000078-GPOS-00046

Rule Version

OL07-00-010280

Severity

CAT II

CCI(s)

Weight

10

Fix Recommendation

Configure operating system to enforce a minimum 15-character password length.

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

minlen = 15

Check Contents

Verify the operating system enforces a minimum 15-character password length. The "minlen" option sets the minimum number of characters in a new password.

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

# grep minlen /etc/security/pwquality.conf
minlen = 15

If the command does not return a "minlen" value of 15 or greater, this is a finding.

Vulnerability Number

V-221686

Documentable

False

Rule Version

OL07-00-010280

Severity Override Guidance

Verify the operating system enforces a minimum 15-character password length. The "minlen" option sets the minimum number of characters in a new password.

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

# grep minlen /etc/security/pwquality.conf
minlen = 15

If the command does not return a "minlen" value of 15 or greater, this is a finding.

Check Content Reference

M

Target Key

4089

Comments