UCF STIG Viewer Logo

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


Overview

Finding ID Version Rule ID IA Controls Severity
V-240856 VRAU-TC-000800 SV-240856r674312_rule Medium
Description
A web server can be modified through parameter modification, patch installation, upgrades to the web server or modules, and security parameter changes. With each of these changes, there is the potential for an adverse effect such as a DoS, web server instability, or hosted application instability. To limit changes to the web server and limit exposure to any adverse effects from the changes, files such as the web server application files, libraries, and configuration files must have permissions and ownership set properly to only allow privileged users access.
STIG Date
VMware vRealize Automation 7.x tc Server Security Technical Implementation Guide 2021-06-23

Details

Check Text ( C-44089r674310_chk )
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.
Fix Text (F-44048r674311_fix)
Remove all world permissions from any listed file with the following command:

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