Network misconfigurations

Azure virtual machine allows direct access to Apache Cassandra service (client communication) from the Internet

Description

By default, Cassandra uses 9042 for native protocol clients, and 9160 for Cassandra Thrift RPC. Those ports, using for client communication, open on your virtual machine and allows all incoming traffic from the Internet. In order to keep security best practices, you should restrict access to be only from allowed IP addresses.
  • Recommended Mitigation

    Configure networking rule to allow incoming Apache Cassandra traffic from allowed IP addresses only.