logo

Database

Azure Encryption At Host Disabled

Description

Detects Azure Virtual Machines that do not have encryption at host enabled. Host-level encryption provides additional protection by encrypting temporary disk and OS/data disk cache data at rest on the VM host, helping prevent data leakage across tenant boundaries.

Weakness:

446 - Insecure service configuration - Azure

Category: Functionality Abuse

Detection Strategy

    Scans all Virtual Machines in the Azure subscription

    Reports a vulnerability if encryption_at_host is set to false or not configured in the VM's security profile

    Excludes Virtual Machine Scale Sets from this check as they handle encryption differently

    Examines the security_profile/encryption_at_host configuration path in the VM settings

Severity v4.0

1.7

Low

Method ID

CSPM-ANVTR

Technique

CSPM

Target

AZURE

Technology

VM

CWE ID(s)

CWE-1188