2.4.5 Ensure Show Password Hints Is Disabled

Information

Password hints are user-created text displayed when an incorrect password is used for an account.

Password hints make it easier for unauthorized persons to gain access to systems by displaying information provided by the user to assist in remembering the password. This info could include the password itself or other information that might be readily discerned with basic knowledge of the end user.

Solution

Run the following command to disable password hints:

% /usr/bin/sudo /usr/bin/defaults write /Library/Preferences/com.apple.loginwindow RetriesUntilHint -int 0

Impact:

The user can set the hint to any value, including the password itself or clues that allow trivial social engineering attacks.

See Also

https://workbench.cisecurity.org/benchmarks/17466