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 UI application, libraries, and configuration files must only be accessible to privileged users.

DISA Rule

SV-99705r1_rule

Vulnerability Number

V-89055

Group Title

SRG-APP-000380-WSR-000072

Rule Version

VROM-TC-000830

Severity

CAT II

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-vcops/tomcat-web-app

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

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

Vulnerability Number

V-89055

Documentable

False

Rule Version

VROM-TC-000830

Severity Override Guidance

At the command prompt, execute the following commands:

cd /usr/lib/vmware-vcops/tomcat-web-app

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