The system must require passwords to contain no more than three consecutive repeating characters.

Severity
Group ID
Group Title
Version
Rule ID
Date
STIG Version
lowV-216331SRG-OS-000480SOL-11.1-040110SV-216331r959010_rule2024-11-253
Description
Complex passwords can reduce the likelihood of success of automated password-guessing attacks.
ℹ️ Check
Check the MAXREPEATS setting. # grep ^MAXREPEATS /etc/default/passwd If the MAXREPEATS setting is greater than 3, this is a finding.
✔️ Fix
The root role is required. # pfedit /etc/default/passwd Locate the line containing: MAXREPEATS Change the line to read: MAXREPEATS=3