logo

Database

Azure Db Postgresql Insecure Tls Version

Description

Detects Azure PostgreSQL databases configured with outdated TLS versions that could expose database communications to security vulnerabilities. A minimum TLS version of 1.2 is required to ensure secure encrypted connections between clients and the database server.

Weakness:

016 - Insecure encryption algorithm - SSL/TLS

Category: Information Collection

Detection Strategy

    Scans all PostgreSQL database servers in the Azure subscription

    Checks the 'minimal_tls_version' configuration setting for each database server

    Reports a vulnerability if the minimal TLS version is not set to TLS 1.2

    Identifies affected resources by their Azure resource ID and includes the configured TLS version in the report

Severity v4.0

0.6

Low

Method ID

CSPM-1QGCD

Technique

CSPM

Target

AZURE

Technology

DB_POSTGRESQL

CWE ID(s)

CWE-327