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 produce log records containing sufficient information to establish the outcome (success or failure) of events.

DISA Rule

SV-99889r1_rule

Vulnerability Number

V-89239

Group Title

SRG-APP-000099-WSR-000061

Rule Version

VRAU-LI-000075

Severity

CAT II

CCI(s)

Weight

10

Fix Recommendation

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

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:

Note: The HTTP status code indicating success or failure is a 3-digit integer immediately after "HTTP/1.1". Any value other than a 3-digit code immediately following "HTTP/1.1" is a failure of the logging process.

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

If any of the generated audit records are without sufficient information to establish the outcome of the event (success or failure), this is a finding.

Vulnerability Number

V-89239

Documentable

False

Rule Version

VRAU-LI-000075

Severity Override Guidance

At the command prompt, execute the following command:

Note: The HTTP status code indicating success or failure is a 3-digit integer immediately after "HTTP/1.1". Any value other than a 3-digit code immediately following "HTTP/1.1" is a failure of the logging process.

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

If any of the generated audit records are without sufficient information to establish the outcome of the event (success or failure), this is a finding.

Check Content Reference

M

Target Key

3457

Comments