STIGQter STIGQter: STIG Summary: VMware vSphere 7.0 vCenter Appliance EAM Security Technical Implementation Guide Version: 1 Release: 2 Benchmark Date: 26 Jul 2023:

ESX Agent Manager must record user access in a format that enables monitoring of remote access.

DISA Rule

SV-256677r888587_rule

Vulnerability Number

V-256677

Group Title

SRG-APP-000016-WSR-000005

Rule Version

VCEM-70-000005

Severity

CAT II

CCI(s)

Weight

10

Fix Recommendation

Navigate to and open:

/usr/lib/vmware-eam/web/conf/server.xml

Inside the <Host> node, find the "AccessLogValve" <Valve> node and replace the "pattern" element as follows:

pattern="%h %{X-Forwarded-For}i %l %u %t [%I] &quot;%r&quot; %s %b [Processing time %D msec] &quot;%{User-Agent}i&quot;"

Restart the service with the following command:

# vmon-cli --restart eam

Check Contents

At the command prompt, run the following command:

# xmllint --xpath '/Server/Service/Engine/Host/Valve[@className="org.apache.catalina.valves.AccessLogValve"]/@pattern' /usr/lib/vmware-eam/web/conf/server.xml

Expected result:

pattern="%h %{X-Forwarded-For}i %l %u %t [%I] &quot;%r&quot; %s %b [Processing time %D msec] &quot;%{User-Agent}i&quot;"

If the output does not match the expected result, this is a finding.

Vulnerability Number

V-256677

Documentable

False

Rule Version

VCEM-70-000005

Severity Override Guidance

At the command prompt, run the following command:

# xmllint --xpath '/Server/Service/Engine/Host/Valve[@className="org.apache.catalina.valves.AccessLogValve"]/@pattern' /usr/lib/vmware-eam/web/conf/server.xml

Expected result:

pattern="%h %{X-Forwarded-For}i %l %u %t [%I] &quot;%r&quot; %s %b [Processing time %D msec] &quot;%{User-Agent}i&quot;"

If the output does not match the expected result, this is a finding.

Check Content Reference

M

Target Key

5524