Skip to content

Latest commit

 

History

History
29 lines (24 loc) · 2.97 KB

file-service-all-access-acl.md

File metadata and controls

29 lines (24 loc) · 2.97 KB

CloudSploit

AZURE / File Service / File Service All Access ACL

Quick Info

Plugin Title File Service All Access ACL
Cloud AZURE
Category File Service
Description Ensures file shares do not allow full write, delete, or read ACL permissions
More Info File shares can be configured to allow to read, write, or delete permissions from a share. This option should not be configured unless there is a strong business requirement.
AZURE Link https://docs.microsoft.com/en-us/azure/storage/files/storage-how-to-create-file-share#create-a-file-share-through-the-azure-portal
Recommended Action Disable global read, write, and delete policies on all file shares and ensure the share ACL is configured with least privileges.

Detailed Remediation Steps

  1. Log into the Microsoft Azure Management Console.
  2. Select the "Search resources, services, and docs" option at the top and search for Storage account.
  3. Select the "Storage account" by clicking on the "Name" link to access the configuration changes.
  4. Click on the "Overveiw" in the selected "Storage account" and scroll down the right side of the settings and click on the "Files" option.
  5. Select the "File Share" by clicking on the "Name" link to access the configuration changes.
  6. In the selected "File Share", click on the "Access Policy" and check the "Permissions" assosciated with the "File". If the "File Shares" allow full write, delete, or read ACL permissions then the selected "File share" is not as per the standard configurations.
  7. Repeat steps number 2 - 6 to verify other "File Shares" in the Azure account.
  8. Navigate to the "Storage accounts", select the "Storage account" and click on the "Name", select the "Overview" options and select the "File Share" by clicking on the "Name" as a link to access the configurations.
  9. On the "File Share" configuration click on the "Access Policy" option and select the "Edit" option to make the changes.
  10. Uncheck the global read/write/detele policies under the "Permissions" and click on the "OK" button to make the changes.
  11. Repeat steps number 8 - 10 to ensures File Shares do not allow full write, delete, or read ACL permissions.