Skip to content

The ESXi host must deny shell access for the dcui account.

An XCCDF Rule

Description

The dcui user is used for process isolation for the DCUI itself. The account has shell access which can be deactivated to reduce attack surface.

ID
SV-265976r1003584_rule
Version
ESXI-80-000249
Severity
Medium
References
Updated

Remediation Templates

A Manual Procedure

From an ESXi shell, run the following command:

# esxcli system account set -i dcui -s false

or