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 CaSa web server application directories must not be accessible to anonymous user.

DISA Rule

SV-99619r1_rule

Vulnerability Number

V-88969

Group Title

SRG-APP-000211-WSR-000031

Rule Version

VROM-TC-000520

Severity

CAT I

CCI(s)

Weight

10

Fix Recommendation

At the command prompt, execute the following command:

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

If the file was found in /bin or /lib, execute the following command:

chmod 700 <file_name>

If the file was found in /conf, execute the following command:

chmod 600 <file_name>

Repeat the command for each file that was returned.

Check Contents

At the command prompt, execute the following commands:

cd /usr/lib/vmware-casa/casa-webapp

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

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

Vulnerability Number

V-88969

Documentable

False

Rule Version

VROM-TC-000520

Severity Override Guidance

At the command prompt, execute the following commands:

cd /usr/lib/vmware-casa/casa-webapp

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

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

Check Content Reference

M

Target Key

3441

Comments