UCF STIG Viewer Logo

tc Server VCO must set URIEncoding to UTF-8.


Overview

Finding ID Version Rule ID IA Controls Severity
V-240825 VRAU-TC-000615 SV-240825r674219_rule Medium
Description
Invalid user input occurs when a user inserts data or characters into a hosted application's data entry field and the hosted application is unprepared to process that data. This results in unanticipated application behavior, potentially leading to an application compromise. Invalid user input is one of the primary methods employed when attempting to compromise an application. An attacker can also enter Unicode into hosted applications in an effort to break out of the document home or root home directory or to bypass security checks. To mitigate against many types of character-based vulnerabilities, tc Server should be configured to use a consistent character set. The URIEncoding attribute on the Connector nodes provides the means for tc Server to enforce a consistent character set encoding.
STIG Date
VMware vRealize Automation 7.x tc Server Security Technical Implementation Guide 2021-06-23

Details

Check Text ( C-44058r674217_chk )
Navigate to and open /etc/vco/app-server/server.xml.

Navigate to the node.

If the value of "URIEncoding" is not set to "UTF-8" or is missing, this is a finding.
Fix Text (F-44017r674218_fix)
Navigate to and open /etc/vco/app-server/server.xml.

Navigate to the node.

Configure each node with the value 'URIEncoding="UTF-8"'.