3.16 Ensure 'Cross Tenant Replication' is not enabled

Information

Cross Tenant Replication in Azure allows data to be replicated across multiple Azure tenants. While this feature can be beneficial for data sharing and availability, it also poses a significant security risk if not properly managed. Unauthorized data access, data leakage, and compliance violations are potential risks. Disabling Cross Tenant Replication ensures that data is not inadvertently replicated across different tenant boundaries without explicit authorization.

Rationale:

Disabling Cross Tenant Replication minimizes the risk of unauthorized data access and ensures that data governance policies are strictly adhered to. This control is especially critical for organizations with stringent data security and privacy requirements, as it prevents the accidental sharing of sensitive information.

Impact:

Disabling Cross Tenant Replication may affect data availability and sharing across different Azure tenants. Ensure that this change aligns with your organizational data sharing and availability requirements.

Solution

From Azure Portal

Navigate to Storage Accounts

For each storage account, on the left blade under Data Management, click on Object replication

Click on Advanced settings and untick Allow cross-tenant replication

Click on OK

From Azure CLI
Replace the information within <> with appropriate values:

az storage account update --name <storageAccountName> --resource-group <resourceGroupName> --allow-cross-tenant-replication false

Default Value:

For new storage accounts created after Dec 15, 2023 cross tenant replication is not enabled.

See Also

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

Item Details

Category: ACCESS CONTROL, MEDIA PROTECTION

References: 800-53|AC-3, 800-53|AC-5, 800-53|AC-6, 800-53|MP-2, CSCv7|13.4

Plugin: microsoft_azure

Control ID: 1a5b493399a912450f9742db382c5d907b5d9965dfba0920fe4b0737548bcaa2