AIX must implement a way to force an identified temporary user to renew their password at next login.
An XCCDF Rule
Description
<VulnDiscussion>Without providing this capability, an account may be created without a password. Non-repudiation cannot be guaranteed once an account is created if a user is not forced to change the temporary password upon initial login. Temporary passwords are typically used to allow access when new accounts are created or passwords are changed. It is common practice for administrators to create temporary passwords for user accounts which allow the users to log on, yet force them to change the password once they have successfully authenticated.</VulnDiscussion><FalsePositives></FalsePositives><FalseNegatives></FalseNegatives><Documentable>false</Documentable><Mitigations></Mitigations><SeverityOverrideGuidance></SeverityOverrideGuidance><PotentialImpacts></PotentialImpacts><ThirdPartyTools></ThirdPartyTools><MitigationControl></MitigationControl><Responsibility></Responsibility><IAControls></IAControls>
- ID
- SV-215228r853458_rule
- Severity
- Medium
- References
- Updated
Remediation - Manual Procedure
Use the following command to force a temporary user (<tmp_user>) to change password at next login:
# chsec -f /etc/security/passwd -s <tmp_user> -a "flags=ADMCHG"