logo

Database

Azure Web App Insecure Tls Version

Description

Detects Azure Web Apps configured with insecure TLS versions below 1.2. Using outdated TLS versions (1.0 or 1.1) exposes web applications to known security vulnerabilities and may violate security compliance requirements.

Weakness:

016 - Insecure encryption algorithm - SSL/TLS

Category: Information Collection

Detection Strategy

    Examines the minimum TLS version configuration for each Azure Web App

    Reports a vulnerability if the minimum TLS version is set below 1.2

    Checks the 'min_tls_version' property in the web app's configuration

    Default value of TLS 1.2 is considered secure