STIGQter STIGQter: STIG Summary: VMware vRealize Operations Manager 6.x tc Server Security Technical Implementation Guide Version: 1 Release: 1 Benchmark Date: 28 Sep 2018:

tc Server API web server application directories must not be accessible to anonymous user.

DISA Rule

SV-99621r1_rule

Vulnerability Number

V-88971

Group Title

SRG-APP-000211-WSR-000031

Rule Version

VROM-TC-000525

Severity

CAT I

CCI(s)

Weight

10

Fix Recommendation

At the command prompt, execute the following commands:

find /usr/lib/vmware-vcops/tomcat-enterprise/conf -type f -exec chmod o=--- {} \;

find /usr/lib/vmware-vcops/tomcat-enterprise/bin -type f -exec chmod o=--- {} \;

Check Contents

At the command prompt, find any world accessible files by executing the following commands:

ls -alR /usr/lib/vmware-vcops/tomcat-enterprise/bin /usr/lib/vmware-vcops/tomcat-enterprise/conf | grep -E '^-' | awk '$1 !~ /---$/ {print}'

If the command produces any output, this is a finding.

Vulnerability Number

V-88971

Documentable

False

Rule Version

VROM-TC-000525

Severity Override Guidance

At the command prompt, find any world accessible files by executing the following commands:

ls -alR /usr/lib/vmware-vcops/tomcat-enterprise/bin /usr/lib/vmware-vcops/tomcat-enterprise/conf | grep -E '^-' | awk '$1 !~ /---$/ {print}'

If the command produces any output, this is a finding.

Check Content Reference

M

Target Key

3441

Comments