UCF STIG Viewer Logo

The vCenter Server users must have the correct roles assigned.


Overview

Finding ID Version Rule ID IA Controls Severity
V-243076 VCTR-67-000005 SV-243076r719471_rule Medium
Description
Users and service accounts must only be assigned privileges they require. Least privilege requires that these privileges must only be assigned if needed to reduce risk of confidentiality, availability, or integrity loss.
STIG Date
VMware vSphere 6.7 vCenter Security Technical Implementation Guide 2021-04-16

Details

Check Text ( C-46351r719469_chk )
From the vSphere Client, go to Administration >> Access Control >> Roles.

View each role and verify the users and/or groups assigned to it.

or

From a PowerCLI command prompt while connected to the vCenter server, run the following command:

Get-VIPermission | Sort Role | Select Role,Principal,Entity,Propagate,IsGroup | FT -Auto

Application service account and user required privileges should be documented.

If any user or service account has more privileges than required, this is a finding.
Fix Text (F-46308r719470_fix)
To update a user's or group's permissions to an existing role with reduced permissions:

From the vSphere Client, go to Administration >> Access Control >> Global Permissions.

Select the user or group, click "Edit", change the assigned role, and click "OK".

If permissions are assigned on a specific object, the role must be updated where it is assigned (for example, at the cluster level).

To create a new role with reduced permissions:

From the vSphere Client, go to Administration >> Access Control >> Roles.

Click the green plus sign, enter a name for the role, and select only the specific permissions required.

Users can then be assigned to the newly created role.