10.3.7 Ensure the 'Minimum TLS version' for storage accounts is set to 'Version 1.2'

Information

In some cases, Azure Storage sets the minimum TLS version to be version 1.0 by default. TLS 1.0 is a legacy version and has known vulnerabilities. This minimum TLS version can be configured to be later protocols such as TLS 1.2.

TLS 1.0 has known vulnerabilities and has been replaced by later versions of the TLS protocol. Continued use of this legacy protocol affects the security of data in transit.

Solution

Remediate from Azure Portal

- Go to Storage Accounts
- For each storage account, under Settings click Configuration
- Set the Minimum TLS version to Version 1.2
- Click Save

Remediate from Azure CLI

az storage account update \\
--name <storage-account> \\
--resource-group <resource-group> \\
--min-tls-version TLS1_2

Remediate from PowerShell

To set the minimum TLS version, run the following command:

Set-AzStorageAccount -AccountName <STORAGEACCOUNTNAME> `
-ResourceGroupName <RESOURCEGROUPNAME> `
-MinimumTlsVersion TLS1_2

Impact:

When set to TLS 1.2 all requests must leverage this version of the protocol. Applications leveraging legacy versions of the protocol will fail.

See Also

https://workbench.cisecurity.org/benchmarks/19304

Item Details

Category: ACCESS CONTROL, IDENTIFICATION AND AUTHENTICATION, SYSTEM AND COMMUNICATIONS PROTECTION

References: 800-53|AC-17(2), 800-53|IA-5, 800-53|IA-5(1), 800-53|SC-8, 800-53|SC-8(1), CSCv7|14.4

Plugin: microsoft_azure

Control ID: deb87039f29cc980ec3bc4b7a4bd4dbf7a3f99deabe7c894fe1a56c8075111f3