CME-803
Account Lockout Policy (pam_faillock)
Description
Locks user accounts after a configurable number of failed authentication attempts, preventing online brute force attacks.
CVSS Vector Impacts
| Metric | Transition | Rationale |
|---|---|---|
| Attack Complexity (AC) | L → H | Brute force limited to N attempts before lockout |
CWE Relationships
Verification
Check pam_faillock configuration
$ grep faillock /etc/pam.d/system-auth
# Expected: pam_faillock.so
# Expected: pam_faillock.so
Platform: rhel
$ grep deny /etc/security/faillock.conf
# Expected: deny = 5
# Expected: deny = 5
Platform: rhel