logo

Database

Azure Not Enforce Latest Tls

Description

Identifies Azure Storage Accounts that are not configured to enforce TLS 1.2 as the minimum TLS version. Using older TLS versions can expose storage account data to man-in-the-middle attacks and other security vulnerabilities associated with legacy protocol versions.

Weakness:

016 - Insecure encryption algorithm - SSL/TLS

Category: Information Collection

Detection Strategy

    Checks the 'minimum_tls_version' configuration setting for each Azure Storage Account

    Reports a vulnerability if the minimum TLS version is set to anything other than 'TLS1_2'

    Each vulnerability report includes the Storage Account ID and the actual TLS version being used