SV-270588r1065042_rule
V-270588
SRG-APP-000855-DB-000240
O19C-00-019900
CAT II
10
Configure the DBMS to require immediate selection of a new password upon account recovery.
One way to configure this is to ensure that all scripts, functions, triggers, and stored procedures that are used to create a user or reset a user's password should include a line similar to the following:
alter user <username> password expire;
Verify the database management system (DBMS) is configured to require immediate selection of a new password upon account recovery.
All scripts, functions, triggers, and stored procedures that are used to create a user or reset a user's password should include a line similar to the following:
alter user <username> password expire;
If they do not, this is a finding.
If the DBMS is not configured to require immediate selection of a new password upon account recovery, this is a finding.
V-270588
False
O19C-00-019900
Verify the database management system (DBMS) is configured to require immediate selection of a new password upon account recovery.
All scripts, functions, triggers, and stored procedures that are used to create a user or reset a user's password should include a line similar to the following:
alter user <username> password expire;
If they do not, this is a finding.
If the DBMS is not configured to require immediate selection of a new password upon account recovery, this is a finding.
M
5672