More Info:

Microsoft Azure provides multiple distinct layers of encryption protection for virtual machine (VM) managed disks. VM managed disks are encrypted with Azure Storage encryption, also known as Server-Side Encryption (SSE), using platform-managed keys (PMK), to protect your data at rest and help you meet your organizational security and compliance commitments. By default, VM managed disk volumes (OS and data disk volumes) use platform-managed encryption keys.

Risk Level

High

Address

Security

Compliance Standards

ISO27001, HIPAA, CISAZURE, CBP

Triage and Remediation

Remediation

To remediate the misconfiguration of Server Side Encryption for Boot Disk using CMK in Azure, follow the below steps:

  1. Login to the Azure portal (https://portal.azure.com/)
  2. Navigate to the virtual machine which needs to be remediated.
  3. Click on “Disks” under the “Settings” section of the virtual machine.
  4. Select the boot disk that needs to be encrypted.
  5. In the “Encryption Settings” section, click on “Disk encryption set”.
  6. Click on “Create new” to create a new disk encryption set.
  7. Select the appropriate subscription, resource group and region.
  8. Provide a name for the disk encryption set and select the key vault which contains the Customer Managed Key (CMK).
  9. Click on “Create” to create the disk encryption set.
  10. Once the disk encryption set is created, select the disk encryption set from the “Encryption Settings” section of the boot disk.
  11. Click on “Save” to save the changes.

The boot disk of the virtual machine will now be encrypted using the Customer Managed Key (CMK) stored in the selected key vault.