ESXI-70-000085 - The ESXi host must enable strict x509 verification for SSL syslog endpoints.

Information

When sending syslog data to a remote host via SSL, the ESXi host is presented with the endpoint's SSL server certificate. In addition to trust verification, configured elsewhere, this 'x509-strict' option performs additional validity checks on CA root certificates during verification.

These checks are generally not performed (CA roots are inherently trusted) and might cause incompatibilities with existing, misconfigured CA roots. The NIAP requirements in the Virtualization Protection Profile and Server Virtualization Extended Package, however, require even CA roots to pass validations.

Solution

From an ESXi shell, run the following commands:

# esxcli system syslog config set --x509-strict='true'
# esxcli system syslog reload

or

From a PowerCLI command prompt while connected to the ESXi host, run the following commands:

$esxcli = Get-EsxCli -v2
$arguments = $esxcli.system.syslog.config.set.CreateArgs()
$arguments.x509strict = $true
$esxcli.system.syslog.config.set.Invoke($arguments)
$esxcli.system.syslog.reload.Invoke()

See Also

https://dl.dod.cyber.mil/wp-content/uploads/stigs/zip/U_VMW_vSphere_7-0_Y23M07_STIG.zip

Item Details

Category: CONFIGURATION MANAGEMENT

References: 800-53|CM-6b., CAT|II, CCI|CCI-000366, Rule-ID|SV-256437r919026_rule, STIG-ID|ESXI-70-000085, Vuln-ID|V-256437

Plugin: Unix

Control ID: 86c1b10fdd5ef7b5d7df1d8b64d65b537feb74ea0a58636299879eb6488382d6