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 must use the setCharacterEncodingFilter filter.

DISA Rule

SV-100739r1_rule

Vulnerability Number

V-90089

Group Title

SRG-APP-000251-WSR-000157

Rule Version

VRAU-TC-000635

Severity

CAT II

CCI(s)

Weight

10

Fix Recommendation

Navigate to and open /etc/vcac/web.xml.

Configure the <web-app> node with the <filter> node listed below.

<filter>
<filter-name>setCharacterEncodingFilter</filter-name>
<filter-class>org.apache.catalina.filters.SetCharacterEncodingFilter</filter-class>
<init-param>
<param-name>encoding</param-name>
<param-value>UTF-8</param-value>
<param-name>ignore</param-name>
<param-value>false</param-value>
</init-param>
<async-supported>true</async-supported>
</filter>

Check Contents

Navigate to and open /etc/vcac/web.xml.

Verify that the 'setCharacterEncodingFilter' <filter> has been specified.

If the "setCharacterEncodingFilter" filter has not been specified or is commented out, this is a finding.

Vulnerability Number

V-90089

Documentable

False

Rule Version

VRAU-TC-000635

Severity Override Guidance

Navigate to and open /etc/vcac/web.xml.

Verify that the 'setCharacterEncodingFilter' <filter> has been specified.

If the "setCharacterEncodingFilter" filter has not been specified or is commented out, this is a finding.

Check Content Reference

M

Target Key

3439

Comments