STIGhubSTIGhub
STIGhub— A free STIG search and compliance tool·STIGs updated 3 hours ago
Powered by Pylon·Privacy·Terms·Feedback·© 2026 Beacon Cloud Solutions, Inc.
← Back to Rancher Government Solutions (RGS) Harvester Government GPOS Security Technical Implementation Guide

V-285661

CAT II (Medium)

Harvester Government must enforce account lockout after a defined number of consecutive unsuccessful authentication attempts.

Rule ID

SV-285661r1272095_rule

STIG

Rancher Government Solutions (RGS) Harvester Government GPOS Security Technical Implementation Guide

Version

V1R1

CCIs

CCI-000044CCI-002238CCI-000366CCI-004061

Discussion

Failure to limit consecutive unsuccessful authentication attempts may allow attackers to conduct password guessing or brute force attacks against operating system accounts. Account lockout mechanisms reduce the likelihood of unauthorized access by restricting repeated authentication failures and increasing resistance to automated credential attacks. Satisfies: SRG-OS-000021-GPOS-00005, SRG-OS-000329-GPOS-00128, SRG-OS-000480-GPOS-00225, SRG-OS-000710-GPOS-00160

Check Content

Verify Harvester Government enforces account lockout after a defined number of consecutive unsuccessful authentication attempts.

1. Access Harvester Government using a privileged account and review the PAM authentication configuration:

grep "pam_tally2.so" /etc/pam.d/common-auth
grep "pam_tally2.so" /etc/pam.d/common-account

2. Verify the PAM configuration includes "pam_tally2.so" and contains the following parameter:

deny=3

If "pam_tally2.so" is absent from the PAM configuration, and "deny=3" is not configured, is commented out, or is configured with a value other than the approved baseline, this is a finding.

If the account module configuration does not reference "pam_tally2.so", this is a finding.

Fix Text

Ensure Harvester Government platform is running in its default configuration. 

1. Attempt to reboot the node to restore the original, immutable settings. Run the script again and check for failures.

2. If any checks return a "FAIL" status, upgrade or reinstall Harvester Government platform in its default configuration.