SV-213589r508024_rule
V-213589
SRG-APP-000133-DB-000200
PPS9-00-003500
CAT II
10
Assign ownership of authorized objects to authorized object owner accounts by running this SQL command for each object to be changed:
ALTER <type> <object name> OWNER TO <new owner>;
For example: ALTER TABLE my_table OWNER TO APP_USER;
Review system documentation to identify accounts authorized to own database objects. Review accounts that own objects in the database(s) by running this SQL command:
select * from sys.all_objects;
If any database objects are found to be owned by users not authorized to own database objects, this is a finding.
V-213589
False
PPS9-00-003500
Review system documentation to identify accounts authorized to own database objects. Review accounts that own objects in the database(s) by running this SQL command:
select * from sys.all_objects;
If any database objects are found to be owned by users not authorized to own database objects, this is a finding.
M
3988