Check: 4.026
Windows 2008 Domain Controller STIG:
4.026
(in versions v6 r47 through v6 r40)
Title
Windows 2008 passwords must be configured to expire. (Cat II impact)
Discussion
Passwords that do not expire or are reused increase the exposure of a password with greater probability of being discovered or cracked.
Check Content
Review the password expiration status for enabled user accounts. PowerShell must be installed on Windows 2008 to run the following. Open "Windows PowerShell" with elevated privileges (run as administrator). Domain Controllers: Enter 'Get-WMIObject -Class Win32_Useraccount -Filter "PasswordExpires=False" | FT Name, PasswordExpires, Disabled, Domain -AutoSize'. Exclude application accounts and disabled accounts (e.g., Guest). Domain accounts requiring smart card (CAC/PIV) may also be excluded. If any enabled user accounts are returned with a "PasswordExpires" status of "False", this is a finding. Member servers and standalone systems: Enter 'Get-WMIObject -Class Win32_Useraccount -Filter "PasswordExpires=False and LocalAccount=True" | FT Name, PasswordExpires, Disabled, LocalAccount'. Exclude application accounts and disabled accounts (e.g., Guest). If any enabled user accounts are returned with a "PasswordExpires" status of "False", this is a finding. Note: Other queries or tools may be used. The organization must be able to demonstrate the results are valid and meet the intent of the requirement.
Fix Text
Configure all enabled user account passwords to expire. Uncheck "Password never expires" for all enabled user accounts in Active Directory Users and Computers for domain accounts and Users in Computer Management for member servers and standalone systems. Document any exceptions with the ISSO.
Additional Identifiers
Rule ID: SV-29396r2_rule
Vulnerability ID: V-6840
Group Title: Password Expiration
Expert Comments
CCIs
Number | Definition |
---|---|
CCI-000199 |
The information system enforces maximum password lifetime restrictions. |
Controls
Number | Title |
---|---|
IA-5(1) |
Password-based Authentication |