1. Home
  2. Security Hardening
  3. CIS Apache Cassandra 3.11 L2 Unix V1.0.0
  4. Ensure that the default password changed for the cassandra role

Ensure that the default password changed for the cassandra role

Details

The cassandra role has a default password which must be changed.

Rationale:

Failure to change the default password for the cassandra role may pose a risk to the database in the form of unauthorized access.

Solution

Change the password for the cassandra role by issuing the following command:
cqlsh -u cassandra -p cassandra
alter role ‘cassandra’ with password ‘‘;
Where is replaced with the password of your choosing.

Default Value:
cassandra

References:
http://cassandra.apache.org/doc/latest/operating/security.html

Supportive Information

The following resource is also helpful.

This security hardening control applies to the following category of controls within NIST 800-53: Access Control.This control applies to the following type of system Unix.

References

Source

Updated on July 16, 2022
Was this article helpful?

Related Articles