| name | cis-azure-database-5.1 |
| description | Ensure Azure Database for MySQL uses Customer Managed Keys for Encryption at Rest |
| category | cis-azure-database |
| version | 2.0.0 |
| author | cyberstrike-official |
| tags | ["cis","azure","mysql","database"] |
| cis_id | 5.1 |
| cis_benchmark | CIS Microsoft Azure Database Services Benchmark v2.0.0 |
| tech_stack | ["azure"] |
| cwe_ids | [] |
| chains_with | [] |
| prerequisites | [] |
| severity_boost | {} |
5.1 Ensure Azure Database for MySQL uses Customer Managed Keys for Encryption at Rest (Manual)
Profile Applicability
Description
Enable sensitive data encryption at rest using Customer Managed Keys (CMK) rather than Microsoft Managed keys (MMK).
Rationale
By default, data in Azure Database for MySQL is encrypted using Microsoft Service-Managed Keys (MMK) which constitutes an implied trust. If an organization wishes to control and manage encryption keys, however, customer-managed keys (CMK) can be supplied. The provided key is used to protect and control access to the key that encrypts the data. You can also choose to automatically update the key version used for Azure Database for MySQL encryption whenever a new version is available in the associated Key Vault.
NOTE: This is primarily recommended where control of encryption keys is specified by compliance or security framework requirements. In many circumstances, Microsoft Managed Key encryption is an acceptable method of accomplishing encryption at rest.
Impact
If the key expires by setting the 'activation date' and 'expiration date', the user must rotate the key manually.
Using Customer Managed Keys may also incur additional man-hour requirements to create, store, manage, and protect the keys as needed.
Audit
Audit from Azure Portal
- From
Azure Database for MySQL select the server you wish to audit.
- In the left column expand
> Security.
- Select
Data Encryption.
- Determine if
Customer-managed key is selected.
Expected Result
The Customer-managed key option should be selected under Security > Data Encryption for the Azure Database for MySQL server.
Remediation
Remediate from Azure Portal
- From
Azure Database for MySQL select the server you wish to audit.
- In the left column expand
> Security.
- Select
Data Encryption.
- Select
Customer-managed key.
- In the window that opens, use a
User assigned managed identity by either creating or selecting one.
- Choose a key selection method. For
Enter a key identifier, enter the URL for the key in Azure Key vault. For Select a key, navigate through the menu and choose the location of your key store by subscription, and whether it is a key vault or managed HSM.