SV-224158r508023_rule
V-224158
SRG-APP-000133-DB-000200
EP11-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-224158
False
EP11-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
4107