UCF STIG Viewer Logo

Performance Charts must not have any symbolic links in the web content directory tree.


Overview

Finding ID Version Rule ID IA Controls Severity
V-239416 VCPF-67-000015 SV-239416r674971_rule Medium
Description
A web server is designed to deliver content and execute scripts or applications on the request of a client or user. Containing user requests to files in the directory tree of the hosted web application and limiting the execution of scripts and applications guarantees that the user is not accessing information protected outside the application's realm. By checking that no symbolic links exist in the document root, the web server is protected from users jumping outside the hosted application directory tree and gaining access to the other directories, including the system root.
STIG Date
VMware vSphere 6.7 Perfcharts Tomcat Security Technical Implementation Guide 2022-01-03

Details

Check Text ( C-42649r674969_chk )
At the command prompt, execute the following command:

# find /usr/lib/vmware-perfcharts/tc-instance/webapps/ -type l -ls

If the command produces any output, this is a finding.
Fix Text (F-42608r674970_fix)
At the command prompt, execute the following commands:

Note: Replace for the name of any files that were returned.

# unlink

Repeat the commands for each file that was returned.