logo

Database

Azure Frontend Insecure Tls

Description

Detects Azure API Management services that allow insecure TLS protocol versions (1.0 or 1.1) in their frontend configurations. These legacy TLS versions contain known security vulnerabilities and their usage could expose APIs to man-in-the-middle attacks and other security risks.

Weakness:

016 - Insecure encryption algorithm - SSL/TLS

Category: Information Collection

Detection Strategy

    Checks the custom properties of each Azure API Management service for TLS 1.0 and 1.1 settings

    Reports a vulnerability if 'Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls10' is set to 'True'

    Reports a vulnerability if 'Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls11' is set to 'True'

    Each detected insecure TLS version generates a separate vulnerability report with the specific version identified