Skip to content

The ESXi host must configure the firewall to block network traffic by default.

An XCCDF Rule

Description

In addition to service-specific firewall rules, ESXi has a default firewall rule policy to allow or deny incoming and outgoing traffic. Reduce the risk of attack by ensuring this is set to deny incoming and outgoing traffic.

ID
SV-256418r959010_rule
Version
ESXI-70-000057
Severity
Medium
References
Updated

Remediation Templates

A Manual Procedure

From an ESXi shell, run the following command:

# esxcli network firewall set --default-action=false

or