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

Lighttpd must capture, record, and log the IP address associated with a user session.

DISA Rule

SV-99879r1_rule

Vulnerability Number

V-89229

Group Title

SRG-APP-000093-WSR-000053

Rule Version

VRAU-LI-000045

Severity

CAT II

CCI(s)

Weight

10

Fix Recommendation

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

Configure the "lighttpd.conf" file with the following:

$HTTP["url"] !~ "(.css|.jpg|.gif|.png|.ico)$" {
accesslog.filename = log_root + "/access.log"
}

Check Contents

At the command prompt, execute the following command:

tail -n 1 /opt/vmware/var/log/lighttpd/access.log

If client IP addresses are not being logged, this is a finding.

Note: Lighttpd will prepend IPv4 addresses with ::ffff: This is called "IPv4-mapped IPv6 addresses".

Vulnerability Number

V-89229

Documentable

False

Rule Version

VRAU-LI-000045

Severity Override Guidance

At the command prompt, execute the following command:

tail -n 1 /opt/vmware/var/log/lighttpd/access.log

If client IP addresses are not being logged, this is a finding.

Note: Lighttpd will prepend IPv4 addresses with ::ffff: This is called "IPv4-mapped IPv6 addresses".

Check Content Reference

M

Target Key

3457

Comments