SV-239741r679333_rule
V-239741
SRG-APP-000439-WSR-000156
VCLD-67-000034
CAT I
10
Navigate to and open /opt/vmware/etc/lighttpd/lighttpd.conf.
Replace any and all "ssl.use-*" lines with following:
ssl.use-tlsv12 = "enable"
ssl.use-sslv2 = "disable"
ssl.use-sslv3 = "disable"
ssl.use-tlsv10 = "disable"
ssl.use-tlsv11 = "disable"
At the command prompt, execute the following command:
# /opt/vmware/sbin/vami-lighttpd -p -f /opt/vmware/etc/lighttpd/lighttpd.conf|grep "ssl.use"
Expected result:
ssl.use-tlsv12 = "enable"
ssl.use-sslv2 = "disable"
ssl.use-sslv3 = "disable"
ssl.use-tlsv10 = "disable"
ssl.use-tlsv11 = "disable"
If the output does not match the expected result, this is a finding.
V-239741
False
VCLD-67-000034
At the command prompt, execute the following command:
# /opt/vmware/sbin/vami-lighttpd -p -f /opt/vmware/etc/lighttpd/lighttpd.conf|grep "ssl.use"
Expected result:
ssl.use-tlsv12 = "enable"
ssl.use-sslv2 = "disable"
ssl.use-sslv3 = "disable"
ssl.use-tlsv10 = "disable"
ssl.use-tlsv11 = "disable"
If the output does not match the expected result, this is a finding.
M
5335