logo

Database

Azure Insecure Port

Description

Detects Azure Redis Cache instances that have non-SSL port access enabled, allowing unencrypted connections. This configuration poses a security risk as it permits communication without TLS/SSL encryption, potentially exposing sensitive data in transit.

Weakness:

281 - Use of an insecure channel - Cloud Infrastructure

Category: Information Collection

Detection Strategy

    Identifies all Redis Cache instances in the Azure subscription

    Checks if the non-SSL port is enabled on each Redis Cache instance

    Reports a vulnerability when a Redis Cache has enable_non_ssl_port set to true

    Best practice is to disable non-SSL ports and require encrypted connections only