SV-87281r1_rule
V-72649
SRG-APP-000133-DB-000200
VROM-CS-000105
CAT II
10
Assign ownership of authorized objects to authorized object owner accounts.
Open cqlsh prompt in the Cassandra Server and run "REVOKE <list of permissions> ON <tablename> FROM <current owner user account name>; GRANT ALL PERMISSIONS ON <tablename> TO <superuser account name>;"
Review system documentation to identify accounts authorized to own database objects. Review accounts that own objects in the database(s).
If any database objects are found to be owned by users not authorized to own database objects, this is a finding.
Open cqlsh prompt in the Cassandra Server and type "LIST ALL PERMISSIONS;" command. Review the list of access privileges available.
If all the objects are owned by superuser account (cassandra in default Cassandra Server configuration), this is not a finding.
Otherwise, it is a finding.
V-72649
False
VROM-CS-000105
Review system documentation to identify accounts authorized to own database objects. Review accounts that own objects in the database(s).
If any database objects are found to be owned by users not authorized to own database objects, this is a finding.
Open cqlsh prompt in the Cassandra Server and type "LIST ALL PERMISSIONS;" command. Review the list of access privileges available.
If all the objects are owned by superuser account (cassandra in default Cassandra Server configuration), this is not a finding.
Otherwise, it is a finding.
M
3179