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

tc Server VCAC application, libraries, and configuration files must only be accessible to privileged users.

DISA Rule

SV-100791r1_rule

Vulnerability Number

V-90141

Group Title

SRG-APP-000380-WSR-000072

Rule Version

VRAU-TC-000800

Severity

CAT II

CCI(s)

Weight

10

Fix Recommendation

Remove all world permissions from any listed file with the following command:

chmod -R o-rwx /etc/vcac /usr/lib/vcac/server/webapps

Check Contents

At the command prompt, execute the following commands:

ls -alR /etc/vcac /usr/lib/vcac/server/webapps | grep -E '^-' | awk '$1 !~ /---$/ {print}'

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

Vulnerability Number

V-90141

Documentable

False

Rule Version

VRAU-TC-000800

Severity Override Guidance

At the command prompt, execute the following commands:

ls -alR /etc/vcac /usr/lib/vcac/server/webapps | grep -E '^-' | awk '$1 !~ /---$/ {print}'

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

Check Content Reference

M

Target Key

3439

Comments