STIGQter STIGQter: STIG Summary: VMware vSphere 7.0 vCenter Appliance Photon OS Security Technical Implementation Guide Version: 1 Release: 4 Benchmark Date: 30 Jan 2025:

The Photon operating system must enforce a delay of at least four seconds between logon prompts following a failed logon attempt.

DISA Rule

SV-256543r991588_rule

Vulnerability Number

V-256543

Group Title

SRG-OS-000480-GPOS-00226

Rule Version

PHTN-30-000073

Severity

CAT II

CCI(s)

Weight

10

Fix Recommendation

Navigate to and open:

/etc/pam.d/system-auth

Remove any existing "pam_faildelay" line and add the following line at the end of the file:

auth optional pam_faildelay.so delay=4000000

Note: On vCenter appliances, the equivalent file must be edited under "/etc/applmgmt/appliance", if one exists, for the changes to persist after a reboot.

Check Contents

At the command line, run the following command:

# grep pam_faildelay /etc/pam.d/system-auth|grep --color=always "delay="

Expected result:

auth optional pam_faildelay.so delay=4000000

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

Vulnerability Number

V-256543

Documentable

False

Rule Version

PHTN-30-000073

Severity Override Guidance

At the command line, run the following command:

# grep pam_faildelay /etc/pam.d/system-auth|grep --color=always "delay="

Expected result:

auth optional pam_faildelay.so delay=4000000

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

Check Content Reference

M

Target Key

5520