Check: APPL-14-005052
Apple macOS 14 (Sonoma) STIG:
APPL-14-005052
(in versions v2 r2 through v1 r1)
Title
The macOS system must configure login window to prompt for username and password. (Cat II impact)
Discussion
The login window must be configured to prompt all users for both a username and a password. By default, the system displays a list of known users on the login window, which can make it easier for a malicious user to gain access to someone else's account. Requiring users to type in both their username and password mitigates the risk of unauthorized users gaining access to the information system.
Check Content
Verify the macOS system is configured to prompt for username and password at the login window with the following command: /usr/bin/osascript -l JavaScript << EOS $.NSUserDefaults.alloc.initWithSuiteName('com.apple.loginwindow')\ .objectForKey('SHOWFULLNAME').js EOS If the result is not "true", this is a finding.
Fix Text
Configure the macOS system to prompt for username and password at the logon window by installing the "com.apple.loginwindow" configuration profile.
Additional Identifiers
Rule ID: SV-259563r958482_rule
Vulnerability ID: V-259563
Group Title: SRG-OS-000104-GPOS-00051
Expert Comments
CCIs
Number | Definition |
---|---|
CCI-000764 |
Uniquely identify and authenticate organizational users and associate that unique identification with processes acting on behalf of those users. |
Controls
Number | Title |
---|---|
IA-2 |
Identification and Authentication (organizational Users) |