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 use an approved TLS version for encryption.

DISA Rule

SV-99967r1_rule

Vulnerability Number

V-89317

Group Title

SRG-APP-000439-WSR-000156

Rule Version

VRAU-LI-000485

Severity

CAT I

CCI(s)

Weight

10

Fix Recommendation

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

Configure the lighttpd.conf file with following:

ssl.use-sslv2 = "disable"

ssl.use-sslv3 = "disable"

Check Contents

At the command prompt, execute the following command:

Note: The command should return 2 outputs: ssl.use-sslv2 and ssl.use-sslv3

grep '^ssl.use-sslv' /opt/vmware/etc/lighttpd/lighttpd.conf

If the value returned for "ssl.use-sslv2" and "ssl.use-sslv3" are not set to "disable", this is a finding.

Vulnerability Number

V-89317

Documentable

False

Rule Version

VRAU-LI-000485

Severity Override Guidance

At the command prompt, execute the following command:

Note: The command should return 2 outputs: ssl.use-sslv2 and ssl.use-sslv3

grep '^ssl.use-sslv' /opt/vmware/etc/lighttpd/lighttpd.conf

If the value returned for "ssl.use-sslv2" and "ssl.use-sslv3" are not set to "disable", this is a finding.

Check Content Reference

M

Target Key

3457

Comments