The operating system must enforce a lockout expiration of 15 minutes after three consecutive invalid logon attempts by a user.

From Apple OS X 10.9 (Mavericks) Workstation Security Technical Implementation Guide

Part of SRG-OS-000021

Associated with: CCI-000044

SV-72899r1_rule The operating system must enforce a lockout expiration of 15 minutes after three consecutive invalid logon attempts by a user.

Vulnerability discussion

By limiting the number of failed login attempts, the risk of unauthorized system access via user password guessing, otherwise known as brute forcing, is reduced. Limits are imposed by locking the account.

Check content

To check if the password policy is configured to disable an account for 15 minutes in the event 3 unsuccessful login are attempted, run the following command: sudo pwpolicy getglobalpolicy | tr ' ' '\n' | grep 'minutesUntilFailedLoginReset' If the result is not 'minutesUntilFailedLoginReset=15', and password policy is not controlled by a directory server, this is a finding.

Fix text

To set the password policy, run the following command: sudo pwpolicy setglobalpolicy 'minutesUntilFailedLoginReset=15'

Pro Tips

Lavender hyperlinks in small type off to the right (of CSS class id, if you view the page source) point to globally unique URIs for each document and item. Copy the link location and paste anywhere you need to talk unambiguously about these things.

You can obtain data about documents and items in other formats. Simply provide an HTTP header Accept: text/turtle or Accept: application/rdf+xml.

Powered by sagemincer