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 prohibit non-privileged accounts from accessing the directory tree, the shell, or other operating system functions and utilities.

DISA Rule

SV-99933r1_rule

Vulnerability Number

V-89283

Group Title

SRG-APP-000211-WSR-000030

Rule Version

VRAU-LI-000255

Severity

CAT I

CCI(s)

Weight

10

Fix Recommendation

At the command prompt, execute the following commands:

Note: Replace <file_name> for the name of the file that was returned.

chown root:root <file_name>

chmod 640 <file_name>

Repeat the commands for each file that was returned.

Check Contents

At the command prompt, execute the following command:

stat -c "%a %g %G %n" `find /opt/vmware/share/htdocs /opt/vmware/etc/lighttpd /opt/vmware/share/lighttpd -type f` | awk '$1 !~ /^..0/ || $3 !~ /root/ {print}'

If any files are returned, this is a finding.

Vulnerability Number

V-89283

Documentable

False

Rule Version

VRAU-LI-000255

Severity Override Guidance

At the command prompt, execute the following command:

stat -c "%a %g %G %n" `find /opt/vmware/share/htdocs /opt/vmware/etc/lighttpd /opt/vmware/share/lighttpd -type f` | awk '$1 !~ /^..0/ || $3 !~ /root/ {print}'

If any files are returned, this is a finding.

Check Content Reference

M

Target Key

3457

Comments