Check: WN08-GE-000018
Windows 8/8.1 STIG:
WN08-GE-000018
(in versions v1 r23 through v1 r16)
Title
Local accounts must require passwords. (Cat I impact)
Discussion
The lack of password protection enables anyone to gain access to the information system, which opens a backdoor opportunity for intruders to compromise the system as well as other resources. Local accounts on a system must require passwords.
Check Content
Verify all local accounts require passwords. Run the DUMPSEC utility. Select "Dump Users as Table" from the "Report" menu. Select the following fields, and click "Add" for each entry. UserName SID PswdRequired AcctDisabled Groups If any accounts have "No" in the "PswdRequired" column, this is a finding. Some built-in or application-generated accounts (e.g., Guest, IWAM_, IUSR, etc.) may not have this flag set, even though there are passwords present. It can be set by entering the following on a command line: "Net user <account_name> /passwordreq:yes".
Fix Text
Ensure all local accounts are configured to require passwords to gain access. The password required flag can be set by entering the following on a command line: "Net user <account_name> /passwordreq:yes".
Additional Identifiers
Rule ID: SV-48163r1_rule
Vulnerability ID: V-7002
Group Title: Password Requirement
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) |