Information
The User Access Administrator role grants the ability to view all resources and manage access assignments at any subscription or management group level within the tenant. Due to its high privilege level, this role assignment should be removed immediately after completing the necessary changes at the root scope to minimize security risks.
The User Access Administrator role provides extensive access control privileges. Unnecessary assignments heighten the risk of privilege escalation and unauthorized access. Removing the role immediately after use minimizes security exposure.
NOTE: Nessus has provided the target output to assist in reviewing the benchmark to ensure target compliance.
Solution
Remediate from Azure Portal
- From Azure Home select the Portal Menu.
- Select Subscriptions.
- Select a subscription.
- Select Access control (IAM).
- Select Access control (IAM).
- In the horizontal menu select Roles.
- Search for User Access Administrator.
- In the Details column select View.
- In the horizontal menu select Assignments.
- Select the user you wish to remove.
- Select Remove.
Remediate from Azure CLI
Run the following command:
az role assignment delete --role "User Access Administrator" --scope "/"
Impact:
Increased administrative effort to manage and remove role assignments appropriately.