STIGQter STIGQter: STIG Summary: VMware vRealize Automation 7.x Lighttpd Security Technical Implementation Guide Version: 1 Release: 1 Benchmark Date: 28 Sep 2018:

Lighttpd proxy settings must be configured.

DISA Rule

SV-100983r1_rule

Vulnerability Number

V-90333

Group Title

SRG-APP-000141-WSR-000076

Rule Version

VRAU-LI-000165

Severity

CAT II

CCI(s)

Weight

10

Fix Recommendation

Navigate to and open /opt/vmware/etc/lighttpd/lighttpd.conf

Navigate to proxy.server. Set the proxy.server "host" value to "127.0.0.1" and the proxy.server "port" value to "5488".

Note: The proxy.server section should look like this when it is configured:

$HTTP["url"] =~ "^/cimom" {
proxy.server = ( "" =>
((
"host" => "127.0.0.1",
"port" => "5488"
))
)
}

Check Contents

At the command prompt, execute the following command:

grep -A 6 -B 1 proxy.server /opt/vmware/etc/lighttpd/lighttpd.conf

If the proxy.server "host" value is not set to "127.0.0.1" and the proxy.server "port" value is not set to "5488", this is a finding.

Vulnerability Number

V-90333

Documentable

False

Rule Version

VRAU-LI-000165

Severity Override Guidance

At the command prompt, execute the following command:

grep -A 6 -B 1 proxy.server /opt/vmware/etc/lighttpd/lighttpd.conf

If the proxy.server "host" value is not set to "127.0.0.1" and the proxy.server "port" value is not set to "5488", this is a finding.

Check Content Reference

M

Target Key

3457

Comments