STIGQter STIGQter: STIG Summary: VMware vSphere 6.7 Photon OS Security Technical Implementation Guide Version: 1 Release: 1 Benchmark Date: 09 Mar 2021:

The Photon operating system must automatically lock an account when three unsuccessful logon attempts occur.

DISA Rule

SV-239074r675030_rule

Vulnerability Number

V-239074

Group Title

SRG-OS-000021-GPOS-00005

Rule Version

PHTN-67-000002

Severity

CAT II

CCI(s)

Weight

10

Fix Recommendation

Open /etc/pam.d/system-auth with a text editor.

Add the following line after the last auth statement:

auth    required        pam_tally2.so file=/var/log/tallylog deny=3 onerr=fail even_deny_root unlock_time=86400 root_unlock_time=300

Check Contents

At the command line, execute the following command:

# grep pam_tally2 /etc/pam.d/system-auth|grep --color=always "deny=."

Expected result:

auth    required        pam_tally2.so file=/var/log/tallylog deny=3 onerr=fail even_deny_root unlock_time=86400 root_unlock_time=300

If the output does not match the expected result, this is a finding.

Vulnerability Number

V-239074

Documentable

False

Rule Version

PHTN-67-000002

Severity Override Guidance

At the command line, execute the following command:

# grep pam_tally2 /etc/pam.d/system-auth|grep --color=always "deny=."

Expected result:

auth    required        pam_tally2.so file=/var/log/tallylog deny=3 onerr=fail even_deny_root unlock_time=86400 root_unlock_time=300

If the output does not match the expected result, this is a finding.

Check Content Reference

M

Target Key

5323

Comments